You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ed...@apache.org on 2005/07/12 06:47:08 UTC

svn commit: r215921 - /incubator/jackrabbit/trunk/contrib/jcrtaglib/project.xml

Author: edgarpoce
Date: Mon Jul 11 21:47:07 2005
New Revision: 215921

URL: http://svn.apache.org/viewcvs?rev=215921&view=rev
Log:
dependencies updated

Modified:
    incubator/jackrabbit/trunk/contrib/jcrtaglib/project.xml

Modified: incubator/jackrabbit/trunk/contrib/jcrtaglib/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcrtaglib/project.xml?rev=215921&r1=215920&r2=215921&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcrtaglib/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcrtaglib/project.xml Mon Jul 11 21:47:07 2005
@@ -76,13 +76,6 @@
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>jsr170</groupId>
-      <artifactId>jcr</artifactId>
-      <version>0.16.4.1</version>
-      <type>jar</type>
-      <url>http://www.day.com/maven/jsr170/jars/jcr-0.16.4.1.jar</url>
-    </dependency>
-    <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-beans</artifactId>
       <version>1.2-rc2</version>
@@ -94,6 +87,13 @@
       <version>1.2-rc2</version>
       <type>jar</type>
     </dependency>
+    <dependency>
+      <groupId>jsr170</groupId>
+      <artifactId>jcr</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <url>http://www.day.com/maven/jsr170/jars/jcr-1.0.jar</url>
+    </dependency>	
   </dependencies>
   <build>
     <sourceDirectory>src/java</sourceDirectory>