You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/09/06 04:47:41 UTC

svn commit: r1165483 - /commons/proper/io/trunk/pom.xml

Author: sebb
Date: Tue Sep  6 02:47:41 2011
New Revision: 1165483

URL: http://svn.apache.org/viewvc?rev=1165483&view=rev
Log:
Tweak description; JUnit 4.9; prep release version

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1165483&r1=1165482&r2=1165483&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Sep  6 02:47:41 2011
@@ -29,7 +29,7 @@
 
   <inceptionYear>2002</inceptionYear>
   <description>
-        Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
+        The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
   </description>
 
   <url>http://commons.apache.org/io/</url>
@@ -202,7 +202,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.2</version>
+      <version>4.9</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -211,7 +211,7 @@
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>io</commons.componentid>
-    <commons.release.version>2.0.1</commons.release.version>
+    <commons.release.version>2.1</commons.release.version>
     <commons.release.desc>(requires JDK 1.5+)</commons.release.desc>
     <commons.release.2.version>1.4</commons.release.2.version>
     <commons.release.2.desc>(requires JDK 1.3+)</commons.release.2.desc>