Author: dennisl
Date: Sat Sep 20 04:47:19 2008
New Revision: 697355
URL: http://svn.apache.org/viewvc?rev=697355&view=rev
Log:
o Lock down the version of maven-enforcer-plugin to 1.0-beta-4.
Modified:
maven/plugins/trunk/pom.xml
Modified: maven/plugins/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=697355&r1=697354&r2=697355&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sat Sep 20 04:47:19 2008
@@ -169,6 +169,11 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-beta-4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.4.3</version>
</plugin>