You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/20 15:06:24 UTC

svn commit: r697360 - /maven/pom/trunk/maven/pom.xml

Author: bentmann
Date: Sat Sep 20 06:06:24 2008
New Revision: 697360

URL: http://svn.apache.org/viewvc?rev=697360&view=rev
Log:
o Updated to maven-enforcer-plugin:1.0-alpha-4

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=697360&r1=697359&r2=697360&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Sep 20 06:06:24 2008
@@ -577,12 +577,6 @@
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.3</version>
         </plugin>
-        <!--<plugin>
-        Uncomment after alpha-4 is released...we have check or egg here doing the release that introduces the rule that is needed.
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <version>1.0-alpha-4</version>
-        </plugin>-->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-docck-plugin</artifactId>
@@ -590,6 +584,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>1.0-alpha-4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
           <version>1.0-alpha-4</version>
         </plugin>