[hibernate-commits] Hibernate SVN: r14429 - jpa-api/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Mar 14 15:43:28 EDT 2008


Author: epbernard
Date: 2008-03-14 15:43:28 -0400 (Fri, 14 Mar 2008)
New Revision: 14429

Modified:
   jpa-api/trunk/build.xml
   jpa-api/trunk/ivy.xml
Log:
release

Modified: jpa-api/trunk/build.xml
===================================================================
--- jpa-api/trunk/build.xml	2008-03-14 17:30:00 UTC (rev 14428)
+++ jpa-api/trunk/build.xml	2008-03-14 19:43:28 UTC (rev 14429)
@@ -15,7 +15,7 @@
 
 	<!-- Name of project and version, used to create filenames -->
 	<property name="name" value="ejb3-persistence"/>
-	<property name="version" value="3.0 Final Release"/>
+	<property name="version" value="3.0 Final Release (1.0.1.GA)"/>
 
 	<!-- set global properties for this build -->
 	<property name="src.dir" value="src"/>

Modified: jpa-api/trunk/ivy.xml
===================================================================
--- jpa-api/trunk/ivy.xml	2008-03-14 17:30:00 UTC (rev 14428)
+++ jpa-api/trunk/ivy.xml	2008-03-14 19:43:28 UTC (rev 14429)
@@ -3,7 +3,7 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation=
                   "http://www.jayasoft.org/misc/ivy/ivy.xsd">
-    <info organisation="org.hibernate" module="jpa-api" revision="1.0.1.Beta1" status="release"/>
+    <info organisation="org.hibernate" module="jpa-api" revision="1.0.1" status="release"/>
     <publications>
         <artifact name="ejb3-persistence" type="jar" />
     </publications>




More information about the hibernate-commits mailing list