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 2016/06/08 18:40:34 UTC

svn commit: r1747429 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

Author: khmarbaise
Date: Wed Jun  8 18:40:34 2016
New Revision: 1747429

URL: http://svn.apache.org/viewvc?rev=1747429&view=rev
Log:
[MEAR-235] Upgrade maven-archiver to 3.1.0

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

Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=1747429&r1=1747428&r2=1747429&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Wed Jun  8 18:40:34 2016
@@ -75,7 +75,7 @@
   </contributors>
 
   <properties>
-    <mavenArchiverVersion>3.0.0</mavenArchiverVersion>
+    <mavenArchiverVersion>3.1.0</mavenArchiverVersion>
     <mavenFilteringVersion>3.0.0</mavenFilteringVersion>
     <mavenVersion>3.0</mavenVersion>
   </properties>