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 35aff0b Move version property for AWS XRay component into Parent POM
35aff0b is described below
commit 35aff0b5b51c64aa1929a080dd0c0fd069baaa4e
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Tue Dec 5 09:13:58 2017 +0100
Move version property for AWS XRay component into Parent POM
---
components/camel-aws-xray/pom.xml | 3 +--
parent/pom.xml | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-aws-xray/pom.xml b/components/camel-aws-xray/pom.xml
index b6fe7d2..991dd45 100644
--- a/components/camel-aws-xray/pom.xml
+++ b/components/camel-aws-xray/pom.xml
@@ -33,7 +33,6 @@
<description>Distributed tracing using AWS XRay</description>
<properties>
- <aws-xray.version>1.2.0</aws-xray.version>
<firstVersion>2.21.0</firstVersion>
<label>monitoring,microservice</label>
<title>XRay</title>
@@ -46,7 +45,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-bom</artifactId>
- <version>${aws-xray.version}</version>
+ <version>${aws-xray-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8a717d5..7825d13 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -83,6 +83,7 @@
<awaitility-version>3.0.0</awaitility-version>
<aws-java-sdk-bundle-version>1.11.237_1</aws-java-sdk-bundle-version>
<aws-java-sdk-version>1.11.237</aws-java-sdk-version>
+ <aws-xray-version>1.2.0</aws-xray-version>
<axiom-version>1.2.14</axiom-version>
<azure-storage-java-sdk-version>6.1.0</azure-storage-java-sdk-version>
<azure-storage-java-sdk-bundle-version>6.1.0_1</azure-storage-java-sdk-bundle-version>
--
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].
|