no more need of stage:copy maven plugin

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/src/site/apt/developers/releasing.apt b/src/site/apt/developers/releasing.apt
index 7868281..6ba9a50 100644
--- a/src/site/apt/developers/releasing.apt
+++ b/src/site/apt/developers/releasing.apt
@@ -81,7 +81,7 @@
 
 +-------------
 ex.
-wget http://archiva-repository.apache.org/archiva/repository/staged-releases/org/apache/archiva/archiva-jetty/1.3/archiva-jetty-1.3-bin.tar.gz
+wget http://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/org/apache/archiva/archiva-jetty/1.3/archiva-jetty-1.3-bin.tar.gz
 Verify the signatures:
 ex.
 gpg -v archiva-jetty-1.3-bin.zip.asc
@@ -100,15 +100,10 @@
   Call for a vote in the dev list and wait for 72 hrs. for the vote results. 3 binding votes are necessary for the release to be finalized. example
   If the vote fails or needs to be canceled, the version number should not be re-used if the version was made available for public download.
   After the vote has passed, move the files from dist dev to dist release: svn mv https://dist.apache.org/repos/dist/dev/archiva/ to https://dist.apache.org/repos/dist/relase/archiva/
-  To sync the jars to ibiblio, execute:
 
-  <<NOTE: the stage plugin doesn't work with maven3 you must use maven 2.2.1>>
 
-+-------------
-  mvn stage:copy -Dsource="https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/"
-     -Dtarget="scp://[APACHE_USERNAME]@people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"
-     -Dversion=1.3 -DrepositoryId=apache.releases
-+-------------
+  To sync the jars to Maven Central, you need to merge the repository archiva-releases-stage to rsync-central
+
 
   mark the appropriate release version in JIRA as complete
   Update the archiva site (https://svn.apache.org/repos/asf/archiva/site/) for the versions and release notes URL and run mvn site-deploy. The 3 properties to change are at the bottom of pom.xml before generating the site.