Author: mck
Date: Sun Nov  3 15:50:29 2013
New Revision: 1538387

URL: http://svn.apache.org/r1538387
Log:
dawdle duckling from forward-port of rr1538332
+ lessons learnt from tiles-3.0.2

Modified:
    tiles/request/trunk/   (props changed)
    tiles/request/trunk/assembly/pom.xml
    tiles/request/trunk/src/site/apt/dev/release.apt

Propchange: tiles/request/trunk/
------------------------------------------------------------------------------
  Merged /tiles/request/branches/TREQ_1_0_X:r1538332

Modified: tiles/request/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/request/trunk/assembly/pom.xml?rev=1538387&r1=1538386&r2=1538387&view=diff
==============================================================================
--- tiles/request/trunk/assembly/pom.xml (original)
+++ tiles/request/trunk/assembly/pom.xml Sun Nov  3 15:50:29 2013
@@ -56,7 +56,7 @@
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh</artifactId>
-        <version>1.0</version>
+        <version>2.5</version>
       </extension>
     </extensions>
   </build>

Modified: tiles/request/trunk/src/site/apt/dev/release.apt
URL: 
http://svn.apache.org/viewvc/tiles/request/trunk/src/site/apt/dev/release.apt?rev=1538387&r1=1538386&r2=1538387&view=diff
==============================================================================
--- tiles/request/trunk/src/site/apt/dev/release.apt (original)
+++ tiles/request/trunk/src/site/apt/dev/release.apt Sun Nov  3 15:50:29 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 * [email protected]:/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
 


Reply via email to