This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/1.x by this push:
     new 44b6c13e Bump commons-parent from 69 to 70
44b6c13e is described below

commit 44b6c13e16272bbc12ee71956685a4851fb51f7b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon May 20 08:28:06 2024 -0400

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

diff --git a/pom.xml b/pom.xml
index d3ec95da..3514c3c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>69</version>
+    <version>70</version>
   </parent>
 
   <groupId>commons-fileupload</groupId>
@@ -256,6 +256,7 @@
   </dependencies>
 
   <build>
+    <defaultGoal>clean javadoc:javadoc verify apache-rat:check 
checkstyle:check</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0df0fe5d..ec703f4f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.6.0" date="YYYY-MM-DD" description="1.6.0 Release, 
requires Java 8.">
       <action dev="ggregory" type="update">Bump Java from 6 to 8.</action>
-      <action dev="ggregory" type="update">Bump commons-parent from 62 to 
69.</action>
+      <action dev="ggregory" type="update">Bump commons-parent from 62 to 
70.</action>
       <action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 
2.16.1.</action>
     </release>
     <release version="1.5" date="2023-02-13" description="1.5 Release">

Reply via email to