You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2011/09/21 16:26:58 UTC

svn commit: r1173671 - /webservices/xmlschema/trunk/pom.xml

Author: dkulp
Date: Wed Sep 21 14:26:58 2011
New Revision: 1173671

URL: http://svn.apache.org/viewvc?rev=1173671&view=rev
Log:
Update release plugin goals and apache parent

Modified:
    webservices/xmlschema/trunk/pom.xml

Modified: webservices/xmlschema/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1173671&r1=1173670&r2=1173671&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Wed Sep 21 14:26:58 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>8</version>
+        <version>9</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema</artifactId>
@@ -133,10 +133,9 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.1</version>
                     <configuration>
-                        <!-- knock out apache parent profile -->
-                        <arguments />
-                        <useReleaseProfiles>true</useReleaseProfiles>
+                        <useReleaseProfile>false</useReleaseProfile>
                         <goals>site:site deploy</goals>
+                        <arguments>-Papache-release,release</arguments>
                         <preparationGoals>site:site install</preparationGoals>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>