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 2021/05/26 02:32:07 UTC

[commons-release-plugin] branch master updated: Update commons-io 2.8.0 -> 2.9.0.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 051de4a  Update commons-io 2.8.0 -> 2.9.0.
051de4a is described below

commit 051de4a5b4a9f4d02e8cad3d7c3524ed908793a0
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Tue May 25 22:32:03 2021 -0400

    Update commons-io 2.8.0 -> 2.9.0.
---
 pom.xml                 |  2 +-
 src/changes/changes.xml | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 047e3ff..a351589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.8.0</version>
+      <version>2.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d5a488..9735dc4 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,10 +26,11 @@
 
   <body>
     <release version="1.8" date="2020-MM-DD" description="Version 1.8">
+      <action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>
+      <!-- UPDATES -->
       <action type="update" dev="kinow">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #36.</action>
       <action type="update" dev="kinow">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #29.</action>
       <action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action>
-      <action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>
       <action type="update" dev="kinow">Bump actions/setup-java from v1.4.0 to v2 #11 #19 #49.</action>
       <action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.2.3 #10 #24 #30 #37 #41 #51.</action>
       <action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.2.3 #20 #26 #33 #45 #52.</action>
@@ -40,9 +41,9 @@
       <action type="update" dev="ggregory">Update Apache Commons Codec from 1.13 to 1.14.</action>
       <action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action>
       <action type="update" dev="ggregory">Update Maven dependencies from 3.6.1 to 3.6.3.</action>
-      <action type="update" dev="kinow" due-to="dependabot">Bump maven.dependency.version from 3.6.3 to 3.8.1 #47.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump maven.dependency.version from 3.6.3 to 3.8.1 #47.</action>
       <action type="update" dev="ggregory">Update Apache Commons Compress from 1.19 to 1.20.</action>
-      <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.8 #13.</action>
+      <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.9.0 #13.</action>
       <action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.42 #5 #27 #31 #35 #40 #46 #53.</action>
       <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.4 #8, #16, #28.</action>
       <action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.3 #4 #43.</action>
@@ -50,9 +51,9 @@
       <action type="update" dev="ggregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
       <action type="update" dev="ggregory">Update checkstyle from 8.35 to 8.36.1 #12 #14.</action>
       <action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #34.</action>
-      <action type="update" dev="kinow" due-to="dependabot">Bump actions/cache from v2 to v2.1.5 #38 #50.</action>
-      <action type="update" dev="kinow" due-to="dependabot">Bump maven.plugin.version from 3.6.0 to 3.6.1 #54.</action>
-      <action type="update" dev="kinow" due-to="dependabot">Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 #55.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from v2 to v2.1.5 #38 #50.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump maven.plugin.version from 3.6.0 to 3.6.1 #54.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 #55.</action>
     </release>
 
     <release version="1.7" date="2019-08-30" description="Version 1.7">