You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2013/08/25 17:34:02 UTC

svn commit: r1517312 - in /turbine/maven/turbine-parent/trunk: pom.xml src/changes/changes.xml

Author: tv
Date: Sun Aug 25 15:34:01 2013
New Revision: 1517312

URL: http://svn.apache.org/r1517312
Log:
        Update plugins
        - maven-compiler-plugin from 3.0 to 3.1
        - maven-surefire-plugin from 2.13 to 2.14.1
        - maven-changes-plugin from 2.8 to 2.9
        - maven-project-info-plugin from 2.6 to 2.7
        - maven-site-plugin from 3.2 to 3.3

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml
    turbine/maven/turbine-parent/trunk/src/changes/changes.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1517312&r1=1517311&r2=1517312&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Sun Aug 25 15:34:01 2013
@@ -80,7 +80,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.0</version>
+          <version>3.1</version>
           <configuration>
             <source>${maven.compile.source}</source>
             <target>${maven.compile.target}</target>
@@ -445,15 +445,15 @@
     <turbine.surefire.java>${JAVA_HOME}/bin/java</turbine.surefire.java>
 
     <!-- Plugin versions (allows same value in reporting and build sections) -->
-    <turbine.surefire.version>2.13</turbine.surefire.version>
-    <turbine.surefire-report.version>2.13</turbine.surefire-report.version>
+    <turbine.surefire.version>2.14.1</turbine.surefire.version>
+    <turbine.surefire-report.version>2.14.1</turbine.surefire-report.version>
     <turbine.javadoc.version>2.9</turbine.javadoc.version>
     <turbine.rat.version>0.8</turbine.rat.version>
-    <turbine.changes.version>2.8</turbine.changes.version>   
+    <turbine.changes.version>2.9</turbine.changes.version>   
     <turbine.jxr.version>2.3</turbine.jxr.version>
-    <turbine.project-info.version>2.6</turbine.project-info.version>
+    <turbine.project-info.version>2.7</turbine.project-info.version>
     <turbine.wagon-ssh.version>2.3</turbine.wagon-ssh.version>
-    <turbine.site-plugin.version>3.2</turbine.site-plugin.version>
+    <turbine.site-plugin.version>3.3</turbine.site-plugin.version>
 
     <!--
       Encoding of Java source files: Make sure, that the compiler and

Modified: turbine/maven/turbine-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/changes/changes.xml?rev=1517312&r1=1517311&r2=1517312&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Sun Aug 25 15:34:01 2013
@@ -25,6 +25,14 @@
 
   <body>
     <release version="3" date="in SVN">
+      <action dev="tv" type="update" date="2013-08-25">
+        Update plugins
+        - maven-compiler-plugin from 3.0 to 3.1
+        - maven-surefire-plugin from 2.13 to 2.14.1
+        - maven-changes-plugin from 2.8 to 2.9
+        - maven-project-info-plugin from 2.6 to 2.7
+        - maven-site-plugin from 3.2 to 3.3
+      </action>      
       <action dev="tv" type="add" date="2013-05-19">
         Add SCM-publish-plugin for site deployment
       </action>