diff options
author | Manolo Carrasco <manolo@apache.org> | 2012-01-04 17:19:20 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2012-01-04 17:19:20 +0000 |
commit | 0c21f92320e42c7a47f1aec6b6efb5630857a3d9 (patch) | |
tree | 9fee121ca6efa18acf0bfe346f0d91d7dc1dd121 /archetype | |
parent | d53bd232f805e2aa70d49d857ad37c61082038ed (diff) | |
download | gwtquery-0c21f92320e42c7a47f1aec6b6efb5630857a3d9.tar.gz gwtquery-0c21f92320e42c7a47f1aec6b6efb5630857a3d9.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'archetype')
-rw-r--r-- | archetype/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index 20a9c07d..e85bfbdf 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gquery-archetype</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> @@ -18,9 +18,9 @@ <scm> - <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.3</connection> - <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gquery-archetype-1.1.3</developerConnection> - <url>http://code.google.com/p/gwtquery/source/browse/tags/gquery-archetype-1.1.3</url> + <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> </scm> <developers> |