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 2020/09/18 16:38:46 UTC

[camel] branch master updated (4580a7f -> 367d346)

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

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


    from 4580a7f  Add additional string manipulation helpers (#4249)
     new 27f0670  Upgrade Micrometer to version 1.5.5
     new 367d346  Sync Properties

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:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync Properties

Posted by ac...@apache.org.
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

commit 367d34660d94f81d76674e32b9985c5ed0b22844
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 18 18:33:13 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 770b4d9..273cc26 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -421,7 +421,7 @@
     <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
     <metrics-version>4.1.12.1</metrics-version>
-    <micrometer-version>1.5.4</micrometer-version>
+    <micrometer-version>1.5.5</micrometer-version>
     <microprofile-config-version>1.4</microprofile-config-version>
     <microprofile-fault-tolerance-version>2.1</microprofile-fault-tolerance-version>
     <microprofile-health-version>2.2</microprofile-health-version>


[camel] 01/02: Upgrade Micrometer to version 1.5.5

Posted by ac...@apache.org.
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

commit 27f0670136762c96002f63ceef973e9155eee861
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 18 18:31:41 2020 +0200

    Upgrade Micrometer to version 1.5.5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0a0bc45..6d94579 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -407,7 +407,7 @@
         <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
         <metrics-version>4.1.12.1</metrics-version>
-        <micrometer-version>1.5.4</micrometer-version>
+        <micrometer-version>1.5.5</micrometer-version>
         <microprofile-config-version>1.4</microprofile-config-version>
         <microprofile-metrics-version>2.3</microprofile-metrics-version>
         <microprofile-health-version>2.2</microprofile-health-version>