[jboss-cvs] JBossAS SVN: r83622 - projects/webbeans-ri-int/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 29 12:07:39 EST 2009


Author: petemuir
Date: 2009-01-29 12:07:39 -0500 (Thu, 29 Jan 2009)
New Revision: 83622

Modified:
   projects/webbeans-ri-int/trunk/pom.xml
Log:
update release plugin

Modified: projects/webbeans-ri-int/trunk/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/pom.xml	2009-01-29 16:52:55 UTC (rev 83621)
+++ projects/webbeans-ri-int/trunk/pom.xml	2009-01-29 17:07:39 UTC (rev 83622)
@@ -61,10 +61,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
+        <version>2.0-beta-8</version>
         <configuration>
           <tagBase>https://svn.jboss.org/repos/jbossas/projects/webbeans-ri-int/tags</tagBase>
           <autoVersionSubmodules>true</autoVersionSubmodules>
+          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
         </configuration>
       </plugin>
     </plugins>




More information about the jboss-cvs-commits mailing list