diff options
-rw-r--r-- | archetype/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index c261395d..d7457cf6 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -16,9 +16,9 @@ </parent> <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk/archetype</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk/archetype</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/trunk/archetype</url> + <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.0</connection> + <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.0</developerConnection> + <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-1.1.0</url> </scm> <developers> |