Hibernate SVN: r14457 - in core/trunk: cache-ehcache and 15 other directories.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2008-03-18 03:31:53 -0400 (Tue, 18 Mar 2008)
New Revision: 14457
Modified:
core/trunk/cache-ehcache/pom.xml
core/trunk/cache-jbosscache/pom.xml
core/trunk/cache-jbosscache2/pom.xml
core/trunk/cache-oscache/pom.xml
core/trunk/cache-swarmcache/pom.xml
core/trunk/connection-c3p0/pom.xml
core/trunk/connection-proxool/pom.xml
core/trunk/core/pom.xml
core/trunk/documentation/jbosscache2/pom.xml
core/trunk/documentation/manual/pom.xml
core/trunk/documentation/pom.xml
core/trunk/documentation/tutorial/pom.xml
core/trunk/eg/pom.xml
core/trunk/jmx/pom.xml
core/trunk/pom.xml
core/trunk/testing/pom.xml
core/trunk/testsuite/pom.xml
Log:
prep 3.3.0.CR1 release
Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/cache-ehcache/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/cache-jbosscache/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/cache-jbosscache2/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
@@ -28,7 +28,7 @@
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId>
<version>2.1.0.CR4</version>
- </dependency>
+ </dependency>
<!-- TODO Remove once JBC 2.1.0.GA uses JG 2.6.1 -->
<dependency>
<groupId>jgroups</groupId>
@@ -127,10 +127,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <!-- Skip a long-running test of a prototype class -->
- <exclude>**/ClusteredConcurrentTimestampRegionTestCase.java</exclude>
+ <configuration>
+ <excludes>
+ <!-- Skip a long-running test of a prototype class -->
+ <exclude>**/ClusteredConcurrentTimestampRegionTestCase.java</exclude>
</excludes>
<systemProperties>
<property>
@@ -150,31 +150,31 @@
<property>
<name>java.net.preferIPv4Stack</name>
<value>true</value>
- </property>
- <!-- Tell JGroups to only wait a short time for PING
- responses before determining coordinator. Speeds cluster
- formation during integration tests. (This is too
- low a value for a real system; only use for tests.)
- -->
- <property>
- <name>jgroups.ping.timeout</name>
- <value>500</value>
- </property>
- <!-- Tell JGroups to only require one PING response
- before determining coordinator. Speeds cluster
- formation during integration tests. (This is too
- low a value for a real system; only use for tests.)
- -->
- <property>
- <name>jgroups.ping.num_initial_members</name>
- <value>1</value>
- </property>
- <!-- Disable the JGroups message bundling feature
- to speed tests and avoid FLUSH issue -->
- <property>
- <name>jgroups.udp.enable_bundling</name>
- <value>false</value>
</property>
+ <!-- Tell JGroups to only wait a short time for PING
+ responses before determining coordinator. Speeds cluster
+ formation during integration tests. (This is too
+ low a value for a real system; only use for tests.)
+ -->
+ <property>
+ <name>jgroups.ping.timeout</name>
+ <value>500</value>
+ </property>
+ <!-- Tell JGroups to only require one PING response
+ before determining coordinator. Speeds cluster
+ formation during integration tests. (This is too
+ low a value for a real system; only use for tests.)
+ -->
+ <property>
+ <name>jgroups.ping.num_initial_members</name>
+ <value>1</value>
+ </property>
+ <!-- Disable the JGroups message bundling feature
+ to speed tests and avoid FLUSH issue -->
+ <property>
+ <name>jgroups.udp.enable_bundling</name>
+ <value>false</value>
+ </property>
</systemProperties>
<skipExec>${skipUnitTests}</skipExec>
</configuration>
Modified: core/trunk/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/cache-oscache/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/cache-swarmcache/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/connection-c3p0/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/connection-proxool/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/core/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/documentation/jbosscache2/pom.xml
===================================================================
--- core/trunk/documentation/jbosscache2/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/documentation/jbosscache2/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/documentation/manual/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/documentation/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/documentation/tutorial/pom.xml
===================================================================
--- core/trunk/documentation/tutorial/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/documentation/tutorial/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/eg/pom.xml
===================================================================
--- core/trunk/eg/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/eg/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/jmx/pom.xml
===================================================================
--- core/trunk/jmx/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/jmx/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/testing/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>
Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml 2008-03-18 07:26:18 UTC (rev 14456)
+++ core/trunk/testsuite/pom.xml 2008-03-18 07:31:53 UTC (rev 14457)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>org.hibernate</groupId>