[jboss-cvs] JBossAS SVN: r77213 - projects/cluster/hibernate-jbc-cacheprovider/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 19 23:51:55 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-08-19 23:51:54 -0400 (Tue, 19 Aug 2008)
New Revision: 77213

Modified:
   projects/cluster/hibernate-jbc-cacheprovider/trunk/pom.xml
Log:
[JBCLUSTER-206] More mucking about to get tests to run

Modified: projects/cluster/hibernate-jbc-cacheprovider/trunk/pom.xml
===================================================================
--- projects/cluster/hibernate-jbc-cacheprovider/trunk/pom.xml	2008-08-20 03:49:55 UTC (rev 77212)
+++ projects/cluster/hibernate-jbc-cacheprovider/trunk/pom.xml	2008-08-20 03:51:54 UTC (rev 77213)
@@ -8,7 +8,7 @@
   <groupId>org.jboss.cluster</groupId>
   <artifactId>hibernate-jbc-cacheprovider</artifactId>
   <packaging>jar</packaging>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0.BETA3</version>
   <name />
   <url>http://www.jboss.org</url>
   <description />
@@ -24,7 +24,7 @@
   </organization>
   
   <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/hibernate-jbc-cacheprovider/trunk/</connection>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/hibernate-jbc-cacheprovider/tags/1.0.0.BETA3</connection>
   </scm>
   
   <properties>
@@ -47,7 +47,14 @@
     <version.javassist>3.8.1.GA</version.javassist>
     <version.jboss.javaee.persistence.api>3.0.0.CR1</version.jboss.javaee.persistence.api>
     <version.jboss.serialization>1.0.3.GA</version.jboss.serialization>
-    <version.trove>1.0.2</version.trove>     
+    <version.trove>1.0.2</version.trove>    
+    <!-- 
+         Following is the default jgroups mcast address.  If you find the testsuite runs very slowly, there
+         may be problems with multicast on the interface JGroups uses by default on your machine. You can
+         try to resolve setting 'jgroups.bind_addr' as a system-property to the jvm launching maven and
+         setting the value to an interface where you know multicast works
+    -->
+    <jgroups.bind_addr>127.0.0.1</jgroups.bind_addr> 
   </properties>
   
   <build>
@@ -241,6 +248,6 @@
        <version>${version.trove}</version>
        <scope>test</scope>
     </dependency>        
-  </dependencies>  
+  </dependencies> 
 
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list