Restore the 2.0-SNAPSHOT version number

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2009-01-26 13:54:30 -08:00
parent 33de0b1c47
commit 10f123baf9
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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