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 2018/11/08 08:39:53 UTC

[camel] 11/11: Camel-NSQ: Changed the placeholder name for the client version to avoid confusion with nats client

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 9cb832f5840b15cb1b36128d4ec5264a35a58ac7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 8 09:39:06 2018 +0100

    Camel-NSQ: Changed the placeholder name for the client version to avoid confusion with nats client
---
 components/camel-nsq/pom.xml | 4 ++--
 parent/pom.xml               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-nsq/pom.xml b/components/camel-nsq/pom.xml
index 0ac97c5..0953f5df 100644
--- a/components/camel-nsq/pom.xml
+++ b/components/camel-nsq/pom.xml
@@ -27,7 +27,7 @@
         <dependency>
             <groupId>com.github.brainlag</groupId>
             <artifactId>nsq-client</artifactId>
-            <version>${nats-client-version}</version>
+            <version>${nsq-client-version}</version>
         </dependency>
         <!-- testing -->
         <dependency>
@@ -124,4 +124,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/parent/pom.xml b/parent/pom.xml
index 12bd4ff..68587e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -515,7 +515,7 @@
     <mvel-version>2.4.2.Final</mvel-version>
     <mybatis-version>3.4.6</mybatis-version>
     <narayana-version>5.9.0.Final</narayana-version>
-    <nats-client-version>1.0.0.RC4</nats-client-version>
+    <nsq-client-version>1.0.0.RC4</nsq-client-version>
     <neethi-bundle-version>3.0.1</neethi-bundle-version>
     <nekohtml-version>1.9.22</nekohtml-version>
     <neoscada-version>0.4.0</neoscada-version>