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:46 UTC

[camel-k-runtime] 03/12: deps: update directory-maven-plugin to v1.0.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 6cd3ad408efb572cb119fa8fa7586507f754ec62
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 22 18:29:09 2021 +0200

    deps: update directory-maven-plugin to v1.0.0
---
 pom.xml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index e94a7e3..410277c 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>0.3.1</directory-maven-plugin-version>
+        <directory-maven-plugin-version>1.0.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>
@@ -204,13 +204,13 @@
                     <groupId>org.jboss.jandex</groupId>
                     <artifactId>jandex-maven-plugin</artifactId>
                     <version>${jandex-maven-plugin-version}</version>
-                    <dependencies>                                                    
-                        <dependency>                                                   
-                            <groupId>org.jboss</groupId>   
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.jboss</groupId>
                             <artifactId>jandex</artifactId>
                             <version>${jandex-version}</version>
-                        </dependency>                           
-                    </dependencies>   
+                        </dependency>
+                    </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -264,25 +264,25 @@
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-component-maven-plugin</artifactId>
                     <version>${camel-version}</version>
-                    <dependencies>                                                    
-                        <dependency>                                                   
-                            <groupId>org.jboss</groupId>   
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.jboss</groupId>
                             <artifactId>jandex</artifactId>
                             <version>${jandex-version}</version>
-                        </dependency>                           
-                    </dependencies>   
+                        </dependency>
+                    </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-package-maven-plugin</artifactId>
                     <version>${camel-version}</version>
-                    <dependencies>                                                    
-                        <dependency>                                                   
-                            <groupId>org.jboss</groupId>   
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.jboss</groupId>
                             <artifactId>jandex</artifactId>
                             <version>${jandex-version}</version>
-                        </dependency>                           
-                    </dependencies>   
+                        </dependency>
+                    </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.gmavenplus</groupId>