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 942e82cd Bump commons-parent from 69 to 70
     new 4c383432 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-net
942e82cd is described below

commit 942e82cded822bb06d11a1868ee7353a97624e4a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 24 23:01:49 2024 -0400

    Bump commons-parent from 69 to 70
---
 pom.xml                 | 4 +---
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 02eca833..d7f61a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>69</version>
+        <version>70</version>
     </parent>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
@@ -41,7 +41,6 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Teln
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
         <commons.componentid>net</commons.componentid>
         <commons.module.name>org.apache.commons.net</commons.module.name>
         <commons.jira.id>NET</commons.jira.id>
@@ -345,7 +344,6 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Teln
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>exec-maven-plugin</artifactId>
-                <version>3.2.0</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 42fc5ea4..167a9983 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,7 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven 
property project.build.outputTimestamp for build reproducibility.</action>
       <action type="add" dev="ggregory" due-to="Georg Voss, Gary Gregory">Add 
FTP.DEFLATE_TRANSFER_MODE to support the "deflate" compression format in 
FTPClient.setFileTransferMode(int).</action>
       <!-- UPDATE -->
-      <action type="update" dev="ggregory" due-to="Dependabot">Bump 
commons-parent from 62 to 69 #238.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump commons-parent from 62 to 70 #238.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0, #221.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-lang3 from 3.13.0 to 3.14.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io from 2.15.0 to 2.16.1 #236, #240.</action>

Reply via email to