[hibernate-commits] Hibernate SVN: r20751 - in core/trunk: cache-ehcache and 32 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Sep 29 16:56:01 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-09-29 16:55:58 -0400 (Wed, 29 Sep 2010)
New Revision: 20751

Modified:
   core/trunk/cache-ehcache/pom.xml
   core/trunk/cache-infinispan/pom.xml
   core/trunk/cache-jbosscache/pom.xml
   core/trunk/cache-oscache/pom.xml
   core/trunk/cache-swarmcache/pom.xml
   core/trunk/connection-c3p0/pom.xml
   core/trunk/connection-proxool/pom.xml
   core/trunk/core/pom.xml
   core/trunk/core/src/main/java/org/hibernate/annotations/DiscriminatorOptions.java
   core/trunk/distribution/pom.xml
   core/trunk/documentation/devguide/pom.xml
   core/trunk/documentation/envers/pom.xml
   core/trunk/documentation/jbosscache2/pom.xml
   core/trunk/documentation/manual/pom.xml
   core/trunk/documentation/pom.xml
   core/trunk/documentation/quickstart/pom.xml
   core/trunk/documentation/quickstart/tutorials/annotations/pom.xml
   core/trunk/documentation/quickstart/tutorials/basic/pom.xml
   core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml
   core/trunk/documentation/quickstart/tutorials/envers/pom.xml
   core/trunk/documentation/quickstart/tutorials/pom.xml
   core/trunk/entitymanager/pom.xml
   core/trunk/envers/pom.xml
   core/trunk/jdbc3-testing/pom.xml
   core/trunk/jdbc4-testing/pom.xml
   core/trunk/parent/pom.xml
   core/trunk/pom.xml
   core/trunk/testing/pom.xml
   core/trunk/testsuite/pom.xml
   core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java
   core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java
   core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java
   core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java
   core/trunk/tutorials/eg/pom.xml
   core/trunk/tutorials/pom.xml
   core/trunk/tutorials/web/pom.xml
Log:
Updating pom versions to /home/steve/projects/hibernate/core/trunk for release tagging

Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/cache-ehcache/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-infinispan/pom.xml
===================================================================
--- core/trunk/cache-infinispan/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/cache-infinispan/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-jbosscache/pom.xml
===================================================================
--- core/trunk/cache-jbosscache/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/cache-jbosscache/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-oscache/pom.xml
===================================================================
--- core/trunk/cache-oscache/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/cache-oscache/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/cache-swarmcache/pom.xml
===================================================================
--- core/trunk/cache-swarmcache/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/cache-swarmcache/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/connection-c3p0/pom.xml
===================================================================
--- core/trunk/connection-c3p0/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/connection-c3p0/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/connection-proxool/pom.xml
===================================================================
--- core/trunk/connection-proxool/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/connection-proxool/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/core/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/core/src/main/java/org/hibernate/annotations/DiscriminatorOptions.java
===================================================================
--- core/trunk/core/src/main/java/org/hibernate/annotations/DiscriminatorOptions.java	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/core/src/main/java/org/hibernate/annotations/DiscriminatorOptions.java	2010-09-29 20:55:58 UTC (rev 20751)
@@ -21,7 +21,7 @@
  * 51 Franklin Street, Fifth Floor
  * Boston, MA  02110-1301  USA
  */
-// $Id:$
+// $Id$
 package org.hibernate.annotations;
 
 import java.lang.annotation.Retention;

Modified: core/trunk/distribution/pom.xml
===================================================================
--- core/trunk/distribution/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/distribution/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/devguide/pom.xml
===================================================================
--- core/trunk/documentation/devguide/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/devguide/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/envers/pom.xml
===================================================================
--- core/trunk/documentation/envers/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/envers/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/documentation/jbosscache2/pom.xml
===================================================================
--- core/trunk/documentation/jbosscache2/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/jbosscache2/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/manual/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/manual/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/documentation/pom.xml
===================================================================
--- core/trunk/documentation/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/quickstart/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/tutorials/annotations/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/annotations/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/quickstart/tutorials/annotations/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/tutorials/basic/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/basic/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/quickstart/tutorials/basic/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate.tutorials</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/quickstart/tutorials/entitymanager/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <parent>
         <artifactId>hibernate-tutorials</artifactId>
         <groupId>org.hibernate.tutorials</groupId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
     </parent>
 
     <artifactId>hibernate-tutorial-entitymanager</artifactId>

