You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/10/13 10:44:51 UTC

svn commit: r1531631 - /maven/site/trunk/pom.xml

Author: hboutemy
Date: Sun Oct 13 08:44:50 2013
New Revision: 1531631

URL: http://svn.apache.org/r1531631
Log:
when releasing Maven core, currentStableReleaseDate and versions3x need update too (already explained in release instructions)

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1531631&r1=1531630&r2=1531631&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sun Oct 13 08:44:50 2013
@@ -65,11 +65,11 @@
     <currentStableVersion>3.1.1</currentStableVersion>
     <current31xVersion>3.1.1</current31xVersion>
     <current30xVersion>3.0.5</current30xVersion>
-    <currentStableReleaseDate>15 July 2013</currentStableReleaseDate>
+    <currentStableReleaseDate>4 October 2013</currentStableReleaseDate>
     <currentAntTasksVersion>2.1.3</currentAntTasksVersion>
     <currentAntTasksReleaseDate>17 Apr 2011</currentAntTasksReleaseDate>
     <versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x>
-    <versions3x>3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
+    <versions3x>3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.deploy.url>scp://people.apache.org/www/maven.apache.org/</site.deploy.url>
     <site.output>${project.build.directory}/site</site.output>
   </properties>