Author: ilgrosso
Date: Mon Sep 1 14:24:17 2014
New Revision: 1621803
URL: http://svn.apache.org/r1621803
Log:
Merge from 1_2_X
Modified:
syncope/trunk/ (props changed)
syncope/trunk/src/site/xdoc/release-process.xml
Propchange: syncope/trunk/
------------------------------------------------------------------------------
Merged /syncope/branches/1_2_X:r1621774-1621802
Modified: syncope/trunk/src/site/xdoc/release-process.xml
URL:
http://svn.apache.org/viewvc/syncope/trunk/src/site/xdoc/release-process.xml?rev=1621803&r1=1621802&r2=1621803&view=diff
==============================================================================
--- syncope/trunk/src/site/xdoc/release-process.xml (original)
+++ syncope/trunk/src/site/xdoc/release-process.xml Mon Sep 1 14:24:17 2014
@@ -266,12 +266,12 @@ mvn -P site -Dsite.deploymentBaseUrl=fil
cd common
mvn -P offline-doc
-cd ../site/<version>
+cd ../../site/<version>
rm -rf syncope-* project-reports.html apidocs/1.html
# if releasing from 1_2_X
mkdir rest
-cp -r ../syncope-<version>/common/target/generated/wadl/ rest/1.2
+cp -r ../../syncope-<version>/common/target/generated/wadl/ rest/1.2
cd ..
svn add <version>
@@ -466,8 +466,6 @@ Best regards.
Add the distribution artifacts to the distribution area (execute
the commands below preferably on
<code>people.apache.org</code>)
<source><![CDATA[
-svn mkdir -m "Creating root dir for new release"
https://dist.apache.org/repos/dist/release/syncope/<version>
-
svn mv -m "Moving the voted release artifacts to dist/release" \
https://dist.apache.org/repos/dist/dev/syncope/<version>
https://dist.apache.org/repos/dist/release/syncope/<version>