[hibernate-commits] Hibernate SVN: r18182 - jpamodelgen/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Dec 9 11:17:46 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-12-09 11:17:46 -0500 (Wed, 09 Dec 2009)
New Revision: 18182

Modified:
   jpamodelgen/trunk/pom.xml
Log:
corrected version

Modified: jpamodelgen/trunk/pom.xml
===================================================================
--- jpamodelgen/trunk/pom.xml	2009-12-08 23:24:39 UTC (rev 18181)
+++ jpamodelgen/trunk/pom.xml	2009-12-09 16:17:46 UTC (rev 18182)
@@ -4,14 +4,14 @@
 
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-jpamodelgen</artifactId>
-    <version>1.0.0.Beta2-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
     <name>JPA 2 Static-Metamodel Generator</name>
     <description>Annotation Processor to generate JPA 2 static metamodel classes</description>
 
     <inceptionYear>2009</inceptionYear>
 
-    <dependencies>
+    <dependencies>c
         <dependency>
             <groupId>org.hibernate.java-persistence</groupId>
             <artifactId>jpa-api</artifactId>



More information about the hibernate-commits mailing list