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 2023/06/27 12:19:08 UTC

[commons-codec] branch master updated: Add minimum java version in changes.xml #186.

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


The following commit(s) were added to refs/heads/master by this push:
     new b4b99afd Add minimum java version in changes.xml #186.
b4b99afd is described below

commit b4b99afd87a82175475ef89b0c3c1015c39f9a94
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Tue Jun 27 08:19:04 2023 -0400

    Add minimum java version in changes.xml #186.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 26a8a57d..1360daa5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Gary Gregory">Test clean ups.</action>
       <action                   dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #187.</action>
       <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Evan Saulpaugh">Correct error in Base64 Javadoc #188.</action>
+      <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Olivier Jaquemet, Gary Gregory">Add minimum java version in changes.xml #186.</action>
       <!-- UPDATE -->    
     </release>
     <release version="1.16.0" date="2023-06-17" description="Feature and fix release. Requires a minimum of Java 8.">