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 14:55:48 UTC

svn commit: r697359 - /maven/plugins/trunk/pom.xml

Author: bentmann
Date: Sat Sep 20 05:55:48 2008
New Revision: 697359

URL: http://svn.apache.org/viewvc?rev=697359&view=rev
Log:
o Fixed Enforcer version

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=697359&r1=697358&r2=697359&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sat Sep 20 05:55:48 2008
@@ -170,7 +170,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>1.0-beta-4</version>
+          <version>1.0-alpha-4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>