[hibernate-commits] Hibernate SVN: r11092 - in branches/Branch_3_2/Hibernate3: doc/reference/en and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jan 24 09:57:21 EST 2007


Author: steve.ebersole at jboss.com
Date: 2007-01-24 09:57:21 -0500 (Wed, 24 Jan 2007)
New Revision: 11092

Modified:
   branches/Branch_3_2/Hibernate3/build.xml
   branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml
   branches/Branch_3_2/Hibernate3/readme.txt
   branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java
Log:
prep 3.2.2 release

Modified: branches/Branch_3_2/Hibernate3/build.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/build.xml	2007-01-24 14:53:35 UTC (rev 11091)
+++ branches/Branch_3_2/Hibernate3/build.xml	2007-01-24 14:57:21 UTC (rev 11092)
@@ -22,7 +22,7 @@
 	<property name="name2" value="hibernate3"/>
 	<property name="version.major" value="3"/>
 	<property name="version.minor" value="2"/>
-	<property name="version.micro" value="1"/>
+	<property name="version.micro" value="2"/>
     <property name="version.qualifier" value="ga"/>
     <property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}"/>
     <property name="version.major_minor" value="${version.major}.${version.minor}"/>

Modified: branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml	2007-01-24 14:53:35 UTC (rev 11091)
+++ branches/Branch_3_2/Hibernate3/doc/reference/en/master.xml	2007-01-24 14:57:21 UTC (rev 11092)
@@ -33,7 +33,7 @@
     <bookinfo>
         <title>HIBERNATE - Relational Persistence for Idiomatic Java</title>
         <subtitle>Hibernate Reference Documentation</subtitle>
-        <releaseinfo>3.2.1</releaseinfo>
+        <releaseinfo>3.2.2</releaseinfo>
     </bookinfo>
 
     <toc/>

Modified: branches/Branch_3_2/Hibernate3/readme.txt
===================================================================
--- branches/Branch_3_2/Hibernate3/readme.txt	2007-01-24 14:53:35 UTC (rev 11091)
+++ branches/Branch_3_2/Hibernate3/readme.txt	2007-01-24 14:57:21 UTC (rev 11092)
@@ -1,6 +1,6 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.1, November 16, 2006
+version 3.2.2, January 24, 2007
 
 Instructions
 ------------

Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java	2007-01-24 14:53:35 UTC (rev 11091)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/cfg/Environment.java	2007-01-24 14:57:21 UTC (rev 11092)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.1";
+	public static final String VERSION = "3.2.2";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections




More information about the hibernate-commits mailing list