Gerrit 2.0.6 Upgraded some of our dependencies to their final release versions, as we had been using their development snapshot up until now. Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/pom.xml b/pom.xml index b2c5583..c5ef3a5 100644 --- a/pom.xml +++ b/pom.xml
@@ -21,7 +21,7 @@ <groupId>gerrit</groupId> <artifactId>gerrit</artifactId> <packaging>war</packaging> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> <name>gerrit</name> <description>Gerrit - Web Based Code Review</description> <url>http://android.git.kernel.org/?p=tools/gerrit.git</url> @@ -437,14 +437,14 @@ <dependency> <groupId>gwtjsonrpc</groupId> <artifactId>gwtjsonrpc</artifactId> - <version>1.0.2</version> + <version>1.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>gwtexpui</groupId> <artifactId>gwtexpui</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <scope>compile</scope> </dependency>