You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/18 14:05:37 UTC

svn commit: r1749042 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: schulte
Date: Sat Jun 18 14:05:37 2016
New Revision: 1749042

URL: http://svn.apache.org/viewvc?rev=1749042&view=rev
Log:
[MSOURCES-103] Upgrade of maven-archiver to 3.1.1.


Modified:
    maven/plugins/trunk/maven-source-plugin/pom.xml

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=1749042&r1=1749041&r2=1749042&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Sat Jun 18 14:05:37 2016
@@ -109,7 +109,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>