Author: dkulp
Date: Tue Jan 18 02:21:04 2011
New Revision: 1060164
URL: http://svn.apache.org/viewvc?rev=1060164&view=rev
Log:
Update pom to make release easier next time
Modified:
cxf/xjc-utils/trunk/pom.xml
Modified: cxf/xjc-utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/pom.xml?rev=1060164&r1=1060163&r2=1060164&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/pom.xml (original)
+++ cxf/xjc-utils/trunk/pom.xml Tue Jan 18 02:21:04 2011
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/cxf/xjc-utils/trunk</connection>
@@ -207,7 +207,7 @@
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
- <arguments>-Prelease,deploy</arguments>
+ <arguments>-Prelease,deploy,apache-release</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>