From e3d80bc1c5f0d2074a87e9d8693deebd3da1f9b4 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 30 Aug 2024 08:48:41 -0400 Subject: [PATCH] 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 7a36968845..fdea2118c8 100644 --- a/commons-vfs2-examples/pom.xml +++ b/commons-vfs2-examples/pom.xml @@ -103,7 +103,6 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 validate diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 005087fc45..3596e75c37 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -206,6 +206,7 @@ The type attribute can be add,update,fix,remove. org.apache.commons.vfs2.provider.http.HttpFileObject.doListChildren() now throws UnsupportedOperationException instead of Exception. + Pick up exec-maven-plugin version from parent POM. Config option for trailing slash in webdav URI #425.