[java-opensaml COMMIT] in /trunk: opensaml-parent/pom.xml opensaml-storage-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 16 23:49:46 EST 2014


Author: dfisher
Date: Tue Dec 16 23:49:45 2014
New Revision: 4192

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4192&view=rev
Log:
Update from hibernate-jpa-2.0-api to hibernate-jpa-2.1-api.

Modified:
    trunk/opensaml-parent/pom.xml
    trunk/opensaml-storage-impl/pom.xml

Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=4192&r1=4191&r2=4192&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml (original)
+++ trunk/opensaml-parent/pom.xml Tue Dec 16 23:49:45 2014
@@ -109,8 +109,8 @@
           </dependency>
           <dependency>
               <groupId>org.hibernate.javax.persistence</groupId>
-              <artifactId>hibernate-jpa-2.0-api</artifactId>
-              <version>1.0.1.Final</version>
+              <artifactId>hibernate-jpa-2.1-api</artifactId>
+              <version>1.0.0.Final</version>
           </dependency>
           <dependency>
               <groupId>net.spy</groupId>

Modified: trunk/opensaml-storage-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/pom.xml?rev=4192&r1=4191&r2=4192&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/pom.xml (original)
+++ trunk/opensaml-storage-impl/pom.xml Tue Dec 16 23:49:45 2014
@@ -36,7 +36,7 @@
         </dependency>
         <dependency>
             <groupId>org.hibernate.javax.persistence</groupId>
-            <artifactId>hibernate-jpa-2.0-api</artifactId>
+            <artifactId>hibernate-jpa-2.1-api</artifactId>
         </dependency>
         <dependency>
             <groupId>net.spy</groupId>



More information about the commits mailing list