You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2013/10/05 16:36:53 UTC

svn commit: r1529462 - in /directory/escimo/branches/json-schema-experiment: ldap/pom.xml pom.xml tests/pom.xml

Author: kayyagari
Date: Sat Oct  5 14:36:53 2013
New Revision: 1529462

URL: http://svn.apache.org/r1529462
Log:
moved properties to the parent pom

Modified:
    directory/escimo/branches/json-schema-experiment/ldap/pom.xml
    directory/escimo/branches/json-schema-experiment/pom.xml
    directory/escimo/branches/json-schema-experiment/tests/pom.xml

Modified: directory/escimo/branches/json-schema-experiment/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/escimo/branches/json-schema-experiment/ldap/pom.xml?rev=1529462&r1=1529461&r2=1529462&view=diff
==============================================================================
--- directory/escimo/branches/json-schema-experiment/ldap/pom.xml (original)
+++ directory/escimo/branches/json-schema-experiment/ldap/pom.xml Sat Oct  5 14:36:53 2013
@@ -11,11 +11,6 @@
   <artifactId>escimo-ldap</artifactId>
   <name>eSCIMo LDAP Backend</name>
   
-  <properties>
-    <ldap.api.version>1.0.0-M20-SNAPSHOT</ldap.api.version>
-    <dom4j.version>1.6.1</dom4j.version>
-  </properties>
-  
   <dependencies>
 
     <dependency>

Modified: directory/escimo/branches/json-schema-experiment/pom.xml
URL: http://svn.apache.org/viewvc/directory/escimo/branches/json-schema-experiment/pom.xml?rev=1529462&r1=1529461&r2=1529462&view=diff
==============================================================================
--- directory/escimo/branches/json-schema-experiment/pom.xml (original)
+++ directory/escimo/branches/json-schema-experiment/pom.xml Sat Oct  5 14:36:53 2013
@@ -25,7 +25,11 @@
   <name>Apache Directory SCIM</name>
   
   <properties>
+    <ldap.api.version>1.0.0-M20</ldap.api.version>
+    <apacheds.version>2.0.0-M15</apacheds.version>
+    <jetty.version>7.5.0.v20110901</jetty.version>
     <wink.version>1.3.0</wink.version>
+    <dom4j.version>1.6.1</dom4j.version>
     <slf4j.api.version>1.7.5</slf4j.api.version>
     <slf4j.log4j12.version>1.7.5</slf4j.log4j12.version>
     <log4j.version>1.2.17</log4j.version>

Modified: directory/escimo/branches/json-schema-experiment/tests/pom.xml
URL: http://svn.apache.org/viewvc/directory/escimo/branches/json-schema-experiment/tests/pom.xml?rev=1529462&r1=1529461&r2=1529462&view=diff
==============================================================================
--- directory/escimo/branches/json-schema-experiment/tests/pom.xml (original)
+++ directory/escimo/branches/json-schema-experiment/tests/pom.xml Sat Oct  5 14:36:53 2013
@@ -11,15 +11,6 @@
   <version>1.0-SNAPSHOT</version>
   <name>eSCIMo Tests</name>
 
-  <properties>
-    <ldap.api.version>1.0.0-M20-SNAPSHOT</ldap.api.version>
-    <apacheds.version>2.0.0-M15-SNAPSHOT</apacheds.version>
-    <slf4j.api.version>1.7.5</slf4j.api.version>
-    <slf4j.log4j12.version>1.7.5</slf4j.log4j12.version>
-    <log4j.version>1.2.17</log4j.version>
-    <jetty.version>7.5.0.v20110901</jetty.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>