You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2019/08/22 06:06:43 UTC

[camel] branch master updated: Replace hard coded versions in microprofile-config POM

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

jamesnetherton 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 4bdbb91  Replace hard coded versions in microprofile-config POM
4bdbb91 is described below

commit 4bdbb916618d2ff17ff946a591dc157bcb01add3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 22 07:04:32 2019 +0100

    Replace hard coded versions in microprofile-config POM
---
 components/camel-microprofile-config/pom.xml | 4 ++--
 parent/pom.xml                               | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/camel-microprofile-config/pom.xml b/components/camel-microprofile-config/pom.xml
index 50eaa70..793bd6a 100644
--- a/components/camel-microprofile-config/pom.xml
+++ b/components/camel-microprofile-config/pom.xml
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>org.eclipse.microprofile.config</groupId>
             <artifactId>microprofile-config-api</artifactId>
-            <version>1.3</version>
+            <version>${microprofile-config-version}</version>
         </dependency>
 
         <!-- testing -->
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>io.smallrye</groupId>
             <artifactId>smallrye-config-1.3</artifactId>
-            <version>1.0.0</version>
+            <version>${smallrye-config-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 169718c..5576dc4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -451,6 +451,7 @@
         <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
         <metrics-version>3.2.6</metrics-version>
         <micrometer-version>1.2.0</micrometer-version>
+        <microprofile-config-version>1.3</microprofile-config-version>
         <microprofile-metrics-version>2.0.0</microprofile-metrics-version>
         <milo-version>0.2.5</milo-version>
         <mimepull-version>1.9.11</mimepull-version>