You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2007/05/25 15:41:46 UTC

svn commit: r541646 - /jackrabbit/trunk/contrib/spi/spi2jcr/pom.xml

Author: angela
Date: Fri May 25 06:41:46 2007
New Revision: 541646

URL: http://svn.apache.org/viewvc?view=rev&rev=541646
Log:
change jackrabbit version to 1.4-SNAPSHOT

Modified:
    jackrabbit/trunk/contrib/spi/spi2jcr/pom.xml

Modified: jackrabbit/trunk/contrib/spi/spi2jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/spi2jcr/pom.xml?view=diff&rev=541646&r1=541645&r2=541646
==============================================================================
--- jackrabbit/trunk/contrib/spi/spi2jcr/pom.xml (original)
+++ jackrabbit/trunk/contrib/spi/spi2jcr/pom.xml Fri May 25 06:41:46 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-spi-contrib</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-spi-spi2jcr</artifactId>
@@ -75,7 +75,7 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-api</artifactId>
     </dependency>
   </dependencies>