Author: mck
Date: Sat Sep 30 07:17:13 2017
New Revision: 1810180
URL: http://svn.apache.org/viewvc?rev=1810180&view=rev
Log:
`svn merge -c1810179 ^/tiles/framework/branches/TILES_3_0_X`
fix log and release docs (svnpub)
Modified:
tiles/framework/trunk/src/site/apt/dev/release.apt
tiles/framework/trunk/src/site/site.xml
Modified: tiles/framework/trunk/src/site/apt/dev/release.apt
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/apt/dev/release.apt?rev=1810180&r1=1810179&r2=1810180&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/apt/dev/release.apt (original)
+++ tiles/framework/trunk/src/site/apt/dev/release.apt Sat Sep 30 07:17:13 2017
@@ -58,28 +58,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 [email protected]:.ssh/authorized_keys
---------------------------------------
-
- * Try to login:
-
----------------------------------
-ssh [email protected]
----------------------------------
-
- If it does not ask you a password, everything is ok.
-
* Modify <<<settings.xml>>>
Your <<<settings.xml>>> must be modified to allow deployment.
@@ -151,6 +129,17 @@ mvn release:perform -Duser.name=YOUR_PEO
It should compile and test everything, build and upload the artifacts and
the website for the project.
+ Upload the assemblies manually with
+
+-----------------------------------
+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
Login to {{{https://repository.apache.org} Nexus repository}} using your
Apache LDAP credentials.
@@ -207,7 +196,7 @@ Release notes:
Distribution:
- * http://people.apache.org/builds/tiles/${version}/
+ * https://dist.apache.org/repos/dist/dev/tiles/${version}/
Maven 2 staging repository:
@@ -233,7 +222,7 @@ Release notes:
Distribution:
- * http://people.apache.org/builds/tiles/${version}/
+ * https://dist.apache.org/repos/dist/dev/tiles/${version}/
Maven 2 staging repository:
@@ -275,11 +264,9 @@ three binding +1s and more +1s than -1s.
* Move assemblies to the Apache distribution mirrors:
-------------------------------------------
-ssh [email protected]
-cd /www/people.apache.org/builds/tiles/${version}
-mkdir /www/www.apache.org/dist/tiles/v${version}/
-cp * /www/www.apache.org/dist/tiles/v${version}/
+svn mv https://dist.apache.org/repos/dist/dev/tiles/${version}
https://dist.apache.org/repos/dist/release/tiles/
+
-------------------------------------------
** Update the site
@@ -321,7 +308,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/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/src/site/site.xml?rev=1810180&r1=1810179&r2=1810180&view=diff
==============================================================================
--- tiles/framework/trunk/src/site/site.xml (original)
+++ tiles/framework/trunk/src/site/site.xml Sat Sep 30 07:17:13 2017
@@ -46,8 +46,8 @@
</bannerLeft>
<bannerRight>
<name>Apache Software Foundation</name>
- <src>http://www.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>