[hibernate-commits] Hibernate SVN: r15321 - in core/branches/Branch_3_2_4_SP1_CP: lib and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Oct 10 22:23:14 EDT 2008


Author: gbadner
Date: 2008-10-10 22:23:14 -0400 (Fri, 10 Oct 2008)
New Revision: 15321

Modified:
   core/branches/Branch_3_2_4_SP1_CP/build.xml
   core/branches/Branch_3_2_4_SP1_CP/changelog.txt
   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/readme.txt
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
Log:
JBPAPP-1214 - change Hibernate core version to 3.2.4.SP1_CP06 (JBOSS_EAP_3_2_4_SP1_CP05 was already used)


Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-10-10 20:37:33 UTC (rev 15320)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-10-11 02:23:14 UTC (rev 15321)
@@ -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="cp05"/>
+    <property name="version.cp" value="cp06"/>
     <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/changelog.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2008-10-10 20:37:33 UTC (rev 15320)
+++ core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2008-10-11 02:23:14 UTC (rev 15321)
@@ -5,7 +5,7 @@
 refer to the particular case on JIRA using the issue tracking number to learn
 more about each case.
 
-Changes in version 3.2.4.sp1.cp05
+Changes in version 3.2.4.sp1.cp06
 -------------------------------------------
 
 ** Bug

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	2008-10-10 20:37:33 UTC (rev 15320)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2008-10-11 02:23:14 UTC (rev 15321)
@@ -1,6 +1,6 @@
 hibernate.lib=hibernate3.jar
 hibernate.ignorecheck=true
-hibernate.version=3.2.4.SP1_CP05-brew
+hibernate.version=3.2.4.SP1_CP06-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	2008-10-10 20:37:33 UTC (rev 15320)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2008-10-11 02:23:14 UTC (rev 15321)
@@ -39,7 +39,7 @@
 cleanimports.name=cleanimports
 cleanimports.when=buildtime
 
-hibernate.version=3.2.4.SP1_CP05-brew
+hibernate.version=3.2.4.SP1_CP06-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 

Modified: core/branches/Branch_3_2_4_SP1_CP/readme.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/readme.txt	2008-10-10 20:37:33 UTC (rev 15320)
+++ core/branches/Branch_3_2_4_SP1_CP/readme.txt	2008-10-11 02:23:14 UTC (rev 15321)
@@ -1,6 +1,6 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.4.sp1.cp05
+version 3.2.4.sp1.cp06
 Copyright © 2008 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	2008-10-10 20:37:33 UTC (rev 15320)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2008-10-11 02:23:14 UTC (rev 15321)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.4.sp1.cp05";
+	public static final String VERSION = "3.2.4.sp1.cp06";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections




More information about the hibernate-commits mailing list