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 2020/12/10 13:01:44 UTC

[camel] branch master updated: fixed duplicate leveldb

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

davsclaus 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 e61df2e  fixed duplicate leveldb
e61df2e is described below

commit e61df2eb964b94a4bd78ad9e30f222103131ce87
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Dec 10 13:55:48 2020 +0100

    fixed duplicate leveldb
---
 .../src/generated/resources/leveldb.json                  | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/components/camel-leveldb-legacy/src/generated/resources/leveldb.json b/components/camel-leveldb-legacy/src/generated/resources/leveldb.json
deleted file mode 100644
index 243b4cf..0000000
--- a/components/camel-leveldb-legacy/src/generated/resources/leveldb.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "leveldb",
-    "title": "LevelDB",
-    "description": "Using LevelDB as persistent EIP store",
-    "deprecated": false,
-    "firstVersion": "2.10.0",
-    "label": "database",
-    "supportLevel": "Stable",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-leveldb",
-    "version": "3.7.0-SNAPSHOT"
-  }
-}