You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2011/03/01 14:26:39 UTC

svn commit: r1075812 - in /click/trunk/click: build/build.properties build/click-nodeps.pom documentation/docs/developer-guide/building.html documentation/docs/roadmap-changes.html

Author: sabob
Date: Tue Mar  1 13:26:38 2011
New Revision: 1075812

URL: http://svn.apache.org/viewvc?rev=1075812&view=rev
Log:
upgraded to commons 2.0.1

Modified:
    click/trunk/click/build/build.properties
    click/trunk/click/build/click-nodeps.pom
    click/trunk/click/documentation/docs/developer-guide/building.html
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/build/build.properties
URL: http://svn.apache.org/viewvc/click/trunk/click/build/build.properties?rev=1075812&r1=1075811&r2=1075812&view=diff
==============================================================================
--- click/trunk/click/build/build.properties (original)
+++ click/trunk/click/build/build.properties Tue Mar  1 13:26:38 2011
@@ -45,7 +45,7 @@ checkstyle.version=5.1
 commons-codec.version=1.4
 commons-collections.version=3.2.1
 commons-fileupload.version=1.2.1
-commons-io.version=1.4
+commons-io.version=2.0.1
 commons-lang.version=2.5
 freemarker.version=2.3.16
 hibernate.version=3.2.6.ga

Modified: click/trunk/click/build/click-nodeps.pom
URL: http://svn.apache.org/viewvc/click/trunk/click/build/click-nodeps.pom?rev=1075812&r1=1075811&r2=1075812&view=diff
==============================================================================
--- click/trunk/click/build/click-nodeps.pom (original)
+++ click/trunk/click/build/click-nodeps.pom Tue Mar  1 13:26:38 2011
@@ -47,7 +47,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>

Modified: click/trunk/click/documentation/docs/developer-guide/building.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/developer-guide/building.html?rev=1075812&r1=1075811&r2=1075812&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/developer-guide/building.html (original)
+++ click/trunk/click/documentation/docs/developer-guide/building.html Tue Mar  1 13:26:38 2011
@@ -274,8 +274,8 @@ The Click framework has the following ru
 </tr>
 <tr>
   <td>Common IO</td>
-  <td>1.4</td>
-  <td>commons-io-1.4.jar <span class="red">*</span></td>  
+  <td>2.0.1</td>
+  <td>commons-io-2.0.1.jar <span class="red">*</span></td>
   <td><a target="_blank" href="http://jakarta.apache.org/commons/">Jakarta Commons</a></td>
   <td>IO Utilities Library</td>
 </tr>

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=1075812&r1=1075811&r2=1075812&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Tue Mar  1 13:26:38 2011
@@ -374,7 +374,7 @@ Fixed table headers that used incorrect 
       </li>
           <li class="change">
               Update to the latest version for some of the JARs dependencies: log4j-1.2.16, freemarker-2.3.16,
-              commons-codec-1.4, and commons-lang-2.5.
+              commons-codec-1.4, and commons-lang-2.5, commons-io-2.0.1.
           </li>
           <li class="change">
               Update to Velocity Tools 2.0 WebappResourceLoader