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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jun 3 10:22:54 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-06-03 10:22:54 -0400 (Wed, 03 Jun 2009)
New Revision: 16676

Modified:
   core/branches/Branch_3_2/build.xml
   core/branches/Branch_3_2/doc/reference/en/master.xml
   core/branches/Branch_3_2/src/org/hibernate/cfg/Environment.java
Log:
prep 3.2.7 release

Modified: core/branches/Branch_3_2/build.xml
===================================================================
--- core/branches/Branch_3_2/build.xml	2009-06-03 14:21:01 UTC (rev 16675)
+++ core/branches/Branch_3_2/build.xml	2009-06-03 14:22:54 UTC (rev 16676)
@@ -22,8 +22,8 @@
 	<property name="name2" value="hibernate3"/>
 	<property name="version.major" value="3"/>
 	<property name="version.minor" value="2"/>
-	<property name="version.micro" value="7"/>
-    <property name="version.qualifier" value="ga"/>
+	<property name="version.micro" value="8"/>
+    <property name="version.qualifier" value="SNAPSHOT"/>
     <property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}"/>
     <property name="version.major_minor" value="${version.major}.${version.minor}"/>
     <property name="fullname" value="${name}-${version.full}"/>

Modified: core/branches/Branch_3_2/doc/reference/en/master.xml
===================================================================
--- core/branches/Branch_3_2/doc/reference/en/master.xml	2009-06-03 14:21:01 UTC (rev 16675)
+++ core/branches/Branch_3_2/doc/reference/en/master.xml	2009-06-03 14:22:54 UTC (rev 16676)
@@ -33,7 +33,7 @@
     <bookinfo>
         <title>HIBERNATE - Relational Persistence for Idiomatic Java</title>
         <subtitle>Hibernate Reference Documentation</subtitle>
-        <releaseinfo>3.2.7</releaseinfo>
+        <releaseinfo>3.2.8-SNAPSHOT</releaseinfo>
     </bookinfo>
 
     <toc/>

Modified: core/branches/Branch_3_2/src/org/hibernate/cfg/Environment.java
===================================================================
--- core/branches/Branch_3_2/src/org/hibernate/cfg/Environment.java	2009-06-03 14:21:01 UTC (rev 16675)
+++ core/branches/Branch_3_2/src/org/hibernate/cfg/Environment.java	2009-06-03 14:22:54 UTC (rev 16676)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.7";
+	public static final String VERSION = "3.2.8-SNAPSHOT";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections




More information about the hibernate-commits mailing list