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/05/16 13:47:51 UTC

[camel] branch master updated: Upgrade Maven Jar Plugin to version 3.1.2

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 4ea100b  Upgrade Maven Jar Plugin to version 3.1.2
4ea100b is described below

commit 4ea100ba08f88f5b4d00e4272b05c087cb547085
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 16 15:47:26 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 7670c20..dfab7e9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -472,7 +472,7 @@
         <maven-checkstyle-version>7.6.1</maven-checkstyle-version>
         <maven-owasp-plugin-version>4.0.2</maven-owasp-plugin-version>
         <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
-        <maven-jar-plugin-version>3.1.1</maven-jar-plugin-version>
+        <maven-jar-plugin-version>3.1.2</maven-jar-plugin-version>
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
         <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
         <maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version>