summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-01-26 07:31:46 -0800
committerShawn O. Pearce <sop@google.com>2009-01-26 07:31:46 -0800
commit40eb8bfa57be5b2b2df3011966c2b889dcb55907 (patch)
tree15e4b6fe564467d36c64b64330a69002c0876033
parent84bd7b7d5725c4f00ed0922caf645245735d754e (diff)
Switch gwtorm, gwtjsonrpc to release versions
Now that these have released versions which are available from a Maven repository we can designate using those over building them from source. Both packages are reasonably stable and unlikely to be modified on a daily basis by any Gerrit2 contributor. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--appjar/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/appjar/pom.xml b/appjar/pom.xml
index 8626df5609..c8b674bb6d 100644
--- a/appjar/pom.xml
+++ b/appjar/pom.xml
@@ -316,14 +316,14 @@ limitations under the License.
<dependency>
<groupId>gwtorm</groupId>
<artifactId>gwtorm</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>gwtjsonrpc</groupId>
<artifactId>gwtjsonrpc</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>1.0</version>
<scope>compile</scope>
</dependency>
@@ -450,6 +450,11 @@ limitations under the License.
</repository>
<repository>
+ <id>gerrit-maven-repository</id>
+ <url>http://gerrit.googlecode.com/svn/mavenrepo/</url>
+ </repository>
+
+ <repository>
<id>gwt-maven</id>
<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
</repository>