[hibernate-commits] Hibernate SVN: r17925 - 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
Thu Nov 5 01:46:27 EST 2009


Author: stliu
Date: 2009-11-05 01:46:27 -0500 (Thu, 05 Nov 2009)
New Revision: 17925

Modified:
   core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties
   core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
Log:
JBPAPP-3039 Create new Hibernate core tag (JBOSS_EAP_3_2_4_SP1_CP09) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07

Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2009-11-05 06:45:41 UTC (rev 17924)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2009-11-05 06:46:27 UTC (rev 17925)
@@ -1,6 +1,6 @@
 hibernate.lib=hibernate3.jar
 hibernate.ignorecheck=true
-hibernate.version=3.2.4.SP1_CP08-brew
+hibernate.version=3.2.4.SP1_CP09-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 

Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2009-11-05 06:45:41 UTC (rev 17924)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2009-11-05 06:46:27 UTC (rev 17925)
@@ -39,7 +39,7 @@
 cleanimports.name=cleanimports
 cleanimports.when=buildtime
 
-hibernate.version=3.2.4.SP1_CP08-brew
+hibernate.version=3.2.4.SP1_CP09-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 

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	2009-11-05 06:45:41 UTC (rev 17924)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2009-11-05 06:46:27 UTC (rev 17925)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.4.sp1.cp08";
+	public static final String VERSION = "3.2.4.sp1.cp09";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections



More information about the hibernate-commits mailing list