You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2009/08/10 19:14:24 UTC

svn commit: r802866 - /james/server/sandbox/active/smtp_refactor/phoenix-deployment/pom.xml

Author: norman
Date: Mon Aug 10 17:14:24 2009
New Revision: 802866

URL: http://svn.apache.org/viewvc?rev=802866&view=rev
Log:
fix jackrabbit versions

Modified:
    james/server/sandbox/active/smtp_refactor/phoenix-deployment/pom.xml

Modified: james/server/sandbox/active/smtp_refactor/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/sandbox/active/smtp_refactor/phoenix-deployment/pom.xml?rev=802866&r1=802865&r2=802866&view=diff
==============================================================================
--- james/server/sandbox/active/smtp_refactor/phoenix-deployment/pom.xml (original)
+++ james/server/sandbox/active/smtp_refactor/phoenix-deployment/pom.xml Mon Aug 10 17:14:24 2009
@@ -208,7 +208,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-rmi</artifactId>
-      <version>1.3</version>
+      <version>1.4.2</version>
       <exclusions>
       	<exclusion>
       		<groupId>xerces</groupId>
@@ -219,7 +219,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <version>1.3</version>
+      <version>1.4</version>
     </dependency>
 
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org