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


The following commit(s) were added to refs/heads/master by this push:
     new b25817dd Bump org.apache.commons:commons-parent from 78 to 79
b25817dd is described below

commit b25817ddc35d8d136afea06a14c90c53ecff5132
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 10 07:04:54 2025 -0500

    Bump org.apache.commons:commons-parent from 78 to 79
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b28a6ec..acbdd67a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>78</version>
+        <version>79</version>
     </parent>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e87dcf65..1789dff1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,9 +38,9 @@ and commit
 
 The <action> type attribute can be add,update,fix,remove.
 -->
-<document xmlns="http://maven.apache.org/changes/1.0.0";
+<document xmlns="http://maven.apache.org/changes/2.0.0";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
http://maven.apache.org/xsd/changes-2.0.0.xsd";>
   <properties>
     <title>Apache Commons Net Release Notes</title>
     <author email="d...@commons.apache.org">Apache Commons developers</author>
@@ -1409,7 +1409,7 @@ This is primarily a maintenance release, but it also 
includes new features and e
         UnixFTPEntryParser fails to parse some entries
       </action>
     </release>
-    <release version="2.1" description="Not released" />
+    <release version="2.1" date="2013-12-26" />
     <release version="2.0" date="October 20, 2008" description="Java 5.0 
release">
       <action dev="rwinston" type="fix" issue="NET-307">
         One of the "connect" method in class 
org.apache.commons.net.SocketClient doesn't handle connection timeout properly

Reply via email to