[jboss-cvs] JBossAS SVN: r67433 - projects/microcontainer/trunk/kernel.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 25 22:43:34 EST 2007


Author: pgier
Date: 2007-11-25 22:43:34 -0500 (Sun, 25 Nov 2007)
New Revision: 67433

Modified:
   projects/microcontainer/trunk/kernel/pom.xml
Log:
Changing maven jar plugin version to a patched version that will work with the release plugin.

Modified: projects/microcontainer/trunk/kernel/pom.xml
===================================================================
--- projects/microcontainer/trunk/kernel/pom.xml	2007-11-25 22:43:15 UTC (rev 67432)
+++ projects/microcontainer/trunk/kernel/pom.xml	2007-11-26 03:43:34 UTC (rev 67433)
@@ -26,6 +26,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.1-jboss-1</version>
         <executions>
           <execution>
             <goals>




More information about the jboss-cvs-commits mailing list