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 2022/05/24 14:24:46 UTC

[commons-configuration] branch master updated: Revert "Bump commons.animal-sniffer.version from 1.20 to 1.21"

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 650f0a9b Revert "Bump commons.animal-sniffer.version from 1.20 to 1.21"
650f0a9b is described below

commit 650f0a9b1053a2ce5915fda590233671d86b3dd1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 24 10:24:26 2022 -0400

    Revert "Bump commons.animal-sniffer.version from 1.20 to 1.21"
    
    This reverts commit 0bb44223fdcd38472433da7213d47370697bbf4f.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index af7f6467..bb370275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,7 +595,7 @@
     <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
     <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <checkstyle.version>9.3</checkstyle.version>
-    <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
+    <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.7</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bd8f9bf9..560e1104 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,7 +21,7 @@
     <author email="dev@commons.apache.org">Apache Commons Community</author>
   </properties>
   <body>
-    <release version="2.8.0" date="2022-MM-DD"
+    <release version="2.8.0" date="2020-MM-DD"
              description="Minor release with new features and updated dependencies.">
        <!-- FIX -->
        <action issue="CONFIGURATION-753" type="fix" dev="mattjuntunen">
@@ -186,7 +186,7 @@
          Bump jackson-databind from 2.11.3 to 2.13.2.2 ,#88, #94, #127, #159, #168, #173.
        </action>
        <action type="update" dev="ggregory" due-to="Gary Gregory">
-         Bump commons.animal-sniffer.version from 1.19 to 1.21.
+         Bump commons.animal-sniffer.version 1.19 -> 1.20.
        </action>
        <action type="update" dev="ggregory" due-to="Gary Gregory">
          Bump commons.javadoc.version from 3.1.1 to 3.4.0.