You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/04 17:56:00 UTC

svn commit: r1357322 - /incubator/any23/trunk/src/site/xdoc/release-howto.xml

Author: simonetripodi
Date: Wed Jul  4 15:55:59 2012
New Revision: 1357322

URL: http://svn.apache.org/viewvc?rev=1357322&view=rev
Log:
staging repo URL is different to release repo https://repository.apache.org/content/repositories/orgapacheany23-028/

Modified:
    incubator/any23/trunk/src/site/xdoc/release-howto.xml

Modified: incubator/any23/trunk/src/site/xdoc/release-howto.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/xdoc/release-howto.xml?rev=1357322&r1=1357321&r2=1357322&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/xdoc/release-howto.xml (original)
+++ incubator/any23/trunk/src/site/xdoc/release-howto.xml Wed Jul  4 15:55:59 2012
@@ -222,36 +222,36 @@ cd /x1/builds/incubator/any23
 cd sources
 
 wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.tar.gz*  -R .asc.sha1,.asc.md5 \
-https://repository.apache.org/content/repositories/releases/org/apache/any23/any23-sources-dist/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/any23-sources-dist/<version>/
 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/any23/any23-sources-dist/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/any23-sources-dist/<version>/
 
 cd ../binaries
 
 wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.tar.gz*  -R .asc.sha1,.asc.md5 \
-https://repository.apache.org/content/repositories/releases/org/apache/any23/any23-core/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/any23-core/<version>/
 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/any23/any23-core/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/any23-core/<version>/
 
 wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.tar.gz*  -R .asc.sha1,.asc.md5 \
-https://repository.apache.org/content/repositories/releases/org/apache/any23/any23-service/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/any23-service/<version>/
 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/any23/any23-service/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/any23-service/<version>/
 
 wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.tar.gz*  -R .asc.sha1,.asc.md5 \
-https://repository.apache.org/content/repositories/releases/org/apache/any23/plugins/any23-basic-crawler/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/plugins/any23-basic-crawler/<version>/
 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/any23/plugins/any23-basic-crawler/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/plugins/any23-basic-crawler/<version>/
 
 wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.tar.gz*  -R .asc.sha1,.asc.md5 \
-https://repository.apache.org/content/repositories/releases/org/apache/any23/plugins/any23-html-scraper/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/plugins/any23-html-scraper/<version>/
 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/any23/plugins/any23-html-scraper/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/plugins/any23-html-scraper/<version>/
 
 wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.tar.gz*  -R .asc.sha1,.asc.md5 \
-https://repository.apache.org/content/repositories/releases/org/apache/any23/plugins/any23-office-scraper/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/plugins/any23-office-scraper/<version>/
 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/any23/plugins/any23-office-scraper/<version>/
+https://repository.apache.org/content/repositories/orgapacheany23-[REPO-ID]/org/apache/any23/plugins/any23-office-scraper/<version>/
 </source>
               </li>
             </ol>