You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by cl...@apache.org on 2007/09/04 21:44:21 UTC

svn commit: r572794 - /jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping/pom.xml

Author: clombart
Date: Tue Sep  4 12:44:20 2007
New Revision: 572794

URL: http://svn.apache.org/viewvc?rev=572794&view=rev
Log:
update dependency version

Modified:
    jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping/pom.xml

Modified: jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping/pom.xml?rev=572794&r1=572793&r2=572794&view=diff
==============================================================================
--- jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping/pom.xml (original)
+++ jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping/pom.xml Tue Sep  4 12:44:20 2007
@@ -42,11 +42,10 @@
   <!-- ====================================================================== -->
   <dependencies>
       <dependency>
-	<groupId>javax.jcr</groupId>
-	<artifactId>jcr</artifactId>
-	<version>1.0</version>
+		<groupId>javax.jcr</groupId>
+		<artifactId>jcr</artifactId>
+		<version>1.0</version>
       </dependency>
-
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
@@ -62,27 +61,17 @@
       <artifactId>jackrabbit-jcr-commons</artifactId>
       <version>1.4-SNAPSHOT</version>
     </dependency>
-    <dependency>
-	    <groupId>org.apache.lucene</groupId>
-	    <artifactId>lucene-core</artifactId>
-	    <version>2.0.0</version>
+      <dependency>
+        <groupId>org.apache.lucene</groupId>
+        <artifactId>lucene-core</artifactId>
+        <version>2.2.0</version>
       </dependency>
-    <dependency>
+      <dependency>
 	    <groupId>commons-collections</groupId>
 	    <artifactId>commons-collections</artifactId>
 	    <version>3.1</version>
     </dependency>
     <dependency>
-	    <groupId>commons-beanutils</groupId>	    
-	    <artifactId>commons-beanutils</artifactId>
-	    <version>1.7.0</version>
-    </dependency>    
-    <dependency>
-	    <groupId>commons-digester</groupId>
-	    <artifactId>commons-digester</artifactId>
-	    <version>1.7</version>	    
-    </dependency>
-    <dependency>
 	    <groupId>commons-logging</groupId>
 	    <artifactId>commons-logging</artifactId>	    
 	    <version>1.0.2</version>	    
@@ -92,23 +81,27 @@
 	    <artifactId>commons-lang</artifactId>
 	    <version>2.1</version>
     </dependency>    
+ 
     <dependency>
-	    <groupId>log4j</groupId>
-	    <artifactId>log4j</artifactId>
-	    <version>1.2.8</version>	   
+	    <groupId>org.slf4j</groupId>
+	    <artifactId>slf4j-log4j12</artifactId>
+	    <version>1.0</version>
     </dependency>
     <dependency>
 	    <groupId>cglib</groupId>
-	    <artifactId>cglib-full</artifactId>
-	    <version>2.0.2</version>
-    </dependency>
+	    <artifactId>cglib</artifactId>
+	    <version>2.1_3</version>
+    </dependency> 	
     <dependency>
-	    <groupId>org.slf4j</groupId>
-	    <artifactId>slf4j-log4j12</artifactId>
-	    <version>1.0</version>
-
+	    <groupId>commons-beanutils</groupId>	    
+	    <artifactId>commons-beanutils</artifactId>
+	    <version>1.7.0</version>
+    </dependency>  
+    <dependency>
+	    <groupId>log4j</groupId>
+	    <artifactId>log4j</artifactId>
+	    <version>1.2.8</version>	   
     </dependency>
-
     <!-- Test -->
     <dependency>
 	    <groupId>geronimo-spec</groupId>
@@ -131,10 +124,14 @@
     <dependency>
 	    <groupId>org.apache.derby</groupId>
 	    <artifactId>derby</artifactId>
-	    <version>10.1.1.0</version>
+	    <version>10.2.1.6</version>
 	    <scope>test</scope>
     </dependency>
-    
+    <dependency>
+	    <groupId>commons-digester</groupId>
+	    <artifactId>commons-digester</artifactId>
+	    <version>1.7</version>	    
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -146,13 +143,13 @@
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping
-    </connection>
+    </connection>
     <developerConnection>
       scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping
-    </developerConnection>
+    </developerConnection>
     <url>
       http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping
-    </url>
+    </url>
   </scm>
 
 </project>