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 2017/09/30 07:13:49 UTC

svn commit: r1810179 - in /tiles/framework/branches/TILES_3_0_X/src/site: apt/dev/release.apt site.xml

Author: mck
Date: Sat Sep 30 07:13:49 2017
New Revision: 1810179

URL: http://svn.apache.org/viewvc?rev=1810179&view=rev
Log:
fix log and release docs (svnpub)

Modified:
    tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt
    tiles/framework/branches/TILES_3_0_X/src/site/site.xml

Modified: tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt?rev=1810179&r1=1810178&r2=1810179&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt (original)
+++ tiles/framework/branches/TILES_3_0_X/src/site/apt/dev/release.apt Sat Sep 30 07:13:49 2017
@@ -66,28 +66,6 @@ https://svn.apache.org/repos/asf/tiles/s
   Publish your GPG key in a PGP key server, such as
   {{{http://pgp.mit.edu/} MIT Keyserver}}.
 
-* Create and upload yout SSH key
-
-  * Generate your SSH key (in this case we will use DSA encryption):
-
----------------------------------
-ssh-keygen -t rsa
----------------------------------
-
-  * Copy your public key to the server:
-
---------------------------------------
-scp ~/.ssh/id_rsa.pub user@people.apache.org:.ssh/authorized_keys
---------------------------------------
-
-  * Try to login:
-
----------------------------------
-ssh user@people.apache.org
----------------------------------
-
-  If it does not ask you a password, everything is ok.
-
 * Modify <<<settings.xml>>>
 
   Your <<<settings.xml>>> must be modified to allow deployment.
@@ -124,12 +102,15 @@ mvn release:perform -Duser.name=YOUR_PEO
 
   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
+  Upload the assemblies manually with
 
 -----------------------------------
-cd target/checkout/assembly/target/assemblies/
-ssh user@people.apache.org mkdir /www/people.apache.org/builds/tiles/${version}/
-scp * user@people.apache.org:/www/people.apache.org/builds/tiles/${version}/
+cd target/
+svn co https://dist.apache.org/repos/dist/dev/tiles tiles-dist-dev
+mkdir tiles-dist-dev/request/${version}
+cp checkout/assembly/target/assemblies/* tiles-dist-dev/${version}/
+svn add tiles-dist-dev/${version}
+svn ci tiles-dist-dev/${version}
 -----------------------------------
 
 * Close the staging repository
@@ -190,7 +171,7 @@ Release notes:
 
 Distribution:
 
- * http://people.apache.org/builds/tiles/${version}/
+ * https://dist.apache.org/repos/dist/dev/tiles/${version}/
 
 Maven 2 staging repository:
 
@@ -216,7 +197,7 @@ Release notes:
 
 Distribution:
 
- * http://people.apache.org/builds/tiles/${version}/
+ * https://dist.apache.org/repos/dist/dev/tiles/${version}/
 
 Maven 2 staging repository:
 
@@ -258,12 +239,8 @@ three binding +1s and more +1s than -1s.
   * Move assemblies into the Apache {{{http://www.apache.org/dev/release#when-to-archive}dist}} repository:
 
 -------------------------------------------
-svn co https://dist.apache.org/repos/dist/release/tiles tiles-dist-releases
-mkdir tiles-dist-releases/v${version}
-cd tiles-dist-releases/v${version}
-scp user@people.apache.org:/www/people.apache.org/builds/tiles/${version}/* .
-svn add .
-svn ci
+svn mv https://dist.apache.org/repos/dist/dev/tiles/${version} https://dist.apache.org/repos/dist/release/tiles/
+
 -------------------------------------------
 
 ** Update the site
@@ -309,7 +286,7 @@ The 3.0.x series of the Apache Tiles fra
 requirement of the following specification versions:
 
 * Java Servlet 2.5 and JavaServer Pages (JSP) 2.1
-* Java Standard Edition (Java SE) 1.6
+* Java Standard Edition (Java SE) 1.7
 
 The release notes are available online at:
 

Modified: tiles/framework/branches/TILES_3_0_X/src/site/site.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/src/site/site.xml?rev=1810179&r1=1810178&r2=1810179&view=diff
==============================================================================
--- tiles/framework/branches/TILES_3_0_X/src/site/site.xml (original)
+++ tiles/framework/branches/TILES_3_0_X/src/site/site.xml Sat Sep 30 07:13:49 2017
@@ -46,8 +46,8 @@
     </bannerLeft>
     <bannerRight>
         <name>Apache Software Foundation</name>
-        <src>http://struts.apache.org/images/asf-logo.gif</src>
         <href>http://www.apache.org</href>
+        <src>https://tiles.apache.org/images/logos/asf_logo_url.svg</src>
     </bannerRight>
     <body>