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 2011/05/24 11:02:12 UTC

svn commit: r1126940 - /james/mailbox-integration-tester/trunk/pom.xml

Author: norman
Date: Tue May 24 09:02:11 2011
New Revision: 1126940

URL: http://svn.apache.org/viewvc?rev=1126940&view=rev
Log:
Move to mailbox 0.3-SNAPSHOT and update dependencies

Modified:
    james/mailbox-integration-tester/trunk/pom.xml

Modified: james/mailbox-integration-tester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/pom.xml?rev=1126940&r1=1126939&r2=1126940&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Tue May 24 09:02:11 2011
@@ -32,9 +32,9 @@
         <javax.mail.groupId>javax.mail</javax.mail.groupId>
         <javax.mail.artifactId>mail</javax.mail.artifactId>
         <version.james-imap>0.2-M2-SNAPSHOT</version.james-imap>
-        <version.james-mailbox>0.2-M2-SNAPSHOT</version.james-mailbox>
-        <version.javax.mail>1.4.1</version.javax.mail>
-        <target.jdk>1.5</target.jdk>
+        <version.james-mailbox>0.3-SNAPSHOT</version.james-mailbox>
+        <version.javax.mail>1.4.3</version.javax.mail>
+        <target.jdk>1.6</target.jdk>
     </properties>
 
     <profiles>
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>1.4</version>
+            <version>2.0.1</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-core</artifactId>
-            <version>2.2.0</version>
+            <version>2.2.5</version>
             <scope>test</scope>
         </dependency>
         <dependency>



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