diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-10-15 21:03:18 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-10-15 21:03:18 +0000 |
commit | e07553dd6cb3d3c8fe5f7b7863a9bd92ac86f87e (patch) | |
tree | 684e669b100b18b753a0f8a12e828d33ea782bf8 /archetype | |
parent | 0cedb95970fcdf6152fbb33c2f5adb2732a9e08f (diff) | |
download | gwtquery-e07553dd6cb3d3c8fe5f7b7863a9bd92ac86f87e.tar.gz gwtquery-e07553dd6cb3d3c8fe5f7b7863a9bd92ac86f87e.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 d7457cf6..0f9b3d08 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.0</version> + <version>1.1.1-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> <description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description> @@ -16,9 +16,9 @@ </parent> <scm> - <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> + <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> |