Author: stliu
Date: 2010-09-12 08:26:14 -0400 (Sun, 12 Sep 2010)
New Revision: 20629
Removed:
annotations/branches/v3_3_1_GA_CP/build.properties
Modified:
annotations/branches/v3_3_1_GA_CP/build.xml
annotations/branches/v3_3_1_GA_CP/readme.txt
annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
Log:
JBPAPP-5067 upgrade to CP04
Deleted: annotations/branches/v3_3_1_GA_CP/build.properties
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.properties 2010-09-12 11:50:46 UTC (rev
20628)
+++ annotations/branches/v3_3_1_GA_CP/build.properties 2010-09-12 12:26:14 UTC (rev
20629)
@@ -1,3 +0,0 @@
-version=3.3.1.GA.CP03
-hibernate-core.home=../core
-hibernate-core.jar=../core/build/hibernate3.jar
Modified: annotations/branches/v3_3_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.xml 2010-09-12 11:50:46 UTC (rev 20628)
+++ annotations/branches/v3_3_1_GA_CP/build.xml 2010-09-12 12:26:14 UTC (rev 20629)
@@ -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.3.1.GA.CP03"/>
+ <property name="version" value="3.3.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_3_1_GA_CP/readme.txt
===================================================================
--- annotations/branches/v3_3_1_GA_CP/readme.txt 2010-09-12 11:50:46 UTC (rev 20628)
+++ annotations/branches/v3_3_1_GA_CP/readme.txt 2010-09-12 12:26:14 UTC (rev 20629)
@@ -1,6 +1,6 @@
Hibernate Annotations
==================================================
-Version: 3.3.1.GA.CP02
+Version: 3.3.1.GA.CP04
THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.2.0.GA (and above)
Modified:
annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
===================================================================
---
annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java 2010-09-12
11:50:46 UTC (rev 20628)
+++
annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java 2010-09-12
12:26:14 UTC (rev 20629)
@@ -8,7 +8,7 @@
* @author Emmanuel Bernard
*/
public class Version {
- public static final String VERSION = "3.3.1.GA.CP03";
+ public static final String VERSION = "3.3.1.GA.CP04";
private static Log log = LogFactory.getLog( Version.class );
static {