You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2008/08/27 00:37:28 UTC

svn commit: r689272 - /myfaces/portlet-bridge/core/trunk/pom.xml

Author: sobryan
Date: Tue Aug 26 15:37:28 2008
New Revision: 689272

URL: http://svn.apache.org/viewvc?rev=689272&view=rev
Log:
Added an enhancement to aid in creation of a release

Modified:
    myfaces/portlet-bridge/core/trunk/pom.xml

Modified: myfaces/portlet-bridge/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/pom.xml?rev=689272&r1=689271&r2=689272&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/pom.xml Tue Aug 26 15:37:28 2008
@@ -202,6 +202,16 @@
       <modules>
         <module>assembly</module>
       </modules>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+              <arguments>-DprepareRelease</arguments>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
     
     <profile>