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/23 15:44:26 UTC

[commons-vfs] branch master updated (d4a702d7 -> 31cc52b1)

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


    from d4a702d7 Bump httpcore5 from 5.2.1 to 5.2.2 #399
     new 088672fa Improve entries
     new 31cc52b1 Bump commons-codec:commons-codec: from 1.15 to 1.16.0

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                 | 2 +-
 src/changes/changes.xml | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)


[commons-vfs] 02/02: Bump commons-codec:commons-codec: from 1.15 to 1.16.0

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

commit 31cc52b1df6f5ce2c57e750285fc0b56e2477185
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 11:44:10 2023 -0400

    Bump commons-codec:commons-codec: from 1.15 to 1.16.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a751f52a..85faf44f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.15</version>
+        <version>1.16.0</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 54f7314c..9e26e6f1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -276,6 +276,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump commons-io:commons-io from 2.11.0 to 2.13.0.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump commons-codec:commons-codec from 1.15 to 1.16.0.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->


[commons-vfs] 01/02: Improve entries

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

commit 088672faf680874618452d575499148ed91009f2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 11:43:36 2023 -0400

    Improve entries
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 04a582b1..54f7314c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="2.10.0" date="2021-MM-DD" description="Maintenance release. Requires Java 8.">
+    <release version="2.10.0" date="2023-MM-DD" description="Maintenance release. Requires Java 8.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Seth Falco">
         Replace package.html with package-info.java #206. 
@@ -274,7 +274,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump httpclient from 4.5.13 to 4.5.14 #344.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump commons-io from 2.11.0 to 2.13.0.
+        Bump commons-io:commons-io from 2.11.0 to 2.13.0.
       </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">