Bump dependencies for gwtorm 1.5 * asm 4.0 * Guava 13.0.1 * H2 1.3.168 * PostgreSQL 9.1-901-1.jdbc4 * MySQL 5.1.21 Change-Id: I554c185e4f739fbdd0e19652486f027cc3942180
diff --git a/pom.xml b/pom.xml index 0104c36..2d8bb0f 100644 --- a/pom.xml +++ b/pom.xml
@@ -21,10 +21,10 @@ <groupId>gwtorm</groupId> <artifactId>gwtorm</artifactId> <packaging>jar</packaging> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <name>gwtorm</name> <description>Tiny ORM</description> - <url>http://android.git.kernel.org/?p=tools/gwtorm.git</url> + <url>https://gerrit.googlesource.com/gwtorm</url> <mailingLists> <mailingList> @@ -287,26 +287,26 @@ </plugin> </plugins> <extensions> - <extension> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav-jackrabbit</artifactId> - <version>1.0-beta-6</version> - </extension> + <extension> + <groupId>net.anzix.aws</groupId> + <artifactId>s3-maven-wagon</artifactId> + <version>3.2</version> + </extension> </extensions> </build> <dependencies> <dependency> - <groupId>asm</groupId> + <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>3.2</version> + <version>4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>11.0.2</version> + <version>13.0.1</version> <scope>compile</scope> </dependency> @@ -334,21 +334,21 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.2.125</version> + <version>1.3.168</version> <scope>test</scope> </dependency> <dependency> <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> - <version>8.4-701.jdbc4</version> + <version>9.1-901-1.jdbc4</version> <scope>test</scope> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> - <version>5.1.10</version> + <version>5.1.21</version> <scope>test</scope> </dependency> @@ -360,25 +360,10 @@ </dependency> </dependencies> - <repositories> - <repository> - <id>objectweb-repository</id> - <url>http://maven.objectweb.org/maven2</url> - </repository> - </repositories> - <distributionManagement> - <snapshotRepository> - <id>gerrit-snapshot-repository</id> - <name>gerrit Snapshot Repository</name> - <url>dav:https://gerrit-maven-repository.googlecode.com/svn/</url> - <uniqueVersion>true</uniqueVersion> - </snapshotRepository> - <repository> - <id>gerrit-maven-repository</id> - <name>gerrit Maven Repository</name> - <url>dav:https://gerrit-maven-repository.googlecode.com/svn/</url> + <id>gerrit-maven</id> + <url>s3://gerrit-maven@commondatastorage.googleapis.com</url> <uniqueVersion>true</uniqueVersion> </repository> </distributionManagement>