Modified: core/trunk/documentation/quickstart/tutorials/envers/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/envers/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/quickstart/tutorials/envers/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <parent>
         <artifactId>hibernate-tutorials</artifactId>
         <groupId>org.hibernate.tutorials</groupId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
     </parent>
 
     <artifactId>hibernate-tutorial-envers</artifactId>

Modified: core/trunk/documentation/quickstart/tutorials/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/tutorials/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/documentation/quickstart/tutorials/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -28,7 +28,7 @@
 
     <groupId>org.hibernate.tutorials</groupId>
     <artifactId>hibernate-tutorials</artifactId>
-    <version>3.6.0-SNAPSHOT</version>
+    <version>3.6.0.CR2</version>
     <packaging>pom</packaging>
 
     <name>Hibernate Getting Started Guide Tutorials</name>

Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/entitymanager/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/envers/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/jdbc3-testing/pom.xml
===================================================================
--- core/trunk/jdbc3-testing/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/jdbc3-testing/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/jdbc4-testing/pom.xml
===================================================================
--- core/trunk/jdbc4-testing/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/jdbc4-testing/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/parent/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-parent</artifactId>
     <packaging>pom</packaging>
-    <version>3.6.0-SNAPSHOT</version>
+    <version>3.6.0.CR2</version>
 
     <name>Hibernate Core Parent POM</name>
     <description>The base POM for all Hibernate Core modules.</description>
@@ -54,9 +54,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</developerConnection>
-        <url>https://svn.jboss.org/repos/hibernate/core/trunk</url>
+        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.6.0.CR2</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.6.0.CR2</developerConnection>
+        <url>https://svn.jboss.org/repos/hibernate/core/tags/hibernate-3.6.0.CR2</url>
     </scm>
 
     <ciManagement>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/testing/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/testsuite/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java
===================================================================
--- core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java	2010-09-29 20:55:58 UTC (rev 20751)
@@ -22,7 +22,7 @@
  * Boston, MA  02110-1301  USA
  */
 
-// $Id:$
+// $Id$
 package org.hibernate.test.annotations.inheritance.discriminatoroptions;
 
 import javax.persistence.DiscriminatorValue;

Modified: core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java
===================================================================
--- core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java	2010-09-29 20:55:58 UTC (rev 20751)
@@ -22,7 +22,7 @@
  * Boston, MA  02110-1301  USA
  */
 
-// $Id:$
+// $Id$
 package org.hibernate.test.annotations.inheritance.discriminatoroptions;
 
 import javax.persistence.DiscriminatorValue;

Modified: core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java
===================================================================
--- core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java	2010-09-29 20:55:58 UTC (rev 20751)
@@ -22,7 +22,7 @@
  * Boston, MA  02110-1301  USA
  */
 
-// $Id:$
+// $Id$
 package org.hibernate.test.annotations.various;
 
 import java.util.Date;

Modified: core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java
===================================================================
--- core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java	2010-09-29 20:55:58 UTC (rev 20751)
@@ -22,7 +22,7 @@
  * Boston, MA  02110-1301  USA
  */
 
-// $Id:$
+// $Id$
 package org.hibernate.test.annotations.various;
 
 import java.util.Date;

Modified: core/trunk/tutorials/eg/pom.xml
===================================================================
--- core/trunk/tutorials/eg/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/tutorials/eg/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/tutorials/pom.xml
===================================================================
--- core/trunk/tutorials/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/tutorials/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: core/trunk/tutorials/web/pom.xml
===================================================================
--- core/trunk/tutorials/web/pom.xml	2010-09-29 12:50:23 UTC (rev 20750)
+++ core/trunk/tutorials/web/pom.xml	2010-09-29 20:55:58 UTC (rev 20751)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-tutorials</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
+        <version>3.6.0.CR2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 



More information about the hibernate-commits mailing list