Author: steve.ebersole(a)jboss.com
Date: 2010-02-24 22:49:36 -0500 (Wed, 24 Feb 2010)
New Revision: 18877
Modified:
core/trunk/annotations/pom.xml
core/trunk/cache-ehcache/pom.xml
core/trunk/cache-infinispan/pom.xml
core/trunk/cache-jbosscache/pom.xml
core/trunk/cache-oscache/pom.xml
core/trunk/cache-swarmcache/pom.xml
core/trunk/changelog.txt
core/trunk/connection-c3p0/pom.xml
core/trunk/connection-proxool/pom.xml
core/trunk/core/pom.xml
core/trunk/distribution/pom.xml
core/trunk/documentation/envers/pom.xml
core/trunk/documentation/jbosscache2/pom.xml
core/trunk/documentation/manual/old/es-ES/pom.xml
core/trunk/documentation/manual/old/fr-FR/pom.xml
core/trunk/documentation/manual/old/ja-JP/pom.xml
core/trunk/documentation/manual/old/ko-KR/pom.xml
core/trunk/documentation/manual/old/pt-BR/pom.xml
core/trunk/documentation/manual/old/zh-CN/pom.xml
core/trunk/documentation/manual/pom.xml
core/trunk/documentation/pom.xml
core/trunk/entitymanager/pom.xml
core/trunk/envers/pom.xml
core/trunk/hibernate-maven-plugin/pom.xml
core/trunk/jdbc3-testing/pom.xml
core/trunk/jdbc4-testing/pom.xml
core/trunk/jmx/pom.xml
core/trunk/parent/pom.xml
core/trunk/pom.xml
core/trunk/testing/pom.xml
core/trunk/testsuite/pom.xml
core/trunk/tutorials/eg/pom.xml
core/trunk/tutorials/pom.xml
core/trunk/tutorials/web/pom.xml
Log:
Updating pom versions to 3.5.0-CR-2 for release tagging
Modified: core/trunk/annotations/pom.xml
===================================================================
--- core/trunk/annotations/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/annotations/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/cache-ehcache/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/cache-infinispan/pom.xml
===================================================================
--- core/trunk/cache-infinispan/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/cache-infinispan/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/cache-jbosscache/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/cache-oscache/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/cache-swarmcache/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/changelog.txt
===================================================================
--- core/trunk/changelog.txt 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/changelog.txt 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,6 +6,55 @@
more about each case.
+Changes in version 3.5.0-CR-2 (2010.02.24)
+-------------------------------------------
+http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11011
+
+** Sub-task
+ * [HHH-4605] - Add support for @OneToMany @JoinColumn in XML
+ * [HHH-4606] - Add support for @*ToOne @JoinTable in XML
+ * [HHH-4662] - Implement javax.persistence.query.timeout
+ * [HHH-4676] - Any interceptor exception (RTE) should mark the tx for rollback
+ * [HHH-4765] - Enhance Dialect support for JPA-2 locking
+
+** Bug
+ * [HHH-3817] - JBC second level cache integration can cache stale collection data
+ * [HHH-4583] - Incorrect handling of empty conjunction and disjunction
+ * [HHH-4613] - KEY, VALUE and ENTRY should not be strict keywords
+ * [HHH-4693] - MapProxy - problems during marshalling/demarchalling
+ * [HHH-4809] - Immutable entities added to a session have Status.MANAGED unless
loaded by the Session
+ * [HHH-4810] - Persistent immutable and read-only entities are updated before being
deleted
+ * [HHH-4825] - mapping order impacting behavior leading to bug
+ * [HHH-4836] - Infinispan: 2L QueryCache don't considers cached queries which
belong to current transaction
+ * [HHH-4845] - Investigate why entitymanager test cannot be run in forkMode once
+ * [HHH-4899] - Type not supported: org.hibernate.type.TimestampType
+ * [HHH-4917] - Keyword TYPE not supported
+ * [HHH-4926] - Upgrade to jDocBook 2.2.1
+ * [HHH-4928] - Non-Audited Entity with @ManyToOne in PK causes error in Envers 1.2.2
+ * [HHH-4932] - Upgrade EM to use the latest metamodel generator (CR-1)
+ * [HHH-4944] - putFromLoad calls could store stale data
+ * [HHH-4948] - Session.flush() does not always cascade save or update to read-only
or immutable entities
+
+** Improvement
+ * [HHH-4905] - Allow consistent handling of numeric primary key values by any
integral data type
+ * [HHH-4911] - Make referencedColumnName case insensitive
+ * [HHH-4930] - Drop org. prefix on hibernate.cache.default_cache_concurrency_strategy
and hibernate.id.new_generator_mappings for consistency
+ * [HHH-4934] - Improve logging in MetadataContext and AttributeFactory
+ * [HHH-4942] - Refactor PackagedEntityManagerTest and JarVisitorTest to use
ShrinkWrap
+
+** New Feature
+ * [HHH-3841] - Add support for lock timeouts
+
+** Patch
+ * [HHH-4908] - Multiple failures reported during ReadOnlyProxyTest with Ingres
+
+** Task
+ * [HHH-4640] - Add test with JNDI bound JBoss Transactions Transaction Manager
+ * [HHH-4936] - Document JPA criteria queries
+ * [HHH-4949] - Document JPA 2 metamodel
+ * [HHH-4951] - Correct DTD entities for injecting version and date into docs
+
+
Changes in version 3.5.0-CR-1 (2010.02.10)
-------------------------------------------
http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversi...
Modified: core/trunk/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/connection-c3p0/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/connection-proxool/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/core/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/distribution/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -30,7 +30,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/documentation/envers/pom.xml
===================================================================
--- core/trunk/documentation/envers/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/envers/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/documentation/jbosscache2/pom.xml
===================================================================
--- core/trunk/documentation/jbosscache2/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/jbosscache2/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -30,7 +30,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/documentation/manual/old/es-ES/pom.xml
===================================================================
--- core/trunk/documentation/manual/old/es-ES/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/manual/old/es-ES/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/trunk/documentation/manual/old/fr-FR/pom.xml
===================================================================
--- core/trunk/documentation/manual/old/fr-FR/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/manual/old/fr-FR/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/trunk/documentation/manual/old/ja-JP/pom.xml
===================================================================
--- core/trunk/documentation/manual/old/ja-JP/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/manual/old/ja-JP/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/trunk/documentation/manual/old/ko-KR/pom.xml
===================================================================
--- core/trunk/documentation/manual/old/ko-KR/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/manual/old/ko-KR/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/trunk/documentation/manual/old/pt-BR/pom.xml
===================================================================
--- core/trunk/documentation/manual/old/pt-BR/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/manual/old/pt-BR/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/trunk/documentation/manual/old/zh-CN/pom.xml
===================================================================
--- core/trunk/documentation/manual/old/zh-CN/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/manual/old/zh-CN/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/manual/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/documentation/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/entitymanager/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -1,14 +1,12 @@
<?xml version="1.0"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/envers/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/hibernate-maven-plugin/pom.xml
===================================================================
--- core/trunk/hibernate-maven-plugin/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/hibernate-maven-plugin/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -27,7 +27,7 @@
<parent>
<artifactId>hibernate-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/jdbc3-testing/pom.xml
===================================================================
--- core/trunk/jdbc3-testing/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/jdbc3-testing/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/jdbc4-testing/pom.xml
===================================================================
--- core/trunk/jdbc4-testing/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/jdbc4-testing/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/jmx/pom.xml
===================================================================
--- core/trunk/jmx/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/jmx/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/parent/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -29,7 +29,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<packaging>pom</packaging>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<name>Hibernate Core Parent POM</name>
<description>The base POM for all Hibernate Core modules.</description>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/testing/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/testsuite/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/tutorials/eg/pom.xml
===================================================================
--- core/trunk/tutorials/eg/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/tutorials/eg/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -30,7 +30,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tutorials</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/tutorials/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/trunk/tutorials/web/pom.xml
===================================================================
--- core/trunk/tutorials/web/pom.xml 2010-02-25 03:20:01 UTC (rev 18876)
+++ core/trunk/tutorials/web/pom.xml 2010-02-25 03:49:36 UTC (rev 18877)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tutorials</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0-CR-2</version>
<relativePath>../pom.xml</relativePath>
</parent>