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/11/15 13:28:26 UTC

svn commit: r1409753 - /incubator/syncope/branches/DEV_ROLE_PROVISIONING/pom.xml

Author: ilgrosso
Date: Thu Nov 15 12:28:26 2012
New Revision: 1409753

URL: http://svn.apache.org/viewvc?rev=1409753&view=rev
Log:
LDAP connector bundle 1.3.4 (stable)

Modified:
    incubator/syncope/branches/DEV_ROLE_PROVISIONING/pom.xml

Modified: incubator/syncope/branches/DEV_ROLE_PROVISIONING/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/branches/DEV_ROLE_PROVISIONING/pom.xml?rev=1409753&r1=1409752&r2=1409753&view=diff
==============================================================================
--- incubator/syncope/branches/DEV_ROLE_PROVISIONING/pom.xml (original)
+++ incubator/syncope/branches/DEV_ROLE_PROVISIONING/pom.xml Thu Nov 15 12:28:26 2012
@@ -257,7 +257,7 @@ under the License.
     <connid.soap.version>1.2.3</connid.soap.version>
     <connid.db.table.version>2.1.4</connid.db.table.version>
     <connid.csvdir.version>0.5</connid.csvdir.version>
-    <connid.ldap.version>1.3.4-SNAPSHOT</connid.ldap.version>
+    <connid.ldap.version>1.3.4</connid.ldap.version>
 
     <commons-jexl.version>2.1.1</commons-jexl.version>
     <commons-lang.version>2.6</commons-lang.version>
@@ -738,15 +738,6 @@ under the License.
       <url>https://artifacts.alfresco.com/nexus/content/groups/public/</url>
     </repository>
     
-    <!-- TMP for SNAPSHOT ConnId LDAP bundle -->
-    <repository>
-      <id>sonatype-oss-public</id>
-      <url>https://oss.sonatype.org/content/groups/public/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-
   </repositories>
 
   <build>