From 743dd39cc9dd58fdddb12d99a213445632d0b1f4 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 15 Sep 2010 18:25:47 +0000 Subject: [PATCH] Updating pom versions to 3.6.0.CR1 for release tagging git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20642 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- cache-ehcache/pom.xml | 2 +- cache-infinispan/pom.xml | 2 +- cache-jbosscache/pom.xml | 2 +- cache-oscache/pom.xml | 2 +- cache-swarmcache/pom.xml | 2 +- connection-c3p0/pom.xml | 2 +- connection-proxool/pom.xml | 2 +- core/pom.xml | 2 +- distribution/pom.xml | 2 +- documentation/devguide/pom.xml | 2 +- documentation/envers/pom.xml | 2 +- documentation/jbosscache2/pom.xml | 2 +- documentation/manual/pom.xml | 2 +- documentation/pom.xml | 2 +- documentation/quickstart/pom.xml | 2 +- documentation/quickstart/tutorials/annotations/pom.xml | 2 +- documentation/quickstart/tutorials/basic/pom.xml | 2 +- documentation/quickstart/tutorials/entitymanager/pom.xml | 2 +- documentation/quickstart/tutorials/envers/pom.xml | 8 +++----- documentation/quickstart/tutorials/pom.xml | 2 +- entitymanager/pom.xml | 2 +- envers/pom.xml | 2 +- jdbc3-testing/pom.xml | 2 +- jdbc4-testing/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- testing/pom.xml | 2 +- testsuite/pom.xml | 2 +- tutorials/eg/pom.xml | 2 +- tutorials/pom.xml | 2 +- tutorials/web/pom.xml | 2 +- 31 files changed, 33 insertions(+), 35 deletions(-) diff --git a/cache-ehcache/pom.xml b/cache-ehcache/pom.xml index 52cca813b6..0500e0746f 100644 --- a/cache-ehcache/pom.xml +++ b/cache-ehcache/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/cache-infinispan/pom.xml b/cache-infinispan/pom.xml index 328c7afa03..aec1ade1a0 100644 --- a/cache-infinispan/pom.xml +++ b/cache-infinispan/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/cache-jbosscache/pom.xml b/cache-jbosscache/pom.xml index c725ed3043..1dc704b891 100644 --- a/cache-jbosscache/pom.xml +++ b/cache-jbosscache/pom.xml @@ -27,7 +27,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/cache-oscache/pom.xml b/cache-oscache/pom.xml index 71c2dde718..f2181a290b 100644 --- a/cache-oscache/pom.xml +++ b/cache-oscache/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/cache-swarmcache/pom.xml b/cache-swarmcache/pom.xml index 94cb0a78ab..a599829653 100644 --- a/cache-swarmcache/pom.xml +++ b/cache-swarmcache/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/connection-c3p0/pom.xml b/connection-c3p0/pom.xml index 352e6149a1..b0a3b90efe 100644 --- a/connection-c3p0/pom.xml +++ b/connection-c3p0/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/connection-proxool/pom.xml b/connection-proxool/pom.xml index ccfddb9676..7221be625d 100644 --- a/connection-proxool/pom.xml +++ b/connection-proxool/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index daee9a10dc..182c6a0c7a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index 3256ab0aa1..c4f374332f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -30,7 +30,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/documentation/devguide/pom.xml b/documentation/devguide/pom.xml index b10f857fd1..70e46bdc66 100644 --- a/documentation/devguide/pom.xml +++ b/documentation/devguide/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../../parent/pom.xml diff --git a/documentation/envers/pom.xml b/documentation/envers/pom.xml index a3392442d9..f822774ba3 100644 --- a/documentation/envers/pom.xml +++ b/documentation/envers/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../../parent/pom.xml diff --git a/documentation/jbosscache2/pom.xml b/documentation/jbosscache2/pom.xml index 9b1b4cf26d..f438b59bb9 100644 --- a/documentation/jbosscache2/pom.xml +++ b/documentation/jbosscache2/pom.xml @@ -30,7 +30,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../../parent/pom.xml diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml index eb018596d8..0693b18a07 100644 --- a/documentation/manual/pom.xml +++ b/documentation/manual/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index e7bbecdd59..f0b478b486 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/documentation/quickstart/pom.xml b/documentation/quickstart/pom.xml index fa24d2d134..272897e20c 100644 --- a/documentation/quickstart/pom.xml +++ b/documentation/quickstart/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../../parent/pom.xml diff --git a/documentation/quickstart/tutorials/annotations/pom.xml b/documentation/quickstart/tutorials/annotations/pom.xml index 6e3507a474..fd5434e781 100644 --- a/documentation/quickstart/tutorials/annotations/pom.xml +++ b/documentation/quickstart/tutorials/annotations/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../pom.xml diff --git a/documentation/quickstart/tutorials/basic/pom.xml b/documentation/quickstart/tutorials/basic/pom.xml index 52cc679a76..5931f5e4ea 100644 --- a/documentation/quickstart/tutorials/basic/pom.xml +++ b/documentation/quickstart/tutorials/basic/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../pom.xml diff --git a/documentation/quickstart/tutorials/entitymanager/pom.xml b/documentation/quickstart/tutorials/entitymanager/pom.xml index 71317d51a0..fbdbf6b5b6 100644 --- a/documentation/quickstart/tutorials/entitymanager/pom.xml +++ b/documentation/quickstart/tutorials/entitymanager/pom.xml @@ -29,7 +29,7 @@ hibernate-tutorials org.hibernate.tutorials - 3.6.0-SNAPSHOT + 3.6.0.CR1 hibernate-tutorial-entitymanager diff --git a/documentation/quickstart/tutorials/envers/pom.xml b/documentation/quickstart/tutorials/envers/pom.xml index e4f19ee8d5..61e0f5a68e 100644 --- a/documentation/quickstart/tutorials/envers/pom.xml +++ b/documentation/quickstart/tutorials/envers/pom.xml @@ -22,16 +22,14 @@ ~ 51 Franklin Street, Fifth Floor ~ Boston, MA 02110-1301 USA --> - + 4.0.0 hibernate-tutorials org.hibernate.tutorials - 3.6.0-SNAPSHOT + 3.6.0.CR1 hibernate-tutorial-envers @@ -56,4 +54,4 @@ - \ No newline at end of file + diff --git a/documentation/quickstart/tutorials/pom.xml b/documentation/quickstart/tutorials/pom.xml index 65fe076afd..24cb5db382 100644 --- a/documentation/quickstart/tutorials/pom.xml +++ b/documentation/quickstart/tutorials/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tutorials hibernate-tutorials - 3.6.0-SNAPSHOT + 3.6.0.CR1 pom Hibernate Getting Started Guide Tutorials diff --git a/entitymanager/pom.xml b/entitymanager/pom.xml index 3341100370..0ed63d0d79 100644 --- a/entitymanager/pom.xml +++ b/entitymanager/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/envers/pom.xml b/envers/pom.xml index 931e38b802..67911f27a3 100644 --- a/envers/pom.xml +++ b/envers/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/jdbc3-testing/pom.xml b/jdbc3-testing/pom.xml index a8042aa74f..615f83eb98 100644 --- a/jdbc3-testing/pom.xml +++ b/jdbc3-testing/pom.xml @@ -28,7 +28,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/jdbc4-testing/pom.xml b/jdbc4-testing/pom.xml index 8a9ff77fcc..fc16029f00 100644 --- a/jdbc4-testing/pom.xml +++ b/jdbc4-testing/pom.xml @@ -28,7 +28,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 78c8a7df87..abb7efa96e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent pom - 3.6.0-SNAPSHOT + 3.6.0.CR1 Hibernate Core Parent POM The base POM for all Hibernate Core modules. diff --git a/pom.xml b/pom.xml index f8554720a0..973988df6b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 parent/pom.xml diff --git a/testing/pom.xml b/testing/pom.xml index 3b7db6b67a..37d46082ee 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index a5f39af5a9..a34cba560d 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/tutorials/eg/pom.xml b/tutorials/eg/pom.xml index f548afbaec..312a42c1c2 100644 --- a/tutorials/eg/pom.xml +++ b/tutorials/eg/pom.xml @@ -30,7 +30,7 @@ org.hibernate hibernate-tutorials - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../pom.xml diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 4191fcb49e..8fa0a7f2d7 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../parent/pom.xml diff --git a/tutorials/web/pom.xml b/tutorials/web/pom.xml index f33e79fbca..aad03f2bf1 100644 --- a/tutorials/web/pom.xml +++ b/tutorials/web/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-tutorials - 3.6.0-SNAPSHOT + 3.6.0.CR1 ../pom.xml