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 2020/01/10 21:49:47 UTC

[commons-release-plugin] branch master updated: - Update Apache Commons Codec from 1.13 to 1.14. - Update JUnit from 4.12 to 4.13.

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 62386a2  - Update Apache Commons Codec from 1.13 to 1.14. - Update JUnit from 4.12 to 4.13.
62386a2 is described below

commit 62386a208f1cf7f564337aa81d687c8ea225cc94
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 10 16:49:43 2020 -0500

    - Update Apache Commons Codec from 1.13 to 1.14.
    - Update JUnit from 4.12 to 4.13.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 05d2ca2..b3614a2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.12</version>
+      <version>1.14</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -203,7 +203,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <!--  A bit of jar-hell requires this to come last. -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a404813..673a85c 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,11 @@
   </properties>
 
   <body>
+    <release version="1.8" date="2020-MM-DD" description="Version 1.89">
+      <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.</action>
+    </release>
+
     <release version="1.7" date="2019-08-30" description="Version 1.7">
       <action type="update" dev="chtompki">checkstyle.version from 8.10.1 to 8.18</action>
       <action type="update" dev="ggregory">VOTE.txt: Sample git clone command should checkout in a folder named after the tag</action>