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

commit 177a4b1666581510c979a92ef1de27365811e931
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 8 11:32:11 2024 -0500

    Bump org.apache.commons:commons-parent from 73 to 78
    
    - Add Javadoc generation to default Maven goal
---
 pom.xml                 | 8 ++++----
 src/changes/changes.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b88db5d7..4a920567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>73</version>
+    <version>78</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
@@ -100,7 +100,7 @@
   </dependencies>
 
   <build>
-      <defaultGoal>clean apache-rat:check verify japicmp:cmp</defaultGoal>
+      <defaultGoal>clean apache-rat:check verify japicmp:cmp 
javadoc:javadoc</defaultGoal>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -229,7 +229,7 @@
                   </goals>
                   <phase>pre-site</phase>
                   <configuration>
-                    <tasks>
+                    <target>
                       <exec executable="svn">
                         <arg line="checkout --depth immediates 
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/>
                       </exec>
@@ -242,7 +242,7 @@
                       <exec executable="svn">
                         <arg line="update --set-depth infinity ${dirs}"/>
                       </exec>
-                    </tasks>
+                    </target>
                   </configuration>
                 </execution>
               </executions>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f8cb82a..a93b2e91 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,7 +35,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace Maven 
CLIRR plugin with JApiCmp.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Port to Java 1.4 
Throwable APIs (!).</action>
       <!-- UPDATE -->
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 47 to 73.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 47 to 78.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
requirement from Java 6 to 8.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
junit:junit from 4.12 to 4.13.2.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump JUnit 
from 4.x to 5.x "vintage".</action>

Reply via email to