Author: gbadner
Date: 2010-05-12 17:38:33 -0400 (Wed, 12 May 2010)
New Revision: 19494
Modified:
core/branches/Branch_3_5/annotations/pom.xml
core/branches/Branch_3_5/cache-ehcache/pom.xml
core/branches/Branch_3_5/cache-infinispan/pom.xml
core/branches/Branch_3_5/cache-jbosscache/pom.xml
core/branches/Branch_3_5/cache-oscache/pom.xml
core/branches/Branch_3_5/cache-swarmcache/pom.xml
core/branches/Branch_3_5/connection-c3p0/pom.xml
core/branches/Branch_3_5/connection-proxool/pom.xml
core/branches/Branch_3_5/core/pom.xml
core/branches/Branch_3_5/distribution/pom.xml
core/branches/Branch_3_5/documentation/envers/pom.xml
core/branches/Branch_3_5/documentation/jbosscache2/pom.xml
core/branches/Branch_3_5/documentation/manual/old/es-ES/pom.xml
core/branches/Branch_3_5/documentation/manual/old/fr-FR/pom.xml
core/branches/Branch_3_5/documentation/manual/old/ja-JP/pom.xml
core/branches/Branch_3_5/documentation/manual/old/ko-KR/pom.xml
core/branches/Branch_3_5/documentation/manual/old/pt-BR/pom.xml
core/branches/Branch_3_5/documentation/manual/old/zh-CN/pom.xml
core/branches/Branch_3_5/documentation/manual/pom.xml
core/branches/Branch_3_5/documentation/pom.xml
core/branches/Branch_3_5/entitymanager/pom.xml
core/branches/Branch_3_5/hibernate-maven-plugin/pom.xml
core/branches/Branch_3_5/jdbc3-testing/pom.xml
core/branches/Branch_3_5/jdbc4-testing/pom.xml
core/branches/Branch_3_5/jmx/pom.xml
core/branches/Branch_3_5/parent/pom.xml
core/branches/Branch_3_5/pom.xml
core/branches/Branch_3_5/testing/pom.xml
core/branches/Branch_3_5/testsuite/pom.xml
core/branches/Branch_3_5/tutorials/eg/pom.xml
core/branches/Branch_3_5/tutorials/pom.xml
core/branches/Branch_3_5/tutorials/web/pom.xml
Log:
Change version from 3.5.2-Final to 3.5.3-SNAPSHOT
Modified: core/branches/Branch_3_5/annotations/pom.xml
===================================================================
--- core/branches/Branch_3_5/annotations/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/annotations/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/cache-ehcache/pom.xml
===================================================================
--- core/branches/Branch_3_5/cache-ehcache/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/cache-ehcache/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/cache-infinispan/pom.xml
===================================================================
--- core/branches/Branch_3_5/cache-infinispan/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/cache-infinispan/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/cache-jbosscache/pom.xml
===================================================================
--- core/branches/Branch_3_5/cache-jbosscache/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/cache-jbosscache/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/cache-oscache/pom.xml
===================================================================
--- core/branches/Branch_3_5/cache-oscache/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/cache-oscache/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/cache-swarmcache/pom.xml
===================================================================
--- core/branches/Branch_3_5/cache-swarmcache/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/cache-swarmcache/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/connection-c3p0/pom.xml
===================================================================
--- core/branches/Branch_3_5/connection-c3p0/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/connection-c3p0/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/connection-proxool/pom.xml
===================================================================
--- core/branches/Branch_3_5/connection-proxool/pom.xml 2010-05-12 21:34:40 UTC (rev
19493)
+++ core/branches/Branch_3_5/connection-proxool/pom.xml 2010-05-12 21:38:33 UTC (rev
19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/core/pom.xml
===================================================================
--- core/branches/Branch_3_5/core/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/core/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/distribution/pom.xml
===================================================================
--- core/branches/Branch_3_5/distribution/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/distribution/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -30,7 +30,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/documentation/envers/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/envers/pom.xml 2010-05-12 21:34:40 UTC (rev
19493)
+++ core/branches/Branch_3_5/documentation/envers/pom.xml 2010-05-12 21:38:33 UTC (rev
19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/documentation/jbosscache2/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/jbosscache2/pom.xml 2010-05-12 21:34:40 UTC
(rev 19493)
+++ core/branches/Branch_3_5/documentation/jbosscache2/pom.xml 2010-05-12 21:38:33 UTC
(rev 19494)
@@ -30,7 +30,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/documentation/manual/old/es-ES/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/manual/old/es-ES/pom.xml 2010-05-12 21:34:40
UTC (rev 19493)
+++ core/branches/Branch_3_5/documentation/manual/old/es-ES/pom.xml 2010-05-12 21:38:33
UTC (rev 19494)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/branches/Branch_3_5/documentation/manual/old/fr-FR/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/manual/old/fr-FR/pom.xml 2010-05-12 21:34:40
UTC (rev 19493)
+++ core/branches/Branch_3_5/documentation/manual/old/fr-FR/pom.xml 2010-05-12 21:38:33
UTC (rev 19494)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/branches/Branch_3_5/documentation/manual/old/ja-JP/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/manual/old/ja-JP/pom.xml 2010-05-12 21:34:40
UTC (rev 19493)
+++ core/branches/Branch_3_5/documentation/manual/old/ja-JP/pom.xml 2010-05-12 21:38:33
UTC (rev 19494)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/branches/Branch_3_5/documentation/manual/old/ko-KR/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/manual/old/ko-KR/pom.xml 2010-05-12 21:34:40
UTC (rev 19493)
+++ core/branches/Branch_3_5/documentation/manual/old/ko-KR/pom.xml 2010-05-12 21:38:33
UTC (rev 19494)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/branches/Branch_3_5/documentation/manual/old/pt-BR/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/manual/old/pt-BR/pom.xml 2010-05-12 21:34:40
UTC (rev 19493)
+++ core/branches/Branch_3_5/documentation/manual/old/pt-BR/pom.xml 2010-05-12 21:38:33
UTC (rev 19494)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/branches/Branch_3_5/documentation/manual/old/zh-CN/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/manual/old/zh-CN/pom.xml 2010-05-12 21:34:40
UTC (rev 19493)
+++ core/branches/Branch_3_5/documentation/manual/old/zh-CN/pom.xml 2010-05-12 21:38:33
UTC (rev 19494)
@@ -6,12 +6,12 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
</parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-manual-${translation}</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Hibernate Manual (${translation})</name>
Modified: core/branches/Branch_3_5/documentation/manual/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/manual/pom.xml 2010-05-12 21:34:40 UTC (rev
19493)
+++ core/branches/Branch_3_5/documentation/manual/pom.xml 2010-05-12 21:38:33 UTC (rev
19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/documentation/pom.xml
===================================================================
--- core/branches/Branch_3_5/documentation/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/documentation/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/entitymanager/pom.xml
===================================================================
--- core/branches/Branch_3_5/entitymanager/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/entitymanager/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/hibernate-maven-plugin/pom.xml
===================================================================
--- core/branches/Branch_3_5/hibernate-maven-plugin/pom.xml 2010-05-12 21:34:40 UTC (rev
19493)
+++ core/branches/Branch_3_5/hibernate-maven-plugin/pom.xml 2010-05-12 21:38:33 UTC (rev
19494)
@@ -27,7 +27,7 @@
<parent>
<artifactId>hibernate-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/jdbc3-testing/pom.xml
===================================================================
--- core/branches/Branch_3_5/jdbc3-testing/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/jdbc3-testing/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/jdbc4-testing/pom.xml
===================================================================
--- core/branches/Branch_3_5/jdbc4-testing/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/jdbc4-testing/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/jmx/pom.xml
===================================================================
--- core/branches/Branch_3_5/jmx/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/jmx/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/parent/pom.xml
===================================================================
--- core/branches/Branch_3_5/parent/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/parent/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -29,7 +29,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
<packaging>pom</packaging>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<name>Hibernate Core Parent POM</name>
<description>The base POM for all Hibernate Core modules.</description>
Modified: core/branches/Branch_3_5/pom.xml
===================================================================
--- core/branches/Branch_3_5/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/testing/pom.xml
===================================================================
--- core/branches/Branch_3_5/testing/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/testing/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/testsuite/pom.xml
===================================================================
--- core/branches/Branch_3_5/testsuite/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/testsuite/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/tutorials/eg/pom.xml
===================================================================
--- core/branches/Branch_3_5/tutorials/eg/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/tutorials/eg/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -30,7 +30,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tutorials</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/tutorials/pom.xml
===================================================================
--- core/branches/Branch_3_5/tutorials/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/tutorials/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-parent</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/Branch_3_5/tutorials/web/pom.xml
===================================================================
--- core/branches/Branch_3_5/tutorials/web/pom.xml 2010-05-12 21:34:40 UTC (rev 19493)
+++ core/branches/Branch_3_5/tutorials/web/pom.xml 2010-05-12 21:38:33 UTC (rev 19494)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tutorials</artifactId>
- <version>3.5.2-Final</version>
+ <version>3.5.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>