summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-01-26 13:54:30 -0800
committerShawn O. Pearce <sop@google.com>2009-01-26 13:55:18 -0800
commit10f123baf943afed88f6a51a3e21a6fd93bf35b8 (patch)
tree7a1c03667b539da7f7d749ec7ab9dff0071252c3
parent33de0b1c47b007cc0dcdb8c30fd062eb9a33fc76 (diff)
Restore the 2.0-SNAPSHOT version number
Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--appdist/pom.xml2
-rw-r--r--appjar/pom.xml4
-rw-r--r--appwar/pom.xml2
-rw-r--r--devdb/pom.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/appdist/pom.xml b/appdist/pom.xml
index c975db8378..8ca3d2e13d 100644
--- a/appdist/pom.xml
+++ b/appdist/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<groupId>gerrit</groupId>
<artifactId>gerrit</artifactId>
<packaging>pom</packaging>
- <version>2.0</version>
+ <version>2.0-SNAPSHOT</version>
<name>gerrit</name>
<description>Gerrit - Web Based Code Review</description>
<url>http://android.git.kernel.org/?p=tools/gerrit.git</url>
diff --git a/appjar/pom.xml b/appjar/pom.xml
index ebdb6be770..c8b674bb6d 100644
--- a/appjar/pom.xml
+++ b/appjar/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<groupId>gerrit</groupId>
<artifactId>gerrit-appjar</artifactId>
<packaging>jar</packaging>
- <version>2.0</version>
+ <version>2.0-SNAPSHOT</version>
<name>gerrit-appjar</name>
<description>Gerrit - Web Based Code Review</description>
<url>http://android.git.kernel.org/?p=tools/gerrit.git</url>
@@ -309,7 +309,7 @@ limitations under the License.
<dependency>
<groupId>gerrit</groupId>
<artifactId>gerrit-devdb</artifactId>
- <version>2.0</version>
+ <version>2.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/appwar/pom.xml b/appwar/pom.xml
index 510ccda574..e3ac2106f1 100644
--- a/appwar/pom.xml
+++ b/appwar/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<groupId>gerrit</groupId>
<artifactId>gerrit-appwar</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0-SNAPSHOT</version>
<name>gerrit-appwar</name>
<description>Gerrit - Web Based Code Review</description>
<url>http://android.git.kernel.org/?p=tools/gerrit.git</url>
diff --git a/devdb/pom.xml b/devdb/pom.xml
index 1bf32e6f3a..70c065cdbd 100644
--- a/devdb/pom.xml
+++ b/devdb/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<groupId>gerrit</groupId>
<artifactId>gerrit-devdb</artifactId>
<packaging>jar</packaging>
- <version>2.0</version>
+ <version>2.0-SNAPSHOT</version>
<name>gerrit-devdb</name>
<description>Gerrit - Hosted Mode Debugging Support</description>
<url>http://android.git.kernel.org/?p=tools/gerrit.git</url>