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/18 10:46:52 UTC

svn commit: r1799074 - /maven/shared/trunk/maven-filtering/pom.xml

Author: khmarbaise
Date: Sun Jun 18 10:46:52 2017
New Revision: 1799074

URL: http://svn.apache.org/viewvc?rev=1799074&view=rev
Log:
[MSHARED-646] Removed prerequisites for none maven-plugin project

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

Modified: maven/shared/trunk/maven-filtering/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/pom.xml?rev=1799074&r1=1799073&r2=1799074&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/pom.xml (original)
+++ maven/shared/trunk/maven-filtering/pom.xml Sun Jun 18 10:46:52 2017
@@ -33,10 +33,6 @@
   <name>Apache Maven Filtering</name>
   <description>A component to assist in filtering of resource files with properties from a Maven project.</description>
 
-  <prerequisites>
-    <maven>${mavenVersion}</maven>
-  </prerequisites>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-filtering</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-filtering</developerConnection>