You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/25 16:45:24 UTC

svn commit: r511528 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Sun Feb 25 07:45:23 2007
New Revision: 511528

URL: http://svn.apache.org/viewvc?view=rev&rev=511528
Log:
prepare perform a release documentation

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=511528&r1=511527&r2=511528
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Feb 25 07:45:23 2007
@@ -651,6 +651,7 @@
         <module>tobago-assembly</module>
       </modules>
     </profile>
+    <!-- START SNIPPET: staging-profile --> 
     <profile>
       <id>staging</id>
       <build>
@@ -678,6 +679,8 @@
         </plugins>
       </build>
     </profile>
+    <!-- END SNIPPET: staging-profile -->
+    <!-- START SNIPPET: release-profile -->
     <profile>
       <id>release</id>
       <!--
@@ -753,6 +756,7 @@
       </modules>
     </profile>
   </profiles>
+  <!-- END SNIPPET: release-profile --> 
 
   <properties>
     <myfaces.version>1.1.5</myfaces.version>