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 24994a8  Camel-Jsonapi: Use the property placeholder for library 
version
24994a8 is described below

commit 24994a86445c2d9caf6608a6c76e6b151660172b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 12 16:22:04 2019 +0200

    Camel-Jsonapi: Use the property placeholder for library version
---
 components/camel-jsonapi/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/camel-jsonapi/pom.xml b/components/camel-jsonapi/pom.xml
index ce70875..5364889 100644
--- a/components/camel-jsonapi/pom.xml
+++ b/components/camel-jsonapi/pom.xml
@@ -33,8 +33,7 @@
     <dependency>
       <groupId>com.github.jasminb</groupId>
       <artifactId>jsonapi-converter</artifactId>
-      <!-- <version>${jasminb-jsonapi-version}</version> -->
-      <version>0.9</version>
+      <version>${jasminb-jsonapi-version}</version>
     </dependency>
 
     <!-- testing -->
@@ -75,4 +74,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Reply via email to