[jboss-cvs] JBossAS SVN: r76788 - projects/cluster/ha-server-api/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 7 16:21:25 EDT 2008


Author: pferraro
Date: 2008-08-07 16:21:25 -0400 (Thu, 07 Aug 2008)
New Revision: 76788

Modified:
   projects/cluster/ha-server-api/trunk/.classpath
   projects/cluster/ha-server-api/trunk/pom.xml
Log:
Upgrade jboss-ha-client to 1.1.0.CR4

Modified: projects/cluster/ha-server-api/trunk/.classpath
===================================================================
--- projects/cluster/ha-server-api/trunk/.classpath	2008-08-07 20:15:25 UTC (rev 76787)
+++ projects/cluster/ha-server-api/trunk/.classpath	2008-08-07 20:21:25 UTC (rev 76788)
@@ -12,7 +12,6 @@
 	<classpathentry kind="var" path="M2_REPO/org/jboss/jboss-mdr/2.0.0.Beta15/jboss-mdr-2.0.0.Beta15.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/aspects/jboss-remoting-aspects/1.0.1.CR2/jboss-remoting-aspects-1.0.1.CR2.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-serialization/1.0.3.GA/jboss-serialization-1.0.3.GA.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/jboss/cluster/jboss-ha-client/1.1.0.CR3/jboss-ha-client-1.1.0.CR3.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jgroups/jgroups/2.6.3.GA/jgroups-2.6.3.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.7.GA/jboss-common-core-2.2.7.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/cache/jbosscache-core/2.2.0.CR6/jbosscache-core-2.2.0.CR6.jar"/>
@@ -20,5 +19,6 @@
 	<classpathentry kind="var" path="M2_REPO/org/jboss/aop/jboss-aop/2.0.0.CR13/jboss-aop-2.0.0.CR13.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/remoting/jboss-remoting/2.4.0.GA/jboss-remoting-2.4.0.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/easymock/easymock/2.4/easymock-2.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/jboss/cluster/jboss-ha-client/1.1.0.CR4/jboss-ha-client-1.1.0.CR4.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/cluster/ha-server-api/trunk/pom.xml
===================================================================
--- projects/cluster/ha-server-api/trunk/pom.xml	2008-08-07 20:15:25 UTC (rev 76787)
+++ projects/cluster/ha-server-api/trunk/pom.xml	2008-08-07 20:21:25 UTC (rev 76788)
@@ -28,7 +28,7 @@
   </scm>
   
   <properties>
-    <version.jboss.ha.client>1.1.0.CR3</version.jboss.ha.client>
+    <version.jboss.ha.client>1.1.0.CR4</version.jboss.ha.client>
     <version.jboss.common.core>2.2.7.GA</version.jboss.common.core>
     <version.jboss.logging.spi>2.0.5.GA</version.jboss.logging.spi>
     <version.jboss.cache>2.2.0.CR6</version.jboss.cache>




More information about the jboss-cvs-commits mailing list