prep 3.3.0.CR1 release

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14457 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2008-03-18 07:31:53 +00:00
parent bd2e1a6a4b
commit eca74d2651
17 changed files with 46 additions and 46 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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,30 +150,30 @@
<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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>