diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 12:45:43 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 12:45:43 +0100 |
commit | 9276a33e0c9c9444050c1958012c989cc933bacf (patch) | |
tree | cc71bcad707872eeb7abc49b98946635d5aedaf9 /archetype | |
parent | f390606d5c942bd338cc348b84e9da6803cb8026 (diff) | |
download | gwtquery-9276a33e0c9c9444050c1958012c989cc933bacf.tar.gz gwtquery-9276a33e0c9c9444050c1958012c989cc933bacf.zip |
Preparing archetype to deploy the release 1.3.1 to central repos
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 32443b7a..914179a5 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.3.1</version> + <version>1.3.1-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> @@ -17,9 +17,9 @@ <description>This archetype generates a Gwt-2.5.0-rc1 project with all set to use GwtQuery and its plugins.</description> <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:git:https://code.google.com/p/gwtquery/</connection> + <developerConnection>scm:git:git@github.com:gwtquery/gwtquery.git</developerConnection> + <url>http://code.google.com/p/gwtquery/source/browse/</url> </scm> <developers> |