You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/09/08 20:36:18 UTC

svn commit: r693192 - /tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml

Author: hlship
Date: Mon Sep  8 11:36:17 2008
New Revision: 693192

URL: http://svn.apache.org/viewvc?rev=693192&view=rev
Log:
TAPESTRY-2597: Upgrade tapestry-hibernate to Hibernate 3.3.0.SP1

Modified:
    tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml?rev=693192&r1=693191&r2=693192&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml Mon Sep  8 11:36:17 2008
@@ -58,8 +58,8 @@
 the hibernate JARs and dependencies inside the WAR. -->
         <dependency>
             <groupId>org.hibernate</groupId>
-            <artifactId>hibernate</artifactId>
-            <version>3.2.2.ga</version>
+            <artifactId>hibernate-core</artifactId>
+            <version>3.3.0.SP1</version>
             <exclusions>
                 <exclusion>
                     <groupId>javax.transaction</groupId>
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-annotations</artifactId>
-            <version>3.2.1.ga</version>
+            <version>3.4.0.GA</version>
         </dependency>
 
         <dependency>
@@ -136,6 +136,15 @@
 
         </plugins>
     </build>
+
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <name>JBoss</name>
+            <url>http://repository.jboss.org/maven2</url>
+        </repository>
+    </repositories>
+
     <reporting>
         <plugins>
             <plugin>