[webbeans-commits] Webbeans SVN: r1300 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 12:24:34 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 12:24:33 -0500 (Thu, 29 Jan 2009)
New Revision: 1300

Modified:
   ri/trunk/pom.xml
Log:
better pom

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-01-29 17:22:49 UTC (rev 1299)
+++ ri/trunk/pom.xml	2009-01-29 17:24:33 UTC (rev 1300)
@@ -336,7 +336,8 @@
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-report-plugin</artifactId>
+               <artifactId>maven-surefire-report-plugin
+               </artifactId>
                <version>2.4.3</version>
             </plugin>
             <plugin>
@@ -344,6 +345,17 @@
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.4.3</version>
             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-release-plugin</artifactId>
+               <version>2.0-beta-8</version>
+               <configuration>
+                  <tagBase>
+                     https://svn.jboss.org/repos/jbossas/projects/webbeans-ri-int/tags
+                  </tagBase>
+                  <autoVersionSubmodules>true</autoVersionSubmodules>
+               </configuration>
+            </plugin>
          </plugins>
       </pluginManagement>
    </build>




More information about the weld-commits mailing list