diff --git a/annotations/pom.xml b/annotations/pom.xml
index 7687b77b16..b2718711b2 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -29,7 +29,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/cache-ehcache/pom.xml b/cache-ehcache/pom.xml
index 902dd09007..5637df1d17 100644
--- a/cache-ehcache/pom.xml
+++ b/cache-ehcache/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/cache-infinispan/pom.xml b/cache-infinispan/pom.xml
index 31bfaaf603..333d0329b4 100644
--- a/cache-infinispan/pom.xml
+++ b/cache-infinispan/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/cache-jbosscache/pom.xml b/cache-jbosscache/pom.xml
index 9f7323a8b0..7d740bf0a3 100644
--- a/cache-jbosscache/pom.xml
+++ b/cache-jbosscache/pom.xml
@@ -27,7 +27,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/cache-oscache/pom.xml b/cache-oscache/pom.xml
index 533ae3a5b9..c4ac7dfb6d 100644
--- a/cache-oscache/pom.xml
+++ b/cache-oscache/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/cache-swarmcache/pom.xml b/cache-swarmcache/pom.xml
index 59e6cd5ac1..3009678bd9 100644
--- a/cache-swarmcache/pom.xml
+++ b/cache-swarmcache/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/changelog.txt b/changelog.txt
index 10009bde3a..36e728c08f 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -6,6 +6,59 @@ refer to the particular case on JIRA using the issue tracking number to learn
more about each case.
+Changes in version 3.5.0-Final (2010.03.31)
+-------------------------------------------
+http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11022
+
+** Sub-task
+ * [HHH-4599] - An embeddable class may contain ToOne or ToMany associations
+ * [HHH-4666] - Implement the clarified rules for resource discovery (esp for and co)
+ * [HHH-4691] - Validate all new concepts are supported in orm.xml
+
+** Bug
+ * [HHH-2088] - TypeMismatchException on object equality expression from one-to-one relationship
+ * [HHH-2997] - LikeExpression case sensitive not working properly
+ * [HHH-4784] - JDBCTransaction -> commit() -> notifyLocalSynchsBeforeTransactionCompletion()
+ * [HHH-4870] - Cannot determine java-type from given member [null]
+ * [HHH-4919] - DefaultMergeEventListener does not call Interceptor.instantiate() for a new persistent entity (Francesco Degrassi)
+ * [HHH-4931] - two tests in org.hibernate.test.legacy.MultiTableTest fail on Ingres
+ * [HHH-4946] - org.hibernate.test.legacy.FooBarTests testLimit failure with Ingres
+ * [HHH-4958] - Immutable entity snapshot is retained after insert
+ * [HHH-4972] - javax.persistence.query.timeout and javax.persistence.lock.timeout can be passed when creating an EMF
+ * [HHH-4993] - Updates to read-only entity associations made while in persistent state are ignored by flush
+ * [HHH-4998] - org.hibernate.test.hql.ASTParserLoadingTest failure running testStr with Ingres
+ * [HHH-5000] - duplicate words in the documents
+ * [HHH-5010] - org.hibernate.test.hql.CriteriaHQLAlignmentTest.testCriteriaAggregationReturnType() needs call flush before do the query
+ * [HHH-5013] - the previous select query should not to hold locks in TypeParameterTest#testSave
+
+** Improvement
+ * [HHH-1088] - Add support for projections using composite keys and components
+ * [HHH-4374] - @Subselect
+ * [HHH-4907] - Support for tuple syntax in HQL/Criteria on databases which do not support tuple syntax
+ * [HHH-4940] - Document immutable/read-only entity and immutable collection functionality
+ * [HHH-4989] - Make Statistics concurrent safe when Java 5 is present (Alex Snaps)
+ * [HHH-5008] - Log query lock mode in EntityLoader constructor
+ * [HHH-5022] - Small documentation improvements in chapter 6
+
+** New Feature
+ * [HHH-4812] - Add fetch profile support in annotations
+ * [HHH-4994] - find(Class entityClass, Object primaryKey, Map properties) and refresh(Object entity, Map properties) do not honor properties
+ * [HHH-5026] - Ability to customize Scanner strategies
+
+** Patch
+ * [HHH-4419] - is missed using annotations
+ * [HHH-5049] - org.hibernate.test.legacy.ParentChildTest error running testLoadAfterNonExists with Ingres
+
+** Task
+ * [HHH-4933] - Write documentation on JPA 2
+ * [HHH-4990] - Move to commons-annotations 3.2.0.Final
+ * [HHH-4995] - Update dependency versions for JPA 2 and Metamodel Generator
+ * [HHH-4996] - Use monospace fonts in docbook programlistings
+ * [HHH-5035] - upgrade to jdocbook 2.2.3
+ * [HHH-5047] - Remove column coordinates from areaspecs
+ * [HHH-5058] - Include hibernate-jpa-2.0-api (JPA 2 API) in release bundle
+
+
Changes in version 3.5.0-CR-2 (2010.02.24)
-------------------------------------------
http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11011
diff --git a/connection-c3p0/pom.xml b/connection-c3p0/pom.xml
index f3b5e3e556..a2b0c07fea 100644
--- a/connection-c3p0/pom.xml
+++ b/connection-c3p0/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/connection-proxool/pom.xml b/connection-proxool/pom.xml
index dcbe1fd6b9..e8080f4405 100644
--- a/connection-proxool/pom.xml
+++ b/connection-proxool/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index 272762b789..d4f5f5bfd0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8f74b2372f..ecd9ac47bb 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -30,7 +30,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/documentation/envers/pom.xml b/documentation/envers/pom.xml
index 6e6184c0f3..de3ba6b139 100644
--- a/documentation/envers/pom.xml
+++ b/documentation/envers/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../../parent/pom.xml
diff --git a/documentation/jbosscache2/pom.xml b/documentation/jbosscache2/pom.xml
index b6b3704ca9..8c33541f7d 100644
--- a/documentation/jbosscache2/pom.xml
+++ b/documentation/jbosscache2/pom.xml
@@ -30,7 +30,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../../parent/pom.xml
diff --git a/documentation/manual/old/es-ES/pom.xml b/documentation/manual/old/es-ES/pom.xml
index 2049f147d7..28731688b5 100644
--- a/documentation/manual/old/es-ES/pom.xml
+++ b/documentation/manual/old/es-ES/pom.xml
@@ -6,12 +6,12 @@
org.hibernate
hibernate-manual-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
org.hibernate
hibernate-manual-${translation}
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
jdocbook
Hibernate Manual (${translation})
diff --git a/documentation/manual/old/fr-FR/pom.xml b/documentation/manual/old/fr-FR/pom.xml
index d26a0da46d..f640bb42ad 100644
--- a/documentation/manual/old/fr-FR/pom.xml
+++ b/documentation/manual/old/fr-FR/pom.xml
@@ -6,12 +6,12 @@
org.hibernate
hibernate-manual-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
org.hibernate
hibernate-manual-${translation}
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
jdocbook
Hibernate Manual (${translation})
diff --git a/documentation/manual/old/ja-JP/pom.xml b/documentation/manual/old/ja-JP/pom.xml
index 487f48114c..c284218e80 100644
--- a/documentation/manual/old/ja-JP/pom.xml
+++ b/documentation/manual/old/ja-JP/pom.xml
@@ -6,12 +6,12 @@
org.hibernate
hibernate-manual-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
org.hibernate
hibernate-manual-${translation}
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
jdocbook
Hibernate Manual (${translation})
diff --git a/documentation/manual/old/ko-KR/pom.xml b/documentation/manual/old/ko-KR/pom.xml
index 93e7f9d3f0..56b0ee5652 100644
--- a/documentation/manual/old/ko-KR/pom.xml
+++ b/documentation/manual/old/ko-KR/pom.xml
@@ -6,12 +6,12 @@
org.hibernate
hibernate-manual-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
org.hibernate
hibernate-manual-${translation}
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
jdocbook
Hibernate Manual (${translation})
diff --git a/documentation/manual/old/pt-BR/pom.xml b/documentation/manual/old/pt-BR/pom.xml
index 38c0f5008c..62aa9769c9 100644
--- a/documentation/manual/old/pt-BR/pom.xml
+++ b/documentation/manual/old/pt-BR/pom.xml
@@ -6,12 +6,12 @@
org.hibernate
hibernate-manual-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
org.hibernate
hibernate-manual-${translation}
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
jdocbook
Hibernate Manual (${translation})
diff --git a/documentation/manual/old/zh-CN/pom.xml b/documentation/manual/old/zh-CN/pom.xml
index 1ad9acf634..8472f3eaac 100644
--- a/documentation/manual/old/zh-CN/pom.xml
+++ b/documentation/manual/old/zh-CN/pom.xml
@@ -6,12 +6,12 @@
org.hibernate
hibernate-manual-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
org.hibernate
hibernate-manual-${translation}
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
jdocbook
Hibernate Manual (${translation})
diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml
index acd2f07cc4..c3b8fc5188 100644
--- a/documentation/manual/pom.xml
+++ b/documentation/manual/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../../parent/pom.xml
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 8c6952fa6a..fc95fd9234 100644
--- a/documentation/pom.xml
+++ b/documentation/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/entitymanager/pom.xml b/entitymanager/pom.xml
index 50b78bda01..2960b4401e 100644
--- a/entitymanager/pom.xml
+++ b/entitymanager/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/envers/pom.xml b/envers/pom.xml
index db89788075..b31cc95ba1 100644
--- a/envers/pom.xml
+++ b/envers/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/hibernate-maven-plugin/pom.xml b/hibernate-maven-plugin/pom.xml
index 8544e70b7e..1d6ec6f4f0 100644
--- a/hibernate-maven-plugin/pom.xml
+++ b/hibernate-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
hibernate-parent
org.hibernate
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/jdbc3-testing/pom.xml b/jdbc3-testing/pom.xml
index 77aa2b3c91..6fb0a5327d 100644
--- a/jdbc3-testing/pom.xml
+++ b/jdbc3-testing/pom.xml
@@ -28,7 +28,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/jdbc4-testing/pom.xml b/jdbc4-testing/pom.xml
index 027d0c520f..1348e30b36 100644
--- a/jdbc4-testing/pom.xml
+++ b/jdbc4-testing/pom.xml
@@ -28,7 +28,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/jmx/pom.xml b/jmx/pom.xml
index f64060cc0a..5ab8690630 100644
--- a/jmx/pom.xml
+++ b/jmx/pom.xml
@@ -29,7 +29,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/parent/pom.xml b/parent/pom.xml
index 5ec7222638..5397ec0b77 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -29,7 +29,7 @@
org.hibernate
hibernate-parent
pom
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
Hibernate Core Parent POM
The base POM for all Hibernate Core modules.
diff --git a/pom.xml b/pom.xml
index ed42c587d8..ad2356add9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
parent/pom.xml
diff --git a/testing/pom.xml b/testing/pom.xml
index 93543def47..4623d60f39 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index 13c400bd1c..40fd994da2 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/tutorials/eg/pom.xml b/tutorials/eg/pom.xml
index 520d2ed742..0a2344a8fb 100644
--- a/tutorials/eg/pom.xml
+++ b/tutorials/eg/pom.xml
@@ -30,7 +30,7 @@
org.hibernate
hibernate-tutorials
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../pom.xml
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 27c9c1841d..c881f531f2 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -29,7 +29,7 @@
org.hibernate
hibernate-parent
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../parent/pom.xml
diff --git a/tutorials/web/pom.xml b/tutorials/web/pom.xml
index 53be09cc53..a79416df4f 100644
--- a/tutorials/web/pom.xml
+++ b/tutorials/web/pom.xml
@@ -6,7 +6,7 @@
org.hibernate
hibernate-tutorials
- 3.5.0-SNAPSHOT
+ 3.5.0-Final
../pom.xml