You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2015/04/28 17:26:55 UTC

svn commit: r1676565 - in /maven/site/trunk: content/markdown/docs/3.3.3/ content/markdown/docs/3.3.3/release-notes.md pom.xml

Author: jvanzyl
Date: Tue Apr 28 15:26:54 2015
New Revision: 1676565

URL: http://svn.apache.org/r1676565
Log:
Update for Maven 3.3.3

Added:
    maven/site/trunk/content/markdown/docs/3.3.3/
    maven/site/trunk/content/markdown/docs/3.3.3/release-notes.md
Modified:
    maven/site/trunk/pom.xml

Added: maven/site/trunk/content/markdown/docs/3.3.3/release-notes.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/docs/3.3.3/release-notes.md?rev=1676565&view=auto
==============================================================================
--- maven/site/trunk/content/markdown/docs/3.3.3/release-notes.md (added)
+++ maven/site/trunk/content/markdown/docs/3.3.3/release-notes.md Tue Apr 28 15:26:54 2015
@@ -0,0 +1,55 @@
+# Release Notes – Maven 3.3.3
+
+<!-- 
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+ NOTE: For help with the syntax of this file, see:
+ http://maven.apache.org/doxia/references/apt-format.html
+-->
+
+## Maven 3.3.3
+
+The Apache Maven team would like to announce the release of Maven 3.3.3.
+
+Maven 3.3.3 is [available for download][0].
+
+Maven is a software project management and comprehension tool. Based on the concept of a project object model
+(POM), Maven can manage a project's build, reporting and documentation from a central place.
+
+Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.
+
+The core release is independent of the plugins available. Further releases of plugins will be made separately.
+See the [PluginList][1] for more information.
+
+We hope you enjoy using Maven! If you have any questions, please consult:
+
+- the web site: [http://maven.apache.org/](http://maven.apache.org/)
+- the maven-user mailing list: [http://maven.apache.org/mail-lists.html](http://maven.apache.org/mail-lists.html)
+- the reference documentation: [http://maven.apache.org/ref/3.3.3/](http://maven.apache.org/ref/3.3.3/)
+
+The full list of changes can be found in our [issue management system][4].
+
+## Complete Release Notes
+
+See [complete release notes for all versions][5]
+
+[0]: ../../download.html
+[1]: ../../plugins/index.html
+[2]: http://maven.apache.org/
+[4]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12332054
+[5]: ../../release-notes-all.html

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1676565&r1=1676564&r2=1676565&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Tue Apr 28 15:26:54 2015
@@ -50,16 +50,16 @@
   </issueManagement>
 
   <properties>
-    <currentStableVersion>3.3.1</currentStableVersion>
-    <currentStableReleaseDate>2015-03-20</currentStableReleaseDate>
-    <current33xVersion>3.3.1</current33xVersion>
+    <currentStableVersion>3.3.3</currentStableVersion>
+    <currentStableReleaseDate>2015-04-28</currentStableReleaseDate>
+    <current33xVersion>3.3.3</current33xVersion>
     <current32xVersion>3.2.5</current32xVersion>
     <current31xVersion>3.1.1</current31xVersion>
     <current30xVersion>3.0.5</current30xVersion>
     <currentAntTasksVersion>2.1.3</currentAntTasksVersion>
     <currentAntTasksReleaseDate>2011-04-17</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.3.1,3.2.5,3.2.3,3.2.2,3.2.1,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>
+    <versions3x>3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,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.output>${project.build.directory}/site</site.output>
   </properties>