[hibernate-commits] Hibernate SVN: r15796 - 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
Mon Jan 19 01:30:42 EST 2009


Author: gbadner
Date: 2009-01-19 01:30:41 -0500 (Mon, 19 Jan 2009)
New Revision: 15796

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 - Update version to 3.2.1.GA.CP04 in preparation for tag 3_2_1_GA_CP04 for 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-16 23:34:01 UTC (rev 15795)
+++ annotations/branches/v3_2_1_GA_CP/build.xml	2009-01-19 06:30:41 UTC (rev 15796)
@@ -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.CP03"/>
+    <property name="version" value="3.2.1.GA.CP04"/>
     <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-16 23:34:01 UTC (rev 15795)
+++ annotations/branches/v3_2_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java	2009-01-19 06:30:41 UTC (rev 15796)
@@ -8,7 +8,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.2.1.GA.CP03";
+	public static final String VERSION = "3.2.1.GA.CP04";
 	private static Log log = LogFactory.getLog( Version.class );
 
 	static {




More information about the hibernate-commits mailing list