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 12:35:01 UTC

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

Author: rgielen
Date: Sun Nov 16 03:35:00 2008
New Revision: 718006

URL: http://svn.apache.org/viewvc?rev=718006&view=rev
Log:
WW-2872:
- activating releaseProfile

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=718006&r1=718005&r2=718006&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Sun Nov 16 03:35:00 2008
@@ -91,6 +91,12 @@
                 <module>../maven/struts-annotations</module>
             </modules>
         </profile>
+        <profile>
+            <id>release</id>
+            <modules>
+                <module>../maven/struts-annotations</module>
+            </modules>
+        </profile>
     </profiles>
 
 
@@ -142,7 +148,7 @@
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-release-plugin</artifactId>
                   <configuration>
-                    <useReleaseProfile>false</useReleaseProfile>
+                    <useReleaseProfile>true</useReleaseProfile>
                   </configuration>
                 </plugin>
             </plugins>