[hibernate-commits] Hibernate SVN: r15810 - in annotations/branches/v3_2_1_GA_CP: src/java/org/hibernate/cfg/annotations and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jan 23 15:32:32 EST 2009


Author: gbadner
Date: 2009-01-23 15:32:32 -0500 (Fri, 23 Jan 2009)
New Revision: 15810

Modified:
   annotations/branches/v3_2_1_GA_CP/build.xml
   annotations/branches/v3_2_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
Log:
JBPAPP-1626 - change version back to 3.2.1.GA.CP03 since annotations will not be upgraded in EAP 4.2.0.GA CP06 / 4.3.0.GA CP04


Modified: annotations/branches/v3_2_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_2_1_GA_CP/build.xml	2009-01-23 20:25:21 UTC (rev 15809)
+++ annotations/branches/v3_2_1_GA_CP/build.xml	2009-01-23 20:32:32 UTC (rev 15810)
@@ -16,7 +16,7 @@
     <!-- Name of project and version, used to create filenames -->
     <property name="Name" value="Hibernate Annotations"/>
     <property name="name" value="hibernate-annotations"/>
-    <property name="version" value="3.2.1.GA.CP04"/>
+    <property name="version" value="3.2.1.GA.CP03"/>
     <property name="javadoc.packagenames" value="org.hibernate.*"/>
 	<property name="jdbc.dir" value="jdbc"/>
     <property name="copy.test" value="true"/>

Modified: annotations/branches/v3_2_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
===================================================================
--- annotations/branches/v3_2_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java	2009-01-23 20:25:21 UTC (rev 15809)
+++ annotations/branches/v3_2_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java	2009-01-23 20:32:32 UTC (rev 15810)
@@ -8,7 +8,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.2.1.GA.CP04";
+	public static final String VERSION = "3.2.1.GA.CP03";
 	private static Log log = LogFactory.getLog( Version.class );
 
 	static {




More information about the hibernate-commits mailing list