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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Oct 26 15:17:01 EDT 2007


Author: epbernard
Date: 2007-10-26 15:17:01 -0400 (Fri, 26 Oct 2007)
New Revision: 14147

Modified:
   annotations/trunk/build.xml
   annotations/trunk/ivy.xml
   annotations/trunk/src/java/org/hibernate/cfg/annotations/Version.java
Log:
HAN 3.3.1.Beta1

Modified: annotations/trunk/build.xml
===================================================================
--- annotations/trunk/build.xml	2007-10-26 19:07:41 UTC (rev 14146)
+++ annotations/trunk/build.xml	2007-10-26 19:17:01 UTC (rev 14147)
@@ -17,7 +17,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.0.GA"/>
+	<property name="version" value="3.3.1.Beta1"/>
 	<property name="javadoc.packagenames" value="org.hibernate.*"/>
 	<property name="jdbc.dir" value="jdbc"/>
 	<property name="copy.test" value="true"/>

Modified: annotations/trunk/ivy.xml
===================================================================
--- annotations/trunk/ivy.xml	2007-10-26 19:07:41 UTC (rev 14146)
+++ annotations/trunk/ivy.xml	2007-10-26 19:17:01 UTC (rev 14147)
@@ -12,7 +12,7 @@
         <artifact name="hibernate-annotations" conf="core"/>
     </publications>
     <dependencies>
-		<dependency name="jpa-api" rev="1.0.0.GA" conf="core->default"/>
+		<dependency name="jpa-api" rev="1.0.1.Beta1" conf="core->default"/>
         <dependency name="commons-annotations" rev="latest.integration" conf="core->core"/>
     </dependencies>
 </ivy-module>
\ No newline at end of file

Modified: annotations/trunk/src/java/org/hibernate/cfg/annotations/Version.java
===================================================================
--- annotations/trunk/src/java/org/hibernate/cfg/annotations/Version.java	2007-10-26 19:07:41 UTC (rev 14146)
+++ annotations/trunk/src/java/org/hibernate/cfg/annotations/Version.java	2007-10-26 19:17:01 UTC (rev 14147)
@@ -8,7 +8,7 @@
  * @author Emmanuel Bernard
  */
 public class Version {
-	public static final String VERSION = "3.3.1.GA";
+	public static final String VERSION = "3.3.1.Beta1";
 	private static Log log = LogFactory.getLog( Version.class );
 
 	static {




More information about the hibernate-commits mailing list