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/29 06:08:38 UTC

[camel] branch master updated: Upgrade Maven War Plugin to version 3.2.3

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 c3dab39  Upgrade Maven War Plugin to version 3.2.3
c3dab39 is described below

commit c3dab39d3825a738f340999a0dc8ec1af061fba5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 29 08:06:21 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2829ca1..37b58d6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -487,7 +487,7 @@
         <maven-scr-plugin-version>1.25.0</maven-scr-plugin-version>
         <maven-shade-plugin-version>3.2.1</maven-shade-plugin-version>
         <maven-surefire-report-plugin-version>2.22.1</maven-surefire-report-plugin-version>
-        <maven-war-plugin-version>3.0.0</maven-war-plugin-version>
+        <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
         <metrics-version>3.2.6</metrics-version>
         <micrometer-version>1.1.4</micrometer-version>
         <milo-version>0.2.5</milo-version>