[jboss-cvs] JBossAS SVN: r81365 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 20 10:06:05 EST 2008


Author: pgier
Date: 2008-11-20 10:06:05 -0500 (Thu, 20 Nov 2008)
New Revision: 81365

Modified:
   trunk/component-matrix/pom.xml
Log:
Add version for maven build-helper plugin.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-11-20 14:49:58 UTC (rev 81364)
+++ trunk/component-matrix/pom.xml	2008-11-20 15:06:05 UTC (rev 81365)
@@ -179,6 +179,11 @@
           <artifactId>rmic-maven-plugin</artifactId>
           <version>1.0-beta-1</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
 




More information about the jboss-cvs-commits mailing list