You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/04 20:44:15 UTC

svn commit: r1479152 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Sat May  4 18:44:14 2013
New Revision: 1479152

URL: http://svn.apache.org/r1479152
Log:
Update dependencies.
commons-logging to 1.1.2 from 1.1.1
JDOM to 1.1.3 from 1.1
mail to 1.4.7 from 1.4

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1479152&r1=1479151&r2=1479152&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat May  4 18:44:14 2013
@@ -315,7 +315,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>
@@ -350,7 +350,7 @@
       <dependency>
         <groupId>org.jdom</groupId>
         <artifactId>jdom</artifactId>
-        <version>1.1</version>
+        <version>1.1.3</version>
       </dependency>
       <dependency>
         <groupId>com.jcraft</groupId>
@@ -365,7 +365,7 @@
       <dependency>
         <groupId>javax.mail</groupId>
         <artifactId>mail</artifactId>
-        <version>1.4</version>
+        <version>1.4.7</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>