You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/28 12:00:10 UTC

[camel] branch master updated: Upgrade Jandex Maven Plugin to version 1.0.7

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5961397  Upgrade Jandex Maven Plugin to version 1.0.7
5961397 is described below

commit 5961397d954d68ba576143f202afb2cb6e4f4581
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 28 12:24:18 2019 +0100

    Upgrade Jandex Maven Plugin to version 1.0.7
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 81022c0..5283902 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -429,7 +429,7 @@
         <lz4-version>1.6.0</lz4-version>
         <!-- needed from tooling/archetypes -->
         <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms -->
-        <jandex-maven-plugin-version>1.0.6</jandex-maven-plugin-version>
+        <jandex-maven-plugin-version>1.0.7</jandex-maven-plugin-version>
         <maven-antrun-plugin-version>1.6</maven-antrun-plugin-version>
         <maven-archetype-plugin-version>3.0.1</maven-archetype-plugin-version>
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>