Author: desruisseaux
Date: Fri Feb  6 19:51:14 2015
New Revision: 1657940

URL: http://svn.apache.org/r1657940
Log:
Minor edition in the release process pages.

Modified:
    sis/site/trunk/content/release-management.mdtext
    sis/site/trunk/content/templates/release-vote.txt

Modified: sis/site/trunk/content/release-management.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/release-management.mdtext?rev=1657940&r1=1657939&r2=1657940&view=diff
==============================================================================
--- sis/site/trunk/content/release-management.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/release-management.mdtext [UTF-8] Fri Feb  6 
19:51:14 2015
@@ -603,13 +603,15 @@ On the development branch (usually JDK8)
 update the version numbers in the `pom.xml` files on trunk with the following 
command:
 
     :::bash
+    mvn clean
     mvn release:update-versions --define autoVersionSubmodules=true
 
 This change will need to be merged manually on the JDK7, JDK6 branches and on 
the trunk.
 Then on the development branch:
 
   * Edit the version number in the 
`application/sis-console/src/main/artifact/README` file.
-  * Edit the value of the `MAJOR_VERSION` constant in the 
`core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java` 
file.
+  * Edit the value of the `MAJOR_VERSION` or `MINOR_VERSION` constant in the
+    
`core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java` 
file.
 
 
 

Modified: sis/site/trunk/content/templates/release-vote.txt
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/templates/release-vote.txt?rev=1657940&r1=1657939&r2=1657940&view=diff
==============================================================================
--- sis/site/trunk/content/templates/release-vote.txt [UTF-8] (original)
+++ sis/site/trunk/content/templates/release-vote.txt [UTF-8] Fri Feb  6 
19:51:14 2015
@@ -22,7 +22,7 @@ https://dist.apache.org/repos/dist/dev/s
 
 Binary Artifacts:
 
https://dist.apache.org/repos/dist/dev/sis/${version}/RC{number}/apache-sis-${version}-bin.zip
-(see http://sis.apache.org/command-line.html for usage)
+(see http://sis.staging.apache.org/command-line.html for usage)
 
 Maven staging repository:
 https://repository.apache.org/content/repositories/orgapachesis-{XXX}/


Reply via email to