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 2017/06/24 11:33:12 UTC

svn commit: r1799762 - /maven/shared/trunk/maven-archiver/pom.xml

Author: khmarbaise
Date: Sat Jun 24 11:33:12 2017
New Revision: 1799762

URL: http://svn.apache.org/viewvc?rev=1799762&view=rev
Log:
Accidently removed the property definition which needed.

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1799762&r1=1799761&r2=1799762&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Sat Jun 24 11:33:12 2017
@@ -33,6 +33,10 @@
   <name>Apache Maven Archiver</name>
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
 
+  <properties>
+    <mavenVersion>3.0</mavenVersion>
+  </properties>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver</developerConnection>