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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 2 15:20:38 EDT 2010


Author: pferraro
Date: 2010-08-02 15:20:38 -0400 (Mon, 02 Aug 2010)
New Revision: 107313

Modified:
   projects/cluster/ha-server-cache-spi/trunk/pom.xml
Log:
Update ha-server-api version to 2.0.0.Alpha6.
Drop maven-release-plugin configuration.

Modified: projects/cluster/ha-server-cache-spi/trunk/pom.xml
===================================================================
--- projects/cluster/ha-server-cache-spi/trunk/pom.xml	2010-08-02 19:13:57 UTC (rev 107312)
+++ projects/cluster/ha-server-cache-spi/trunk/pom.xml	2010-08-02 19:20:38 UTC (rev 107313)
@@ -30,7 +30,7 @@
   </scm>
   
   <properties>
-    <version.jboss.ha.server.api>2.0.0-SNAPSHOT</version.jboss.ha.server.api>
+    <version.jboss.ha.server.api>2.0.0.Alpha6</version.jboss.ha.server.api>
     <version.jgroups>2.10.0.GA</version.jgroups>
     <version.org.jboss.naming>5.0.5.Final</version.org.jboss.naming>
     <version.org.jboss.metadata.war>2.0.0.Alpha14</version.org.jboss.metadata.war>
@@ -38,19 +38,6 @@
     <version.easymock>3.0</version.easymock>
   </properties>
   
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <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. -->
-          <tagBase>https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-spi/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>  
-  
   <dependencies> 
     
     <!-- Global dependencies -->



More information about the jboss-cvs-commits mailing list