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 fe...@apache.org on 2011/10/12 10:36:38 UTC

svn commit: r1182261 - /james/mailbox/trunk/pom.xml

Author: felixk
Date: Wed Oct 12 08:36:38 2011
New Revision: 1182261

URL: http://svn.apache.org/viewvc?rev=1182261&view=rev
Log:
Upgrade versions in parent pom.xml dependencyManagement section to the ones which have been removed in http://svn.apache.org/viewvc?rev=1180359&view=rev (Move dependencies version definition from mailbox-spring to mailbox parent)

Modified:
    james/mailbox/trunk/pom.xml

Modified: james/mailbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1182261&r1=1182260&r2=1182261&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Wed Oct 12 08:36:38 2011
@@ -631,7 +631,7 @@
       <dependency>
         <groupId>commons-dbcp</groupId>
         <artifactId>commons-dbcp</artifactId>
-        <version>1.3</version>
+        <version>1.4</version>
         <exclusions>
           <exclusion>
             <artifactId>xercesImpl</artifactId>
@@ -720,7 +720,7 @@
       <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
-        <version>10.6.2.1</version>
+        <version>10.7.1.1</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