You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by bi...@apache.org on 2010/04/26 15:28:38 UTC

svn commit: r938037 - /webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml

Author: bimargulies
Date: Mon Apr 26 13:28:38 2010
New Revision: 938037

URL: http://svn.apache.org/viewvc?rev=938037&view=rev
Log:
Fix some problems with the release plugin config.

Modified:
    webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml

Modified: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml?rev=938037&r1=938036&r2=938037&view=diff
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml (original)
+++ webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml Mon Apr 26 13:28:38 2010
@@ -155,6 +155,8 @@
             <tagBase>https://svn.apache.org/repos/asf/webservices/commons/tags/XmlSchema</tagBase>
             <useReleaseProfiles>true</useReleaseProfiles>
             <releaseProfiles>xmlschema_release,release,fastinstall</releaseProfiles>
+            <remoteTagging>true</remoteTagging>
+            <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>
           </configuration>
         </plugin>