Bug 499343 - [Components] upgrade the script to remove download folder
from artifactComponent.xml

Change-Id: Ie4355460d528248eb94fa5b503bcdaf978a29b78
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
diff --git a/components/org.eclipse.papyrus.components.parent/org.eclipse.papyrus.components.archetype/pom.xml b/components/org.eclipse.papyrus.components.parent/org.eclipse.papyrus.components.archetype/pom.xml
index 8a340aa..ad0201f 100644
--- a/components/org.eclipse.papyrus.components.parent/org.eclipse.papyrus.components.archetype/pom.xml
+++ b/components/org.eclipse.papyrus.components.parent/org.eclipse.papyrus.components.archetype/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.papyrus.components</groupId>
 		<artifactId>org.eclipse.papyrus.components.parent</artifactId>
-		<version>0.0.15</version>
+		<version>0.0.16</version>
 	</parent>
 	<artifactId>org.eclipse.papyrus.components.archetype</artifactId>
 	<packaging>jar</packaging>
diff --git a/components/org.eclipse.papyrus.components.parent/pom.xml b/components/org.eclipse.papyrus.components.parent/pom.xml
index 8c10916..e4c6cbe 100644
--- a/components/org.eclipse.papyrus.components.parent/pom.xml
+++ b/components/org.eclipse.papyrus.components.parent/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.eclipse.papyrus.components</groupId>
 	<artifactId>org.eclipse.papyrus.components.parent</artifactId>
-	<version>0.0.15</version>
+	<version>0.0.16</version>
 	<packaging>pom</packaging>
 	<name>Papyrus Shared Components Descriptor</name>
 	<description>This pom is the main parent pom for all Papyrus Components. It gather all shared configuration and properties, ensuring all components benefit from any evolution.</description>
diff --git a/components/org.eclipse.papyrus.components.parent/src/site/xdoc/relenger/sop-releng.xml b/components/org.eclipse.papyrus.components.parent/src/site/xdoc/relenger/sop-releng.xml
index fcf753e..3fc8e79 100644
--- a/components/org.eclipse.papyrus.components.parent/src/site/xdoc/relenger/sop-releng.xml
+++ b/components/org.eclipse.papyrus.components.parent/src/site/xdoc/relenger/sop-releng.xml
@@ -22,7 +22,7 @@
 					<li>Merge these modifications</li>
 					<li>Run the job Components: <a href="https://hudson.eclipse.org/papyrus/view/Components/job/papyrus-components/">papyrus-components</a></li>
 					<li>Execute the job Components: <a href="https://hudson.eclipse.org/papyrus/view/Components/job/papyrus-components-deploy-nexus/">papyrus-components-deploy-nexus</a></li>
-					<li>It should deploy the new version into the <a href="https://repo.eclipse.org/index.html">nexus repository</a> and execute downstream the website job Components: <a href="https://hudson.eclipse.org/papyrus/view/Components/job/papyrus-components-deploy-website">papyrus-components-deploy-website</a>. The downstream jobs can be seen at the end of the build's console report.</li>
+					<li>It should deploy the new version into the <a href="https://repo.eclipse.org/index.html#nexus-search;quick~org.eclipse.papyrus.components">nexus repository</a> and execute downstream the website job Components: <a href="https://hudson.eclipse.org/papyrus/view/Components/job/papyrus-components-deploy-website">papyrus-components-deploy-website</a>. The downstream jobs can be seen at the end of the build's console report.</li>
 					<li>Deploy the web site by copying the staging directory in the papyrus web git repository</li>
 					<li>Modify the index.html to reflect the new version</li>
 					<li>Increase the different pom.xml artifact version by adding also a SNAPSHOT suffix</li>