[hibernate-commits] Hibernate SVN: r20626 - in core/branches/Branch_3_2_4_SP1_CP: src/org/hibernate/cfg and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Sep 12 07:44:44 EDT 2010


Author: stliu
Date: 2010-09-12 07:44:44 -0400 (Sun, 12 Sep 2010)
New Revision: 20626

Modified:
   core/branches/Branch_3_2_4_SP1_CP/build.xml
   core/branches/Branch_3_2_4_SP1_CP/readme.txt
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
Log:
JBPAPP-5067 upgrade to 3.2.4.sp1.cp11

Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2010-09-12 11:42:28 UTC (rev 20625)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2010-09-12 11:44:44 UTC (rev 20626)
@@ -24,7 +24,7 @@
 	<property name="version.minor" value="2"/>
 	<property name="version.micro" value="4"/>
     <property name="version.qualifier" value="sp1"/>
-    <property name="version.cp" value="cp10"/>
+    <property name="version.cp" value="cp11"/>
     <property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}.${version.cp}"/>
     <property name="version.major_minor" value="${version.major}.${version.minor}"/>
     <property name="fullname" value="${name}-${version.full}"/>

Modified: core/branches/Branch_3_2_4_SP1_CP/readme.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/readme.txt	2010-09-12 11:42:28 UTC (rev 20625)
+++ core/branches/Branch_3_2_4_SP1_CP/readme.txt	2010-09-12 11:44:44 UTC (rev 20626)
@@ -1,6 +1,6 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.4.sp1.cp10
+version 3.2.4.sp1.cp11
 Copyright © 2009 Red Hat, Inc.
 
 

Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2010-09-12 11:42:28 UTC (rev 20625)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2010-09-12 11:44:44 UTC (rev 20626)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.4.sp1.cp10";
+	public static final String VERSION = "3.2.4.sp1.cp11";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections



More information about the hibernate-commits mailing list