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/11/18 01:40:18 UTC

(commons-parent) branch master updated: Add exec-maven-plugin to plugin management section

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


The following commit(s) were added to refs/heads/master by this push:
     new e156197  Add exec-maven-plugin to plugin management section
e156197 is described below

commit e156197baff5c6fc5ba0eebbe97e26ddcc1c8d5e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 17 20:40:12 2023 -0500

    Add exec-maven-plugin to plugin management section
---
 pom.xml                 | 5 +++++
 src/changes/changes.xml | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index dafd8a1..1cf6837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -873,6 +873,11 @@
           </excludes>          
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>exec-maven-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>  
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2e01681..9725c4e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,8 @@ The <action> type attribute can be add,update,fix,remove.
 
     <body>
         <release version="65" date="202Y-MM-DD" description="Version 65: Maintenance and update dependencies">
+           <!-- ADD -->
+           <action type="add" dev="ggregory">Add exec-maven-plugin to plugin management section.</action>
            <!-- FIX -->
            <action type="fix" dev="sebb">s/commons.surefire-report.version/commons.surefire.version/ incorrectly added in 714c3a9</action>
            <!-- UPDATE -->