summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>