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.