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 2014/12/29 19:58:51 UTC

svn commit: r1648410 - /maven/enforcer/trunk/maven-enforcer-plugin/pom.xml

Author: khmarbaise
Date: Mon Dec 29 18:58:50 2014
New Revision: 1648410

URL: http://svn.apache.org/r1648410
Log:
Let the parent do the work.

Modified:
    maven/enforcer/trunk/maven-enforcer-plugin/pom.xml

Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=1648410&r1=1648409&r2=1648410&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Mon Dec 29 18:58:50 2014
@@ -83,7 +83,6 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>${mavenPluginPluginVersion}</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>