Author: apadilla
Date: Fri May  6 06:12:53 2011
New Revision: 1100083

URL: http://svn.apache.org/viewvc?rev=1100083&view=rev
Log:
* updated documentation on release process
* updated ${project.version}

Modified:
    incubator/npanday/trunk/site/pom.xml
    incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt

Modified: incubator/npanday/trunk/site/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1100083&r1=1100082&r2=1100083&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Fri May  6 06:12:53 2011
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.npanday</groupId>
     <artifactId>npanday-project</artifactId>
-    <version>1.4.0-incubating-SNAPSHOT</version>
+    <version>1.4.1-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>npanday-site</artifactId>
   <packaging>pom</packaging>
@@ -140,7 +140,7 @@ under the License.
   </distributionManagement>
   <properties>
     <npandayReleaseVersion>1.4.0-incubating</npandayReleaseVersion>
-    <npandayReleaseDate>05 May 2011</npandayReleaseDate>
+    <npandayReleaseDate>06 May 2011</npandayReleaseDate>
   </properties>
   <profiles>
     <profile>

Modified: incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt?rev=1100083&r1=1100082&r2=1100083&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt 
(original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt Fri May  
6 06:12:53 2011
@@ -70,14 +70,14 @@ Creating a Release Candidate
   [[2]] Run the following command:
   
 ----
-mvn release:prepare
+mvn release:prepare -Pnpanday-release
 ----
 
   [[3]] Fill in the following values:
   
-   * the release version should be <<<1.3.1-incubating>>> or similar (use the 
release version)
+   * the release version should be <<<1.4.1-incubating>>> or similar (use the 
release version)
      
-   * the SCM tag should be <<<npanday-1.3.1-incubating>>> or similar (use the 
release version)
+   * the SCM tag should be <<<npanday-1.4.1-incubating>>> or similar (use the 
release version)
      
    * check the values for the <Release version> and <Next development version> 
are correct      
   
@@ -101,9 +101,9 @@ mvn release:prepare
 
   [[3]] Fill in the following values: 
 
-   * the release version should ve <<<1.3.1-incubating>>> or similar (use the 
release version)
+   * the release version should ve <<<1.4.1-incubating>>> or similar (use the 
release version)
 
-   * the SCM tag should be <<<npanday-its-1.3.1-incubating>>> or similar (use 
the release version)
+   * the SCM tag should be <<<npanday-its-1.4.1-incubating>>> or similar (use 
the release version)
      
    * check the values for the <Release version> and <Next development version> 
are correct
   
@@ -120,7 +120,7 @@ mvn release:perform -Pnpanday-release -D
 Testing the Release Candidate
 
   Announce the RC and the community will be given a 72hr window to test. If 
the RC passes, same process would be done
-  for the final version. eg. <<<1.3.1-incubating>>>.
+  for the final version. eg. <<<1.4.1-incubating>>>.
 
 Voting on the Release
 
@@ -140,7 +140,7 @@ Finalising the Release
     
 ----
 mvn stage:copy 
-Dsource="http://vmbuild.apache.org/archiva/repository/staged-npanday/"; 
-Dtarget="scp://[APACHE_USERNAME]@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"
 
--Dversion=1.3.1-incubating -DrepositoryId=apache.releases
+-Dversion=1.4.1-incubating -DrepositoryId=apache.releases
 ----
 
     * Send out an announcement of the release to:
@@ -153,4 +153,4 @@ mvn stage:copy -Dsource="http://vmbuild.
     []
 
   <<Note:>> If a serious flaw is found in the release, the release version 
will not be removed in the distribution list
-            but instead a new release (1.3.2-incubating) should be provided.
+            but instead a new release (1.4.2-incubating) should be provided.


Reply via email to