Update maven release plugin.

This commit is contained in:
Joel Leitch 2011-11-13 21:08:28 +00:00
parent a92cf394e8
commit b900dc4af8

View File

@ -224,10 +224,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<version>2.2.1</version>
<configuration>
<arguments>-DenableCiProfile=true</arguments>
<tagBase>https://google-gson.googlecode.com/svn/tags/</tagBase>
<tagBase>https://google-gson.googlecode.com/svn/tags</tagBase>
</configuration>
</plugin>
<plugin>