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:43:19 UTC

svn commit: r541647 - /jackrabbit/trunk/contrib/spi/spi-rmi/pom.xml

Author: angela
Date: Fri May 25 06:43:18 2007
New Revision: 541647

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

Modified:
    jackrabbit/trunk/contrib/spi/spi-rmi/pom.xml

Modified: jackrabbit/trunk/contrib/spi/spi-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/spi-rmi/pom.xml?view=diff&rev=541647&r1=541646&r2=541647
==============================================================================
--- jackrabbit/trunk/contrib/spi/spi-rmi/pom.xml (original)
+++ jackrabbit/trunk/contrib/spi/spi-rmi/pom.xml Fri May 25 06:43:18 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-rmi</artifactId>
@@ -109,7 +109,7 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
       <groupId>junit</groupId>