[jboss-cvs] JBossAS SVN: r112690 - projects/jboss-jca/trunk/codegenerator/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 23 22:53:09 EST 2012


Author: jeff.zhang
Date: 2012-02-23 22:53:08 -0500 (Thu, 23 Feb 2012)
New Revision: 112690

Modified:
   projects/jboss-jca/trunk/codegenerator/src/main/resources/pom.xml.template
Log:
[JBJCA-750] define version for maven plugins

Modified: projects/jboss-jca/trunk/codegenerator/src/main/resources/pom.xml.template
===================================================================
--- projects/jboss-jca/trunk/codegenerator/src/main/resources/pom.xml.template	2012-02-24 03:39:27 UTC (rev 112689)
+++ projects/jboss-jca/trunk/codegenerator/src/main/resources/pom.xml.template	2012-02-24 03:53:08 UTC (rev 112690)
@@ -120,6 +120,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
@@ -129,6 +130,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <excludes>
             <exclude>**/META-INF/*</exclude>
@@ -139,6 +141,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-rar-plugin</artifactId>
+        <version>2.2</version>
         <executions>
           <execution>
             <id>test</id>



More information about the jboss-cvs-commits mailing list