You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2018/11/08 16:13:29 UTC

[camel] branch sandbox/camel-3.x updated: Fix camel-nsq version

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

gnodet pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/sandbox/camel-3.x by this push:
     new 1645bcc  Fix camel-nsq version
1645bcc is described below

commit 1645bccd27bbca6712f09fbdba49f1c8d814ef4c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Nov 8 17:13:10 2018 +0100

    Fix camel-nsq version
---
 components/camel-nsq/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-nsq/pom.xml b/components/camel-nsq/pom.xml
index 0953f5df..5a6ffcc 100644
--- a/components/camel-nsq/pom.xml
+++ b/components/camel-nsq/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>components</artifactId>
         <groupId>org.apache.camel</groupId>
-        <version>2.23.0-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>