From a03a7678664563c19f007bdb2f6fe2dc93000d5e Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 18 Aug 2010 18:46:58 +0000 Subject: [PATCH] Updating pom versions to 3.6.0.Beta3 for release tagging git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20169 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 | 8 +++----- documentation/envers/pom.xml | 2 +- documentation/jbosscache2/pom.xml | 2 +- documentation/manual/pom.xml | 2 +- documentation/pom.xml | 2 +- documentation/quickstart/pom.xml | 8 +++----- .../en-US/content/extras/examples/annotations/pom.xml | 9 ++++----- .../docbook/en-US/content/extras/examples/hbm/pom.xml | 7 +++---- 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 +- 28 files changed, 37 insertions(+), 43 deletions(-) diff --git a/cache-ehcache/pom.xml b/cache-ehcache/pom.xml index 52cca813b6..a839236766 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.Beta3 ../parent/pom.xml diff --git a/cache-infinispan/pom.xml b/cache-infinispan/pom.xml index fbc10dbaf4..33cddbd3db 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.Beta3 ../parent/pom.xml diff --git a/cache-jbosscache/pom.xml b/cache-jbosscache/pom.xml index c725ed3043..4eda047c9a 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.Beta3 ../parent/pom.xml diff --git a/cache-oscache/pom.xml b/cache-oscache/pom.xml index 71c2dde718..81490f1009 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.Beta3 ../parent/pom.xml diff --git a/cache-swarmcache/pom.xml b/cache-swarmcache/pom.xml index 94cb0a78ab..3593d762ed 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.Beta3 ../parent/pom.xml diff --git a/connection-c3p0/pom.xml b/connection-c3p0/pom.xml index 352e6149a1..6d8eb7e77c 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.Beta3 ../parent/pom.xml diff --git a/connection-proxool/pom.xml b/connection-proxool/pom.xml index ccfddb9676..e23a869c1f 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.Beta3 ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index e37cce957c..b4384874a7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index 3256ab0aa1..070a541d29 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -30,7 +30,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/documentation/devguide/pom.xml b/documentation/devguide/pom.xml index 266e045f3a..1b12bdb386 100644 --- a/documentation/devguide/pom.xml +++ b/documentation/devguide/pom.xml @@ -22,16 +22,14 @@ ~ 51 Franklin Street, Fifth Floor ~ Boston, MA 02110-1301 USA --> - + 4.0.0 org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../../parent/pom.xml @@ -94,4 +92,4 @@ - \ No newline at end of file + diff --git a/documentation/envers/pom.xml b/documentation/envers/pom.xml index a3392442d9..db0a408a8d 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.Beta3 ../../parent/pom.xml diff --git a/documentation/jbosscache2/pom.xml b/documentation/jbosscache2/pom.xml index 9b1b4cf26d..f890221447 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.Beta3 ../../parent/pom.xml diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml index eb018596d8..8d745b04be 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.Beta3 ../../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index e7bbecdd59..323503793c 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/documentation/quickstart/pom.xml b/documentation/quickstart/pom.xml index 50817d4c94..6c2ce7451f 100644 --- a/documentation/quickstart/pom.xml +++ b/documentation/quickstart/pom.xml @@ -22,16 +22,14 @@ ~ 51 Franklin Street, Fifth Floor ~ Boston, MA 02110-1301 USA --> - + 4.0.0 org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../../parent/pom.xml @@ -135,4 +133,4 @@ Error at xsl:text on line 111 of jar:file:/home/steve/.m2/repository/net/sf/docb ${project.version} - \ No newline at end of file + diff --git a/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/annotations/pom.xml b/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/annotations/pom.xml index ff94d1f3fe..0517d60af7 100644 --- a/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/annotations/pom.xml +++ b/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/annotations/pom.xml @@ -1,12 +1,11 @@ - + + 4.0.0 org.hibernate.tutorials hibernate-tutorial-annotations - 1.0.0-SNAPSHOT + 3.6.0.Beta3 Hibernate Annotations Tutorial @@ -34,4 +33,4 @@ - \ No newline at end of file + diff --git a/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/hbm/pom.xml b/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/hbm/pom.xml index fa2c134bbd..7d19e8e29a 100644 --- a/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/hbm/pom.xml +++ b/documentation/quickstart/src/main/docbook/en-US/content/extras/examples/hbm/pom.xml @@ -1,12 +1,11 @@ - + + 4.0.0 org.hibernate.tutorials hibernate-tutorial-hbm - 1.0.0-SNAPSHOT + 3.6.0.Beta3 Hibernate hbm.xml Tutorial diff --git a/entitymanager/pom.xml b/entitymanager/pom.xml index 3341100370..86716fae76 100644 --- a/entitymanager/pom.xml +++ b/entitymanager/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/envers/pom.xml b/envers/pom.xml index 931e38b802..77f3883067 100644 --- a/envers/pom.xml +++ b/envers/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/jdbc3-testing/pom.xml b/jdbc3-testing/pom.xml index a8042aa74f..2ae7ea8378 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.Beta3 ../parent/pom.xml diff --git a/jdbc4-testing/pom.xml b/jdbc4-testing/pom.xml index 8a9ff77fcc..39a377bb0b 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.Beta3 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 179959803a..ce07da7075 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.Beta3 Hibernate Core Parent POM The base POM for all Hibernate Core modules. diff --git a/pom.xml b/pom.xml index f8554720a0..b645330729 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 parent/pom.xml diff --git a/testing/pom.xml b/testing/pom.xml index 3b7db6b67a..80952c3aaf 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index a5f39af5a9..9ea646473e 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/tutorials/eg/pom.xml b/tutorials/eg/pom.xml index f548afbaec..127ef12710 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.Beta3 ../pom.xml diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 4191fcb49e..3c240feaae 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.0-SNAPSHOT + 3.6.0.Beta3 ../parent/pom.xml diff --git a/tutorials/web/pom.xml b/tutorials/web/pom.xml index f33e79fbca..95126939dd 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.Beta3 ../pom.xml