You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/11/02 06:55:50 UTC

[camel-k-runtime] 07/12: deps: update directory-maven-plugin to v1.0

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit bfb51dbb2dc3917267d1d8f6876a13325f1a1835
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 22 18:33:04 2021 +0200

    deps: update directory-maven-plugin to v1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6880cab..3c5800b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
         <maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>
         <maven-failsafe-plugin-version>3.0.0-M5</maven-failsafe-plugin-version>
         <versions-maven-plugin-version>2.8.1</versions-maven-plugin-version>
-        <directory-maven-plugin-version>1.0.0</directory-maven-plugin-version>
+        <directory-maven-plugin-version>1.0</directory-maven-plugin-version>
         <exec-maven-plugin-version>3.0.0</exec-maven-plugin-version>
         <mycila-license-version>4.1</mycila-license-version>
         <maven-checkstyle-plugin-version>3.1.2</maven-checkstyle-plugin-version>