You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by mc...@apache.org on 2013/10/28 18:47:23 UTC

svn commit: r1536442 - /tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt

Author: mck
Date: Mon Oct 28 17:47:23 2013
New Revision: 1536442

URL: http://svn.apache.org/r1536442
Log:
Update release documentation:
 - build requires Java7
 - build requires maven-3.0.5+

Modified:
    tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt

Modified: tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt
URL: http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt?rev=1536442&r1=1536441&r2=1536442&view=diff
==============================================================================
--- tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt (original)
+++ tiles/request/branches/TREQ_1_0_X/src/site/apt/dev/release.apt Mon Oct 28 17:47:23 2013
@@ -37,11 +37,11 @@ Prerequisites
 
   To create a release you have to install:
 
-  * {{{http://java.sun.com/javase/6}Java 6.0}}. If you are using a newer
+  * {{{http://www.oracle.com/technetwork/java/javase/overview/index.html}Java 7}}. If you are using a newer
   version of Java <<change JAVA_HOME environment variable>>
-  when calling Maven, so it points to an instance of Java 6.0;
+  when calling Maven, so it points to an instance of Java 7;
 
-  * {{{http://maven.apache.org/}Maven 2.2.1+ or 3}};
+  * {{{http://maven.apache.org/}Maven 3.0.5+}};
 
   * {{{http://www.gnupg.org/}GnuPG}};
 
@@ -111,7 +111,7 @@ mvn release:prepare -Dusername=YOUR_SVN_
   The plugin interactively will ask you the version to release, the Subversion
   tag to use and the next snapshot version. It is recommended to use the tag:
   <<tiles-request-X.X.X>>.
-  
+
   See also {{{http://www.apache.org/dev/publishing-maven-artifacts.html}the recommendations of the ASF}}.
 
 * Perform the Release
@@ -121,8 +121,8 @@ mvn release:prepare -Dusername=YOUR_SVN_
 -----------------------------------
 mvn release:perform
 -----------------------------------
-  
-  It should compile and test everything, build and upload the artifacts and the website for the project. 
+
+  It should compile and test everything, build and upload the artifacts and the website for the project.
 
   <<Troubleshooting>>: if upload of assemblies fails it can be done manually with
 
@@ -158,8 +158,8 @@ scp * user@people.apache.org:/www/people
 * Verify the uploaded assemblies
 
   * go to the destination directory on people.apache.org (cd /www/people.apache.org/builds/tiles/request/${version}).
-  
-  * check the presence of the 3 distributions (bin, doc and src), and their signature files (*.asc, *.md5, *sha1). 
+
+  * check the presence of the 3 distributions (bin, doc and src), and their signature files (*.asc, *.md5, *sha1).
 
 * Release the JIRA version