Author: jdillon
Date: Fri Mar 30 00:34:53 2007
New Revision: 523976
URL: http://svn.apache.org/viewvc?view=rev&rev=523976
Log:
Use previous snapshot of the enforcer until Brian can fix the RequireJavaVersion rule
Modified:
geronimo/server/trunk/pom.xml
Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=523976&r1=523975&r2=523976
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Mar 30 00:34:53 2007
@@ -1469,7 +1469,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
+ <!--
+ FIXME: Latest snapshot causes build failures... so use the previous one
+ until Brian fixes it...
<version>1.0-alpha-1-SNAPSHOT</version>
+ -->
+ <version>1.0-alpha-1-20070328.035547-9</version>
</plugin>
<plugin>
|