You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/10/15 17:49:53 UTC

[camel] branch master updated (466676f -> 822ef26)

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

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


    from 466676f  Update GMavenPlus to version 1.6.2
     new 970618e  Update Maven Shade Plug-in to version 3.2.0
     new 822ef26  Update Micrometer to version 1.0.7

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Update Micrometer to version 1.0.7

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 822ef26df19c11f94d3c1f369f896f5a89cd7c7c
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Oct 15 19:49:42 2018 +0200

    Update Micrometer 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 a2bb5ab..a48ad80 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -495,7 +495,7 @@
     <maven-surefire-report-plugin-version>2.22.1</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.0.0</maven-war-plugin-version>
     <metrics-version>3.2.6</metrics-version>
-    <micrometer-version>1.0.6</micrometer-version>
+    <micrometer-version>1.0.7</micrometer-version>
     <milo-version>0.2.3</milo-version>
     <mina-bundle-version>1.1.7_6</mina-bundle-version>
     <mina-version>1.1.7</mina-version>


[camel] 01/02: Update Maven Shade Plug-in to version 3.2.0

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 970618e5fedabe43b935c58b7bdde695db45eafc
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Oct 15 19:46:54 2018 +0200

    Update Maven Shade Plug-in to version 3.2.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dd3a63d..a2bb5ab 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -491,7 +491,7 @@
     <maven-reporting-api-version>2.2.1</maven-reporting-api-version>
     <maven-reporting-impl-version>2.0.5</maven-reporting-impl-version>
     <maven-scr-plugin-version>1.25.0</maven-scr-plugin-version>
-    <maven-shade-plugin-version>3.0.0</maven-shade-plugin-version>
+    <maven-shade-plugin-version>3.2.0</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>
     <metrics-version>3.2.6</metrics-version>