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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new eb2a2a7  CAMEL-16585: camel-kamelet - Main class to easily bootstrap 
Camel with Kamelets
eb2a2a7 is described below

commit eb2a2a739d71f54804cc590aeda30b80527a1e27
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 25 07:25:54 2021 +0200

    CAMEL-16585: camel-kamelet - Main class to easily bootstrap Camel with 
Kamelets
---
 dsl/camel-kamelet-main/pom.xml                             |  3 ++-
 .../META-INF/services/org/apache/camel/other.properties    |  7 -------
 .../src/generated/resources/kamelet-main.json              | 14 --------------
 3 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml
index 7aafb96..e776a1c 100644
--- a/dsl/camel-kamelet-main/pom.xml
+++ b/dsl/camel-kamelet-main/pom.xml
@@ -17,7 +17,8 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git 
a/dsl/camel-kamelet-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/dsl/camel-kamelet-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
deleted file mode 100644
index c7f9e9d..0000000
--- 
a/dsl/camel-kamelet-main/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-name=kamelet-main
-groupId=org.apache.camel
-artifactId=camel-kamelet-main
-version=3.11.0-SNAPSHOT
-projectName=Camel :: Kamelet Main
-projectDescription=Main to run Kamelet standalone
diff --git a/dsl/camel-kamelet-main/src/generated/resources/kamelet-main.json 
b/dsl/camel-kamelet-main/src/generated/resources/kamelet-main.json
deleted file mode 100644
index c5d3e34..0000000
--- a/dsl/camel-kamelet-main/src/generated/resources/kamelet-main.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "kamelet-main",
-    "title": "Kamelet Main",
-    "description": "Main to run Kamelet standalone",
-    "deprecated": false,
-    "firstVersion": "3.11.0",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-kamelet-main",
-    "version": "3.11.0-SNAPSHOT"
-  }
-}

Reply via email to