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>
This commit is contained in:
Shawn O. Pearce
2010-08-12 16:24:40 -07:00
parent 6d28ded562
commit f855f399f8
17 changed files with 17 additions and 17 deletions

View File

@@ -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-common</artifactId>

View File

@@ -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-gwtdebug</artifactId>

View File

@@ -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-gwtui</artifactId>

View File

@@ -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-httpd</artifactId>

View File

@@ -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-launcher</artifactId>

View File

@@ -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-main</artifactId>

View File

@@ -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>

View File

@@ -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-jgit</artifactId>

View File

@@ -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-pgm</artifactId>

View File

@@ -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-prettify</artifactId>

View File

@@ -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-reviewdb</artifactId>

View File

@@ -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-server</artifactId>

View File

@@ -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-sshd</artifactId>

View File

@@ -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-util-cli</artifactId>

View File

@@ -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-util-ssl</artifactId>

View File

@@ -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-war</artifactId>

View File

@@ -22,7 +22,7 @@ limitations under the License.
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.4-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<name>Gerrit Code Review - Parent</name>
<url>http://code.google.com/p/gerrit/</url>