[jboss-cvs] JBossAS SVN: r85937 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 16 12:34:31 EDT 2009


Author: pgier
Date: 2009-03-16 12:34:31 -0400 (Mon, 16 Mar 2009)
New Revision: 85937

Modified:
   trunk/pom.xml
Log:
Update the version of the maven enforcer plugin.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-03-16 16:11:21 UTC (rev 85936)
+++ trunk/pom.xml	2009-03-16 16:34:31 UTC (rev 85937)
@@ -107,7 +107,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.0-alpha-4</version>
+        <version>1.0-beta-1</version>
         <executions>
           <execution>
             <id>enforce-java-maven-versions</id>
@@ -133,7 +133,7 @@
             <configuration>
               <rules>
                 <requirePluginVersions>
-                   <message>Best Practice is to always define plugin versions!</message>
+                   <message>Best practice is to always define plugin versions!</message>
                    <banLatest>true</banLatest>
                    <banRelease>true</banRelease>
                    <banSnapshots>true</banSnapshots>




More information about the jboss-cvs-commits mailing list