aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 4 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index f6a47a6d..92847895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<packaging>pom</packaging>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>
@@ -57,11 +57,9 @@
</developers>
<scm>
- <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk
- </connection>
- <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk
- </developerConnection>
- <url>http://code.google.com/p/gwtquery/source/browse/trunk</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>
<modules>
@@ -77,11 +75,6 @@
<id>repo1</id>
<url>http://repo1.maven.org/maven2</url>
</pluginRepository>
- <pluginRepository>
- <id>gcupload</id>
- <name>Repository for gcupload plugin</name>
- <url>http://gwtupload.googlecode.com/svn/mavenrepo</url>
- </pluginRepository>
</pluginRepositories>
<build>
@@ -101,9 +94,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>
- https://gwtquery.googlecode.com/svn/tags
- </tagBase>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
@@ -116,13 +106,6 @@
</configuration>
</plugin>
</plugins>
- <extensions>
- <extension>
- <groupId>org.jvnet.wagon-svn</groupId>
- <artifactId>wagon-svn</artifactId>
- <version>1.8</version>
- </extension>
- </extensions>
</build>
<reporting>
<plugins>