[jboss-cvs] JBossAS SVN: r92453 - projects/cluster/ha-server-cache-jbc/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 18:55:27 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-08-17 18:55:27 -0400 (Mon, 17 Aug 2009)
New Revision: 92453

Modified:
   projects/cluster/ha-server-cache-jbc/trunk/pom.xml
Log:
Work around maven bug

Modified: projects/cluster/ha-server-cache-jbc/trunk/pom.xml
===================================================================
--- projects/cluster/ha-server-cache-jbc/trunk/pom.xml	2009-08-17 22:53:51 UTC (rev 92452)
+++ projects/cluster/ha-server-cache-jbc/trunk/pom.xml	2009-08-17 22:55:27 UTC (rev 92453)
@@ -47,6 +47,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-9</version>
         <configuration>
           <!-- The tagBase property is needed during the release process so that the maven release plugin
             will create the release tag in the appropriate location. -->




More information about the jboss-cvs-commits mailing list