You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2011/03/05 19:28:42 UTC

svn commit: r1078323 - in /directory: apacheds/trunk/pom.xml project/trunk/pom.xml shared/trunk/ldap/extras/aci/pom.xml shared/trunk/ldap/extras/trigger/pom.xml shared/trunk/pom.xml

Author: elecharny
Date: Sat Mar  5 18:28:42 2011
New Revision: 1078323

URL: http://svn.apache.org/viewvc?rev=1078323&view=rev
Log:
 Bumped up some dependency and plugin versions

Modified:
    directory/apacheds/trunk/pom.xml
    directory/project/trunk/pom.xml
    directory/shared/trunk/ldap/extras/aci/pom.xml
    directory/shared/trunk/ldap/extras/trigger/pom.xml
    directory/shared/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1078323&r1=1078322&r2=1078323&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Sat Mar  5 18:28:42 2011
@@ -62,8 +62,8 @@
     <commons.net.version>2.2</commons.net.version>
     <commons.pool.version>1.5.5</commons.pool.version>
     <derby.version>10.7.1.1</derby.version>
-    <dnsjava.version>2.1.0</dnsjava.version>
-    <ehcache.version>2.3.2</ehcache.version>
+    <dnsjava.version>2.1.1</dnsjava.version>
+    <ehcache.version>2.4.0</ehcache.version>
     <jetty.version>6.1.14</jetty.version>
     <jug.asl.version>2.0.0.RC1</jug.asl.version>
     <junit.version>4.8.2</junit.version>

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1078323&r1=1078322&r2=1078323&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Sat Mar  5 18:28:42 2011
@@ -453,7 +453,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.2.1</version>
         </plugin>
 
         <plugin>
@@ -655,7 +655,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.2.0</version>
+          <version>2.3.4</version>
         </plugin>
 
         <plugin>

Modified: directory/shared/trunk/ldap/extras/aci/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/extras/aci/pom.xml?rev=1078323&r1=1078322&r2=1078323&view=diff
==============================================================================
--- directory/shared/trunk/ldap/extras/aci/pom.xml (original)
+++ directory/shared/trunk/ldap/extras/aci/pom.xml Sat Mar  5 18:28:42 2011
@@ -63,7 +63,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>antlr-maven-plugin</artifactId>
-        <version>2.1</version>
         <configuration>
           <grammars>*.g</grammars>
         </configuration>

Modified: directory/shared/trunk/ldap/extras/trigger/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/extras/trigger/pom.xml?rev=1078323&r1=1078322&r2=1078323&view=diff
==============================================================================
--- directory/shared/trunk/ldap/extras/trigger/pom.xml (original)
+++ directory/shared/trunk/ldap/extras/trigger/pom.xml Sat Mar  5 18:28:42 2011
@@ -63,7 +63,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>antlr-maven-plugin</artifactId>
-        <version>2.1</version>
         <configuration>
           <grammars>*.g</grammars>
         </configuration>

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1078323&r1=1078322&r2=1078323&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Sat Mar  5 18:28:42 2011
@@ -53,12 +53,14 @@
     <mina.core.version>2.0.2</mina.core.version>
     <org.osgi.version>3.0.0</org.osgi.version>
     <org.osgi.core.version>4.2.0</org.osgi.core.version>
-    <org.apache.felix.version>3.0.2</org.apache.felix.version>
+    <org.apache.felix.version>3.0.9</org.apache.felix.version>
     <slf4j.api.version>1.6.1</slf4j.api.version>
     <slf4j.log4j12.version>1.6.1</slf4j.log4j12.version>
     <xml.apis.version>2.0.2</xml.apis.version>
     <xpp3.version>1.1.4c</xpp3.version>
-    <pax-exam.version>1.2.3</pax-exam.version>
+    <pax-exam.version>2.0.0-M1</pax-exam.version>
+    <pax-exam-container-default.version>1.2.4</pax-exam-container-default.version>
+    <pax-exam-junit.version>1.2.4</pax-exam-junit.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
   </properties>
   
@@ -537,14 +539,14 @@
       <dependency>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>pax-exam-junit</artifactId>
-        <version>${pax-exam.version}</version>
+        <version>${pax-exam-junit.version}</version>
         <scope>test</scope>
       </dependency>
 
       <dependency>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>pax-exam-container-default</artifactId>
-        <version>${pax-exam.version}</version>
+        <version>${pax-exam-container-default.version}</version>
         <scope>test</scope>
       </dependency>