You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/16 13:28:58 UTC

[maven-archetype] branch latest created (now 5422326)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch latest
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


      at 5422326  update commons-io

This branch includes the following new commits:

     new 5422326  update commons-io

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-archetype] 01/01: update commons-io

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 5422326603ff8ad8f997820dd8d012aec0ed0316
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Apr 16 09:28:13 2020 -0400

    update commons-io
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cbd9c22..233512a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.2</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>