summaryrefslogtreecommitdiffstats
path: root/gerrit-patch-commonsnet
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2010-08-12 16:24:40 -0700
committerShawn O. Pearce <sop@google.com>2010-08-12 16:24:43 -0700
commitf855f399f8ce740e08ddc48c0694c1c076fa69dd (patch)
tree6964573d229188262d5e460870b03a380d2f289b /gerrit-patch-commonsnet
parent6d28ded562a72e620eb6b4230e65bfe32c19b4a4 (diff)
Fix all of our pom.xml versions to be 2.1-SNAPSHOT
I meant to keep reusing the 2.1 version number for the entire 2.1 series during development, but botched it during the 2.1.4 development cycle and set it to 2.1.4-SNAPSHOT by mistake. Put it back to 2.1-SNAPSHOT since 2.1.4 is released. Change-Id: I37e206c0609bf3fd94a5aab8ea301c98b7fb013e Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'gerrit-patch-commonsnet')
-rw-r--r--gerrit-patch-commonsnet/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerrit-patch-commonsnet/pom.xml b/gerrit-patch-commonsnet/pom.xml
index df64d13874..5bbae03533 100644
--- a/gerrit-patch-commonsnet/pom.xml
+++ b/gerrit-patch-commonsnet/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
- <version>2.1.4-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
</parent>
<artifactId>gerrit-patch-commonsnet</artifactId>