diff options
author | Manolo Carrasco <manolo@apache.org> | 2012-01-04 17:19:06 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2012-01-04 17:19:06 +0000 |
commit | d53bd232f805e2aa70d49d857ad37c61082038ed (patch) | |
tree | ff555eb1e376cb69c76fd5bbf80a6dbed7d333d2 /archetype | |
parent | c51948b6d35002bf2942f5b78b82dc616c9efc04 (diff) | |
download | gwtquery-d53bd232f805e2aa70d49d857ad37c61082038ed.tar.gz gwtquery-d53bd232f805e2aa70d49d857ad37c61082038ed.zip |
[maven-release-plugin] prepare release gquery-archetype-1.1.3
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 1401b7f4..20a9c07d 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-SNAPSHOT</version> + <version>1.1.3</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> @@ -18,9 +18,9 @@ <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.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> </scm> <developers> |