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 2011/07/10 13:04:02 UTC

svn commit: r1144824 - in /myfaces/tobago/trunk: pom.xml src/site/apt/release-checklist.apt

Author: bommel
Date: Sun Jul 10 11:04:02 2011
New Revision: 1144824

URL: http://svn.apache.org/viewvc?rev=1144824&view=rev
Log:
prepare 1.5.0-beta-1

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/src/site/apt/release-checklist.apt

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1144824&r1=1144823&r2=1144824&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Jul 10 11:04:02 2011
@@ -953,7 +953,7 @@
             <preparationGoals>clean install</preparationGoals>
             <remoteTagging>true</remoteTagging>
             <autoVersionSubmodules>true</autoVersionSubmodules>
-            <waitBeforeTagging>3</waitBeforeTagging>
+            <waitBeforeTagging>10</waitBeforeTagging>
           </configuration>
         </plugin>
         <plugin>
@@ -1778,7 +1778,7 @@
     <facelets.version>1.1.14</facelets.version>
     <jetty.version>6.1.26</jetty.version>
     <slf4j.version>1.6.1</slf4j.version>
-    <logback.version>0.9.28</logback.version>
+    <logback.version>0.9.29</logback.version>
     <commons-io.version>1.1</commons-io.version>
     <commons-lang.version>2.4</commons-lang.version>
     <commons-logging.version>1.1.1</commons-logging.version>

Modified: myfaces/tobago/trunk/src/site/apt/release-checklist.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/release-checklist.apt?rev=1144824&r1=1144823&r2=1144824&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/release-checklist.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/release-checklist.apt Sun Jul 10 11:04:02 2011
@@ -36,13 +36,16 @@ Release Checklist
   * You need to add your GPG keys in {{https://svn.apache.org/repos/asf/myfaces/maven/trunk/KEYS}} before a release.
 
   * Prepare the release with mvn release:prepare -Pall-modules
+    For 1.5: mvn release:prepare -Pall-modules,example11
 
   * Deploy the release to the nexus repository with the apache-release profile\
     cd checkout-of-release\
     mvn deploy -Papache-release,jdk14retro,generate-assembly --no-plugin-updates -Dnon-default-modules -Djava14.home=${java14.jre}\
     For more information please consult the poms.
+    For 1.5:
+    mvn deploy -Papache-release,generate-assembly --no-plugin-updates -Dnon-default-modules\
 
-  * "Close" the repository on the nexus instance for stating (you will receive a mail with the staging location). 
+  * "Close" the repository on the nexus instance for stating (you will receive a mail with the staging location).
 
   * Propose a vote on the dev list with the staging location.