You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/11 16:31:05 UTC

svn commit: r1383428 - /maven/site/trunk/src/site/apt/developers/release/maven-core-release.apt

Author: olamy
Date: Tue Sep 11 14:31:05 2012
New Revision: 1383428

URL: http://svn.apache.org/viewvc?rev=1383428&view=rev
Log:
update core release procedure due to svnpubsub move

Modified:
    maven/site/trunk/src/site/apt/developers/release/maven-core-release.apt

Modified: maven/site/trunk/src/site/apt/developers/release/maven-core-release.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/release/maven-core-release.apt?rev=1383428&r1=1383427&r2=1383428&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/release/maven-core-release.apt (original)
+++ maven/site/trunk/src/site/apt/developers/release/maven-core-release.apt Tue Sep 11 14:31:05 2012
@@ -2,8 +2,9 @@
  Releasing Maven
  -----
  Jason van Zyl
+ Olivier Lamy
  -----
- 2010-07-27
+ 2012-09-11
  -----
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -25,15 +26,27 @@
 
 Releasing Maven
 
-  Maven differs slightly in its release process due to several extra steps.
+  Maven differs slightly in its release process due to several extra steps and this need to be publish via Apache svnpubsub.
+
+  The goal is to commit candidate release to svn tree https://dist.apache.org/repos/dist/dev/maven/maven-3/$VERSION.
+  Then once the vote passed svn move to https://dist.apache.org/repos/dist/release/maven/maven-3/$VERSION.
+
+  The tree directory is:
+
+  * https://dist.apache.org/repos/dist/release/maven/maven-3/$VERSION/binaries
+
+  * https://dist.apache.org/repos/dist/release/maven/maven-3/$VERSION/source
+
+  []
 
 * Produce Release Candidates
 
   For non-alpha/beta releases, release candidates are produced before the actual
   release.
 
-  Copy the binaries and src-tar.gz with their md5/asc to http://people.apache.org/builds/maven/$VERSION.
+  Checkout https://dist.apache.org/repos/dist/dev/maven/maven-3 then create the necessary directory tree.
 
+  Copy the binaries and src-tar.gz with their md5/asc to the created directories.
 
   To produce a release candidate, follow the first seven steps only from the following
   procedure:
@@ -115,14 +128,9 @@ scp -r target/staging/people.apache.org/
 
 ** Add New Version to ASF Distribution Directory
 
-  In addition to promoting the repository, the release archives should be copied to
-  the following locations:
-
-    * people.apache.org:/www/www.apache.org/dist/maven/binaries - apache-maven-$VERSION-bin.tar.gz, apache-maven-$VERSION-bin.zip, corresponding checksums (md5 and sha1) and signatures (asc)
-
-    * people.apache.org:/www/www.apache.org/dist/maven/source - apache-maven-$VERSION-src.tar.gz, apache-maven-$VERSION-src.zip, corresponding checksums (md5 and sha1) and signatures (asc)
+  In addition to promoting the repository, the release archives should be moved to the release svnpubsub tree :
 
-  The files may need to be renamed from those given in the repository.
+    * svn mv https://dist.apache.org/repos/dist/dev/maven/maven-3/$VERSION https://dist.apache.org/repos/dist/release/maven/maven-3
 
 ** Deploy the Current References