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/08/02 19:57:03 UTC

[commons-collections] branch master updated (e77c1d8 -> 911814e)

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

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


    from e77c1d8  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git
     new 43ad2a4  Set commons.release.version to current version.
     new 911814e  Bump commons.jacoco.version from 0.8.6 to 0.8.7.

The 2 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.


Summary of changes:
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

[commons-collections] 02/02: Bump commons.jacoco.version from 0.8.6 to 0.8.7.

Posted by gg...@apache.org.
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-collections.git

commit 911814e49c024c070e4c95149b2cbf83842deaf3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 2 15:56:59 2021 -0400

    Bump commons.jacoco.version from 0.8.6 to 0.8.7.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9888334..9571f52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -579,7 +579,7 @@
 
     <!-- Override clirr version to enable clirr on Java 8 -->
     <commons.clirr.version>2.8</commons.clirr.version>
-    <commons.jacoco.version>0.8.6</commons.jacoco.version>
+    <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.junit.version>5.7.2</commons.junit.version>
 
     <!--Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 651563e..429cd41 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,7 +169,7 @@
       Add org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.
     </action>
     <action dev="ggregory" type="update" due-to="Gary Gregory">
-      [build] Update Jacoco from 0.8.4 to 0.8.6.
+      [build] Update Jacoco from 0.8.4 to 0.8.7.
     </action>
     <action dev="ggregory" type="update" due-to="Gary Gregory">
       [test] Update org.easymock:easymock 4.1 -> 4.2.

[commons-collections] 01/02: Set commons.release.version to current version.

Posted by gg...@apache.org.
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-collections.git

commit 43ad2a44f4b6a6b257e00cd6919a0605b9a03268
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 2 15:56:08 2021 -0400

    Set commons.release.version to current version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6adcdd0..9888334 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,7 +541,7 @@
     <commons.module.name>org.apache.commons.collections4</commons.module.name>
 
     <!-- Current 4.x release series -->
-    <commons.release.version>4.4</commons.release.version>
+    <commons.release.version>4.5</commons.release.version>
     <commons.release.desc>(Requires Java 8 or later)</commons.release.desc>
 
     <!-- Previous 4.2 release on Java 7 -->