summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-03-09 14:23:10 -0700
committerShawn O. Pearce <sop@google.com>2009-03-09 14:23:10 -0700
commit003040c804a85ce3dc2f092e6d70f7e5a2141239 (patch)
tree9bcef0f30956c44fe820f426325ddcf8359af181
parent1afce7ff1683d5879d2844963386d789d701c923 (diff)
Gerrit 2.0.6v2.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>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b2c55837d1..c5ef3a5417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<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 @@ limitations under the License.
<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>