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


The following commit(s) were added to refs/heads/master by this push:
     new e3d80bc1 Pick up exec-maven-plugin version from parent POM
e3d80bc1 is described below

commit e3d80bc1c5f0d2074a87e9d8693deebd3da1f9b4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Aug 30 08:48:41 2024 -0400

    Pick up exec-maven-plugin version from parent POM
---
 commons-vfs2-examples/pom.xml | 1 -
 src/changes/changes.xml       | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index 7a369688..fdea2118 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -103,7 +103,6 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>3.4.1</version>
             <executions>
               <execution>
                 <phase>validate</phase>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 005087fc..3596e75c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -206,6 +206,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         org.apache.commons.vfs2.provider.http.HttpFileObject.doListChildren() 
now throws UnsupportedOperationException instead of Exception.
       </action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up 
exec-maven-plugin version from parent POM.</action>
       <!-- ADD -->
       <action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary 
Gregory">
         Config option for trailing slash in webdav URI #425.

Reply via email to