You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/09/01 16:23:28 UTC

svn commit: r1621802 - /syncope/branches/1_2_X/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Mon Sep  1 14:23:27 2014
New Revision: 1621802

URL: http://svn.apache.org/r1621802
Log:
Fixing some paths for the release process

Modified:
    syncope/branches/1_2_X/src/site/xdoc/release-process.xml

Modified: syncope/branches/1_2_X/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/src/site/xdoc/release-process.xml?rev=1621802&r1=1621801&r2=1621802&view=diff
==============================================================================
--- syncope/branches/1_2_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_2_X/src/site/xdoc/release-process.xml Mon Sep  1 14:23:27 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>