From d1be2eb12bf7e27c02a12592aa0e87dfbc76a852 Mon Sep 17 00:00:00 2001 From: Gail Badner Date: Wed, 4 May 2011 15:44:42 -0700 Subject: [PATCH] Update version from 3.6.4-SNAPSHOT to 3.6.4.Final --- hibernate-c3p0/pom.xml | 2 +- hibernate-core/pom.xml | 2 +- hibernate-distribution/pom.xml | 2 +- hibernate-documentation/devguide/pom.xml | 2 +- hibernate-documentation/envers/pom.xml | 2 +- hibernate-documentation/jbosscache2/pom.xml | 2 +- hibernate-documentation/manual/pom.xml | 2 +- hibernate-documentation/pom.xml | 2 +- hibernate-documentation/quickstart/pom.xml | 2 +- .../quickstart/tutorials/annotations/pom.xml | 2 +- hibernate-documentation/quickstart/tutorials/basic/pom.xml | 2 +- .../quickstart/tutorials/entitymanager/pom.xml | 2 +- hibernate-documentation/quickstart/tutorials/envers/pom.xml | 2 +- hibernate-documentation/quickstart/tutorials/pom.xml | 2 +- hibernate-ehcache/pom.xml | 2 +- hibernate-entitymanager/pom.xml | 2 +- hibernate-envers/pom.xml | 2 +- hibernate-infinispan/pom.xml | 2 +- hibernate-jbosscache/pom.xml | 2 +- hibernate-jdbc3-testing/pom.xml | 2 +- hibernate-jdbc4-testing/pom.xml | 2 +- hibernate-oscache/pom.xml | 2 +- hibernate-parent/pom.xml | 2 +- hibernate-proxool/pom.xml | 2 +- hibernate-swarmcache/pom.xml | 2 +- hibernate-testing/pom.xml | 2 +- hibernate-testsuite/pom.xml | 2 +- pom.xml | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/hibernate-c3p0/pom.xml b/hibernate-c3p0/pom.xml index 7ada204a93..de31d7431e 100644 --- a/hibernate-c3p0/pom.xml +++ b/hibernate-c3p0/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-core/pom.xml b/hibernate-core/pom.xml index 7a8f8a9a16..8343e06486 100644 --- a/hibernate-core/pom.xml +++ b/hibernate-core/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-distribution/pom.xml b/hibernate-distribution/pom.xml index 3724ef6bc6..758f4f585e 100644 --- a/hibernate-distribution/pom.xml +++ b/hibernate-distribution/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-documentation/devguide/pom.xml b/hibernate-documentation/devguide/pom.xml index 63c5765f25..45af29e0e3 100644 --- a/hibernate-documentation/devguide/pom.xml +++ b/hibernate-documentation/devguide/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../../hibernate-parent/pom.xml diff --git a/hibernate-documentation/envers/pom.xml b/hibernate-documentation/envers/pom.xml index c6669598e0..46f8066e58 100644 --- a/hibernate-documentation/envers/pom.xml +++ b/hibernate-documentation/envers/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../../hibernate-parent/pom.xml diff --git a/hibernate-documentation/jbosscache2/pom.xml b/hibernate-documentation/jbosscache2/pom.xml index 33babefc21..cd781bdd37 100644 --- a/hibernate-documentation/jbosscache2/pom.xml +++ b/hibernate-documentation/jbosscache2/pom.xml @@ -30,7 +30,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../../hibernate-parent/pom.xml diff --git a/hibernate-documentation/manual/pom.xml b/hibernate-documentation/manual/pom.xml index 80eceb6a83..d709d9f69b 100644 --- a/hibernate-documentation/manual/pom.xml +++ b/hibernate-documentation/manual/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../../hibernate-parent/pom.xml diff --git a/hibernate-documentation/pom.xml b/hibernate-documentation/pom.xml index b132a03343..ee5dd86367 100644 --- a/hibernate-documentation/pom.xml +++ b/hibernate-documentation/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-documentation/quickstart/pom.xml b/hibernate-documentation/quickstart/pom.xml index dc02f3dadd..3bff892ab7 100644 --- a/hibernate-documentation/quickstart/pom.xml +++ b/hibernate-documentation/quickstart/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../../hibernate-parent/pom.xml diff --git a/hibernate-documentation/quickstart/tutorials/annotations/pom.xml b/hibernate-documentation/quickstart/tutorials/annotations/pom.xml index 4d212c3cf7..f72c7be269 100644 --- a/hibernate-documentation/quickstart/tutorials/annotations/pom.xml +++ b/hibernate-documentation/quickstart/tutorials/annotations/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - 3.6.4-SNAPSHOT + 3.6.4.Final ../pom.xml diff --git a/hibernate-documentation/quickstart/tutorials/basic/pom.xml b/hibernate-documentation/quickstart/tutorials/basic/pom.xml index ace492e57b..3ea2741bfc 100644 --- a/hibernate-documentation/quickstart/tutorials/basic/pom.xml +++ b/hibernate-documentation/quickstart/tutorials/basic/pom.xml @@ -29,7 +29,7 @@ org.hibernate.tutorials hibernate-tutorials - 3.6.4-SNAPSHOT + 3.6.4.Final ../pom.xml diff --git a/hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml b/hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml index e0f45672d5..3528b4ad0c 100644 --- a/hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml +++ b/hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml @@ -29,7 +29,7 @@ hibernate-tutorials org.hibernate.tutorials - 3.6.4-SNAPSHOT + 3.6.4.Final hibernate-tutorial-entitymanager diff --git a/hibernate-documentation/quickstart/tutorials/envers/pom.xml b/hibernate-documentation/quickstart/tutorials/envers/pom.xml index 857e03bec5..89fc8dc6cb 100644 --- a/hibernate-documentation/quickstart/tutorials/envers/pom.xml +++ b/hibernate-documentation/quickstart/tutorials/envers/pom.xml @@ -29,7 +29,7 @@ hibernate-tutorials org.hibernate.tutorials - 3.6.4-SNAPSHOT + 3.6.4.Final hibernate-tutorial-envers diff --git a/hibernate-documentation/quickstart/tutorials/pom.xml b/hibernate-documentation/quickstart/tutorials/pom.xml index 2d3f88325b..46a0d5eb11 100644 --- a/hibernate-documentation/quickstart/tutorials/pom.xml +++ b/hibernate-documentation/quickstart/tutorials/pom.xml @@ -28,7 +28,7 @@ org.hibernate.tutorials hibernate-tutorials - 3.6.4-SNAPSHOT + 3.6.4.Final pom Hibernate Getting Started Guide Tutorials diff --git a/hibernate-ehcache/pom.xml b/hibernate-ehcache/pom.xml index 5854c36e7f..00a54aeba1 100644 --- a/hibernate-ehcache/pom.xml +++ b/hibernate-ehcache/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-entitymanager/pom.xml b/hibernate-entitymanager/pom.xml index b49b21f421..9528da9ce1 100644 --- a/hibernate-entitymanager/pom.xml +++ b/hibernate-entitymanager/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-envers/pom.xml b/hibernate-envers/pom.xml index c6e094da40..514ce9b2da 100644 --- a/hibernate-envers/pom.xml +++ b/hibernate-envers/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-infinispan/pom.xml b/hibernate-infinispan/pom.xml index 5d0bf9984f..be089e9838 100644 --- a/hibernate-infinispan/pom.xml +++ b/hibernate-infinispan/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-jbosscache/pom.xml b/hibernate-jbosscache/pom.xml index 56ed82fb96..4673bd73f8 100644 --- a/hibernate-jbosscache/pom.xml +++ b/hibernate-jbosscache/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-jdbc3-testing/pom.xml b/hibernate-jdbc3-testing/pom.xml index 42e58b100b..9c62530105 100644 --- a/hibernate-jdbc3-testing/pom.xml +++ b/hibernate-jdbc3-testing/pom.xml @@ -28,7 +28,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-jdbc4-testing/pom.xml b/hibernate-jdbc4-testing/pom.xml index b3f46a5d95..80b002b79a 100644 --- a/hibernate-jdbc4-testing/pom.xml +++ b/hibernate-jdbc4-testing/pom.xml @@ -28,7 +28,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-oscache/pom.xml b/hibernate-oscache/pom.xml index 2e26fb2f44..ac140ac7ff 100644 --- a/hibernate-oscache/pom.xml +++ b/hibernate-oscache/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-parent/pom.xml b/hibernate-parent/pom.xml index 47e3c794a5..0ba5a65d95 100644 --- a/hibernate-parent/pom.xml +++ b/hibernate-parent/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent pom - 3.6.4-SNAPSHOT + 3.6.4.Final Hibernate Core Parent POM The base POM for all Hibernate Core modules. diff --git a/hibernate-proxool/pom.xml b/hibernate-proxool/pom.xml index 36e30ac083..cb7bd85365 100644 --- a/hibernate-proxool/pom.xml +++ b/hibernate-proxool/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-swarmcache/pom.xml b/hibernate-swarmcache/pom.xml index b52b3b6abe..14346bbde4 100644 --- a/hibernate-swarmcache/pom.xml +++ b/hibernate-swarmcache/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-testing/pom.xml b/hibernate-testing/pom.xml index 052cb4ab89..13b30a72bb 100644 --- a/hibernate-testing/pom.xml +++ b/hibernate-testing/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/hibernate-testsuite/pom.xml b/hibernate-testsuite/pom.xml index 03060ad392..3ea7f5bf46 100644 --- a/hibernate-testsuite/pom.xml +++ b/hibernate-testsuite/pom.xml @@ -29,7 +29,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final ../hibernate-parent/pom.xml diff --git a/pom.xml b/pom.xml index e9c52c16cf..f2c4dc6787 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.hibernate hibernate-parent - 3.6.4-SNAPSHOT + 3.6.4.Final hibernate-parent/pom.xml