summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-01-26 07:45:41 -0800
committerShawn O. Pearce <sop@google.com>2009-01-26 07:45:41 -0800
commit324cf63ed2cbcec8e591e6f6a2ab0e87ff5ac8bd (patch)
treefc74aff20c30e0c312afcc55499523a10671b919
parent40eb8bfa57be5b2b2df3011966c2b889dcb55907 (diff)
gerrit 2.0v2.0
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 8ca3d2e13d..c975db8378 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-SNAPSHOT</version>
+ <version>2.0</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 c8b674bb6d..ebdb6be770 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-SNAPSHOT</version>
+ <version>2.0</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-SNAPSHOT</version>
+ <version>2.0</version>
<scope>test</scope>
</dependency>
diff --git a/appwar/pom.xml b/appwar/pom.xml
index e3ac2106f1..510ccda574 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-SNAPSHOT</version>
+ <version>2.0</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 70c065cdbd..1bf32e6f3a 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-SNAPSHOT</version>
+ <version>2.0</version>
<name>gerrit-devdb</name>
<description>Gerrit - Hosted Mode Debugging Support</description>
<url>http://android.git.kernel.org/?p=tools/gerrit.git</url>