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 2013/02/21 09:36:36 UTC

svn commit: r1448543 - in /syncope/trunk: core/pom.xml pom.xml

Author: ilgrosso
Date: Thu Feb 21 08:36:36 2013
New Revision: 1448543

URL: http://svn.apache.org/r1448543
Log:
Using latest ConnId base artifacts (recently renamed with 'connid-' prefix)

Modified:
    syncope/trunk/core/pom.xml
    syncope/trunk/pom.xml

Modified: syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/pom.xml?rev=1448543&r1=1448542&r2=1448543&view=diff
==============================================================================
--- syncope/trunk/core/pom.xml (original)
+++ syncope/trunk/core/pom.xml Thu Feb 21 08:36:36 2013
@@ -285,11 +285,11 @@ under the License.
 
     <dependency>
       <groupId>org.connid</groupId>
-      <artifactId>framework</artifactId>
+      <artifactId>connid-framework</artifactId>
     </dependency>
     <dependency>
       <groupId>org.connid</groupId>
-      <artifactId>framework-internal</artifactId>
+      <artifactId>connid-framework-internal</artifactId>
     </dependency>
     
     <dependency>

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1448543&r1=1448542&r2=1448543&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Thu Feb 21 08:36:36 2013
@@ -406,12 +406,12 @@ under the License.
 
       <dependency>
         <groupId>org.connid</groupId>
-        <artifactId>framework</artifactId>
+        <artifactId>connid-framework</artifactId>
         <version>${connid.version}</version>
       </dependency>
       <dependency>
         <groupId>org.connid</groupId>
-        <artifactId>framework-internal</artifactId>
+        <artifactId>connid-framework-internal</artifactId>
         <version>${connid.version}</version>
       </dependency>