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 2013/04/22 09:39:18 UTC

svn commit: r1470402 - /syncope/branches/1_1_X/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Mon Apr 22 07:39:18 2013
New Revision: 1470402

URL: http://svn.apache.org/r1470402
Log:
Minor fix about finalizing 1.0.X release

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

Modified: syncope/branches/1_1_X/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/xdoc/release-process.xml?rev=1470402&r1=1470401&r2=1470402&view=diff
==============================================================================
--- syncope/branches/1_1_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_1_X/src/site/xdoc/release-process.xml Mon Apr 22 07:39:18 2013
@@ -523,7 +523,7 @@ svn commit -m "Promoting the voted relea
 svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist
 cd syncope-dist
 wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.zip*  -R .asc.sha1,.asc.md5 \
-https://repository.apache.org/content/repositories/releases/org/apache/syncope/syncope/<version>/
+https://repository.apache.org/content/repositories/releases/org/apache/syncope/syncope-root/<version>/
 svn add <version>
 svn rm <any older release artifact (if present)>
 svn commit -m "Promoting the voted release artifacts and cleaning up older releases"