The next steps towards making it deployable on the central maven repo.
[utils] / hibernate-jpa / pom.xml
index 1a854dd1dab716ca407a643192f1c6aa2cf11611..5852114bd68ec040243959e180cca9fc10500308 100644 (file)
@@ -26,7 +26,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
-      <version>3.3.2.GA</version>
+      <version>3.4.0.GA</version>
       <exclusions>
         <exclusion>
           <groupId>javax.transaction</groupId>
     </dependency>
    
   </dependencies>
+  
+  <!-- repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repo</name>
+      <url>http://repository.jboss.org/maven2</url>
+    </repository>
+  </repositories-->
 
 </project>