You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/05/08 23:19:20 UTC

svn commit: r169168 - /incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml

Author: jukka
Date: Sun May  8 14:19:20 2005
New Revision: 169168

URL: http://svn.apache.org/viewcvs?rev=169168&view=rev
Log:
JCR-EXT: Upgrade to 0.16.4.1 (work in progress, does not compile!)

Modified:
    incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml

Modified: incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml?rev=169168&r1=169167&r2=169168&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-ext/project.xml Sun May  8 14:19:20 2005
@@ -24,7 +24,7 @@
   <currentVersion>0.16.2-dev</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.jackrabbit.*</package>
-  <shortDescription>Extensions and other extra functionality for JCR</shortDescription>
+  <shortDescription>Utilities for JCR implementations</shortDescription>
 
   <repository>
     <connection>scm:subversion:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/jcr-ext</connection>
@@ -57,13 +57,17 @@
     <dependency>
       <groupId>jsr170</groupId>
       <artifactId>jcr</artifactId>
-      <version>0.16.2</version>
-      <url>http://www.day.com/maven/jsr170/jars/jcr-0.16.2.jar</url>
+      <version>0.16.4.1</version>
+      <url>http://www.day.com/maven/jsr170/jars/jcr-0.16.4.1.jar</url>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <version>2.6.2</version>
+    </dependency>
+    <dependency>
+      <id>log4j</id>
+      <version>1.2.8</version>
     </dependency>
   </dependencies>