You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2015/12/13 18:38:30 UTC

svn commit: r1719815 - in /commons/proper/weaver/trunk: parent/pom.xml pom.xml

Author: mbenson
Date: Sun Dec 13 17:38:29 2015
New Revision: 1719815

URL: http://svn.apache.org/viewvc?rev=1719815&view=rev
Log:
upgrade parent pom and plugin versions

Modified:
    commons/proper/weaver/trunk/parent/pom.xml
    commons/proper/weaver/trunk/pom.xml

Modified: commons/proper/weaver/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/parent/pom.xml?rev=1719815&r1=1719814&r2=1719815&view=diff
==============================================================================
--- commons/proper/weaver/trunk/parent/pom.xml (original)
+++ commons/proper/weaver/trunk/parent/pom.xml Sun Dec 13 17:38:29 2015
@@ -35,9 +35,6 @@ under the License.
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
-
     <ant.version>1.9.4</ant.version>
     <checkstyle.version>2.11</checkstyle.version>
   </properties>
@@ -217,22 +214,22 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.10</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.5</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.8</version>
+          <version>1.10</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>3.0.3</version>
         </plugin>
       </plugins>
     </pluginManagement>

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1719815&r1=1719814&r2=1719815&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Sun Dec 13 17:38:29 2015
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>34</version>
+    <version>39</version>
   </parent>
 
   <artifactId>commons-weaver-base</artifactId>
@@ -56,6 +56,12 @@ under the License.
     <commons.site.path>commons-weaver</commons.site.path>
     <asm.version>5.0.4</asm.version>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
+
+    <!-- most Java-related items are defined in parent/pom.xml;
+         define these here for the animal-sniffer config of commons-parent: -->
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
+
   </properties>
 
   <developers>
@@ -97,11 +103,6 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.3.1</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <autoVersionSubmodules>true</autoVersionSubmodules>
@@ -122,12 +123,11 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.3</version>
         <dependencies>
           <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-module-markdown</artifactId>
-            <version>1.3</version>
+            <version>1.6</version>
           </dependency>
         </dependencies>
       </plugin>