You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/22 21:11:01 UTC

[maven-source-plugin] 01/01: [MSOURCES-111] - Upgrade maven-archiver / plexus-archiver o Upgrade maven-archiver to 3.2.0 o Upgrade plexus-archiver to 3.5 o Based on the above upgrade we have to lift the JDK minimum from 6 to 7. o Bump the version to 3.1.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSOURCES-111
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git

commit 8519b56e0548faf9548a0089e07b16ff0a831793
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 22 21:32:05 2018 +0100

    [MSOURCES-111] - Upgrade maven-archiver / plexus-archiver
     o Upgrade maven-archiver to 3.2.0
     o Upgrade plexus-archiver to 3.5
     o Based on the above upgrade we have
       to lift the JDK minimum from 6 to 7.
     o Bump the version to 3.1.0-SNAPSHOT
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29bf68a..44efefc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-source-plugin</artifactId>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Source Plugin</name>
@@ -79,6 +79,7 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
   </properties>
 
@@ -109,12 +110,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.1.1</version>
+      <version>3.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.4</version>
+      <version>3.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.