</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>
<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>
<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>
</configuration>
</plugin>
</plugins>
- <extensions>
- <extension>
- <groupId>org.jvnet.wagon-svn</groupId>
- <artifactId>wagon-svn</artifactId>
- <version>1.8</version>
- </extension>
- </extensions>
</build>
<reporting>
<plugins>