diff --git a/cache-ehcache/pom.xml b/cache-ehcache/pom.xml index 595b5b981c..08030c7c57 100644 --- a/cache-ehcache/pom.xml +++ b/cache-ehcache/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/cache-jbosscache/pom.xml b/cache-jbosscache/pom.xml index 1893550f23..72e8f5572f 100644 --- a/cache-jbosscache/pom.xml +++ b/cache-jbosscache/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/cache-jbosscache2/pom.xml b/cache-jbosscache2/pom.xml index f70ef2b1a0..9f121547bd 100644 --- a/cache-jbosscache2/pom.xml +++ b/cache-jbosscache2/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/cache-oscache/pom.xml b/cache-oscache/pom.xml index 661ad7b630..4cd9e4de96 100644 --- a/cache-oscache/pom.xml +++ b/cache-oscache/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/cache-swarmcache/pom.xml b/cache-swarmcache/pom.xml index 7e437a5261..88f54c2886 100644 --- a/cache-swarmcache/pom.xml +++ b/cache-swarmcache/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/connection-c3p0/pom.xml b/connection-c3p0/pom.xml index 1c30deb433..bb6122798f 100644 --- a/connection-c3p0/pom.xml +++ b/connection-c3p0/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/connection-proxool/pom.xml b/connection-proxool/pom.xml index 97fc9cf1f4..9c2857d80c 100644 --- a/connection-proxool/pom.xml +++ b/connection-proxool/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index ea1cdbe196..2ec9a77fe8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml @@ -105,7 +105,7 @@ org.hibernate.Version - getVersionString> + getVersionString> diff --git a/distribution/pom.xml b/distribution/pom.xml index bf71a38f9f..ddb8094944 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -32,7 +32,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml index 5933779469..0040622abe 100644 --- a/documentation/manual/pom.xml +++ b/documentation/manual/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index 1ab4ad93f0..5f48b8ddd8 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/hibernate-maven-plugin/pom.xml b/hibernate-maven-plugin/pom.xml index 4b28d6e82d..1dbc1112aa 100644 --- a/hibernate-maven-plugin/pom.xml +++ b/hibernate-maven-plugin/pom.xml @@ -22,14 +22,15 @@ ~ 51 Franklin Street, Fifth Floor ~ Boston, MA 02110-1301 USA --> - + 4.0.0 hibernate-parent org.hibernate - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/jmx/pom.xml b/jmx/pom.xml index 4a0cf97164..e6fc095d1b 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 629e9fd6a6..404ad322e5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -32,7 +32,7 @@ org.hibernate hibernate-parent pom - 3.3.2 + 3.3.2-SNAPSHOT Hibernate Core Parent POM The base POM for all Hibernate Core modules. @@ -53,9 +53,9 @@ - scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2 - scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2 - https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.3.2 + scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3 + scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3 + https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3 diff --git a/pom.xml b/pom.xml index 4e5047398e..9353d0dec4 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT parent/pom.xml diff --git a/testing/pom.xml b/testing/pom.xml index 6e8287cbc6..db029c3f92 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/testsuite/pom.xml b/testsuite/pom.xml index fa66cf437c..102046c331 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/tutorials/eg/pom.xml b/tutorials/eg/pom.xml index 80e3c40856..5e5d7baf7d 100644 --- a/tutorials/eg/pom.xml +++ b/tutorials/eg/pom.xml @@ -32,7 +32,7 @@ org.hibernate hibernate-tutorials - 3.3.2 + 3.3.2-SNAPSHOT ../pom.xml diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 354b3fc093..daa4760c48 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -31,7 +31,7 @@ org.hibernate hibernate-parent - 3.3.2 + 3.3.2-SNAPSHOT ../parent/pom.xml diff --git a/tutorials/web/pom.xml b/tutorials/web/pom.xml index 16e8d83049..4695d43b3e 100644 --- a/tutorials/web/pom.xml +++ b/tutorials/web/pom.xml @@ -5,7 +5,7 @@ org.hibernate hibernate-tutorials - 3.3.2 + 3.3.2-SNAPSHOT ../pom.xml