You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/02/21 12:44:27 UTC

svn commit: r1291721 - /incubator/syncope/trunk/parent/pom.xml

Author: ilgrosso
Date: Tue Feb 21 11:44:27 2012
New Revision: 1291721

URL: http://svn.apache.org/viewvc?rev=1291721&view=rev
Log:
Updating OpenJPA to 2.2.0 (fresh release)

Modified:
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1291721&r1=1291720&r2=1291721&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Tue Feb 21 11:44:27 2012
@@ -31,7 +31,7 @@
         <relativePath/>
     </parent>
 
-    <url>http://www.syncope-idm.org/</url>
+    <url>http://incubator.apache.org/syncope/</url>
 
     <inceptionYear>2010</inceptionYear>
 
@@ -172,7 +172,7 @@
         <velocity.version>1.7</velocity.version>
         <quartz.version>1.8.6</quartz.version>
 
-        <openjpa.version>2.2.0-SNAPSHOT</openjpa.version>
+        <openjpa.version>2.2.0</openjpa.version>
         
         <cocoon.version>3.0.0-alpha-3</cocoon.version>