You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2008/11/16 16:39:47 UTC

svn commit: r718047 - /struts/struts2/branches/STRUTS_2_0_X/pom.xml

Author: rgielen
Date: Sun Nov 16 07:39:47 2008
New Revision: 718047

URL: http://svn.apache.org/viewvc?rev=718047&view=rev
Log:
WW-2872:
Fix wrong SCM info for 2.0.X branch poms

Modified:
    struts/struts2/branches/STRUTS_2_0_X/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?rev=718047&r1=718046&r2=718047&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Sun Nov 16 07:39:47 2008
@@ -162,9 +162,7 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
-<!--
                         <preparationGoals>clean verify install</preparationGoals>
--->
                         <useReleaseProfile>true</useReleaseProfile>
                     </configuration>
                 </plugin>