You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/27 18:48:09 UTC

commons-crypto git commit: Update to latest plugins etc

Repository: commons-crypto
Updated Branches:
  refs/heads/master 1b4690e06 -> d4f1a57aa


Update to latest plugins etc

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/d4f1a57a
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/d4f1a57a
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/d4f1a57a

Branch: refs/heads/master
Commit: d4f1a57aaa7980546925dd896ff50405710afc9c
Parents: 1b4690e
Author: Sebb <se...@apache.org>
Authored: Mon Jun 27 19:48:06 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Mon Jun 27 19:48:06 2016 +0100

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/d4f1a57a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9601d55..6b55286 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>39</version>
+    <version>40</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
@@ -217,9 +217,10 @@ The following provides more details on the included cryptographic software:
     OSInfo.java to detect the OS info and arch to generate the native binary for detected platform.
     User is able to specify the platform by maven profiles.-->
     <target.name>all</target.name>
-    <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
+    <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
     <junit.version>4.12</junit.version>
     <commons-logging.version>1.1.3</commons-logging.version>
+    <commons.jacoco.version>0.7.7.201606060606</commons.jacoco.version>
     <slf4j-api.version>1.7.10</slf4j-api.version>
   </properties>
   <profiles>
@@ -356,6 +357,11 @@ The following provides more details on the included cryptographic software:
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -427,7 +433,7 @@ The following provides more details on the included cryptographic software:
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.15</version>
+        <version>2.17</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
@@ -452,7 +458,7 @@ The following provides more details on the included cryptographic software:
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.5</version>
+        <version>3.6</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>