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 2014/10/19 16:50:52 UTC

svn commit: r1632925 - in /maven/plugins/trunk/maven-plugins: pom.xml site-pom.xml src/site-docs/apt/index.apt.vm

Author: hboutemy
Date: Sun Oct 19 14:50:52 2014
New Revision: 1632925

URL: http://svn.apache.org/r1632925
Log:
prepare release

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml
    maven/plugins/trunk/maven-plugins/site-pom.xml
    maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1632925&r1=1632924&r2=1632925&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun Oct 19 14:50:52 2014
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>25-SNAPSHOT</version>
+    <version>25</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -82,7 +82,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.9</version>
+          <version>2.11</version>
           <configuration>
             <issueManagementSystems>
               <issueManagementSystem>JIRA</issueManagementSystem>
@@ -256,7 +256,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.8</version>
+            <version>1.9</version>
           </plugin>
         </plugins>
       </reporting>

Modified: maven/plugins/trunk/maven-plugins/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/site-pom.xml?rev=1632925&r1=1632924&r2=1632925&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/site-pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/site-pom.xml Sun Oct 19 14:50:52 2014
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>26-SNAPSHOT</version>
+    <version>26</version>
     <relativePath>./pom.xml</relativePath>
   </parent>
 

Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt.vm?rev=1632925&r1=1632924&r2=1632925&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt.vm Sun Oct 19 14:50:52 2014
@@ -49,6 +49,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-26/pom.xml?view=markup}26}} ({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-26/pom.xml?r1=HEAD&r2=1582504&diff_format=h}diff}}) | 2014-10-22  |
+*--------------+------------+
 | {{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-25/pom.xml?view=markup}25}} ({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-25/pom.xml?r1=HEAD&r2=1440196&diff_format=h}diff}}) | 2014-03-27  |
 *--------------+------------+
 | {{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?view=markup}24}} ({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?r1=HEAD&r2=1371605&diff_format=h}diff}}) | 2013-02-02  |