[hibernate-commits] Hibernate SVN: r14806 - annotations/branches/v3_2_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 24 21:39:39 EDT 2008


Author: gbadner
Date: 2008-06-24 21:39:38 -0400 (Tue, 24 Jun 2008)
New Revision: 14806

Modified:
   annotations/branches/v3_2_1_GA_CP/build.xml
Log:
JBPAPP-782 - change version to 3.2.1.GA.CP02 in build.xml


Modified: annotations/branches/v3_2_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_2_1_GA_CP/build.xml	2008-06-25 00:24:27 UTC (rev 14805)
+++ annotations/branches/v3_2_1_GA_CP/build.xml	2008-06-25 01:39:38 UTC (rev 14806)
@@ -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"/>
+    <property name="version" value="3.2.1.GA.CP02"/>
     <property name="javadoc.packagenames" value="org.hibernate.*"/>
 	<property name="jdbc.dir" value="jdbc"/>
     <property name="copy.test" value="true"/>




More information about the hibernate-commits mailing list