You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/12/24 09:33:47 UTC

camel git commit: Use correct versio in pom

Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x f9352d9eb -> 46e3e4abf


Use correct versio in pom


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/46e3e4ab
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/46e3e4ab
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/46e3e4ab

Branch: refs/heads/camel-2.16.x
Commit: 46e3e4abf0aecf650719e9a2481d3fb95d4e68a0
Parents: f9352d9
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Dec 24 09:33:40 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Dec 24 09:33:40 2015 +0100

----------------------------------------------------------------------
 platforms/catalog-lucene/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/46e3e4ab/platforms/catalog-lucene/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/catalog-lucene/pom.xml b/platforms/catalog-lucene/pom.xml
index 1eb9bff..417bc9f 100644
--- a/platforms/catalog-lucene/pom.xml
+++ b/platforms/catalog-lucene/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>platforms</artifactId>
-    <version>2.17-SNAPSHOT</version>
+    <version>2.16.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-catalog-lucene</artifactId>