Author: bimargulies
Date: Thu Feb 10 17:24:55 2011
New Revision: 1069480
URL: http://svn.apache.org/viewvc?rev=1069480&view=rev
Log:
Update rel plugin.
Modified:
webservices/xmlschema/trunk/pom.xml
Modified: webservices/xmlschema/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1069480&r1=1069479&r2=1069480&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Thu Feb 10 17:24:55 2011
@@ -117,12 +117,13 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0</version>
+ <version>2.1</version>
<configuration>
+ <!-- knock out apache parent profile -->
<arguments/>
- <!-- knock out apache parent nonsense -->
<useReleaseProfiles>true</useReleaseProfiles>
<goals>deploy</goals>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>