added tagbase to maven release plugin in POM

This commit is contained in:
Inderjeet Singh 2011-01-18 22:52:45 +00:00
parent ce3520f5b5
commit 9a792a9952

View File

@ -197,6 +197,7 @@
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<configuration> <configuration>
<arguments>-DenableCiProfile=true</arguments> <arguments>-DenableCiProfile=true</arguments>
<tagBase>https://google-gson.googlecode.com/svn/tags/</tagBase>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>