This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit a3fc3e2441eebc6c8a2b0fa0fa76d0d30a91f0de Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 27 15:29:28 2021 +0200 Camel-Kamelets catalog: First implementation --- camel-kamelets-catalog/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/camel-kamelets-catalog/pom.xml b/camel-kamelets-catalog/pom.xml index 1901e57..08cc4e2 100644 --- a/camel-kamelets-catalog/pom.xml +++ b/camel-kamelets-catalog/pom.xml @@ -20,14 +20,10 @@ <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>23</version> - </parent> - + <groupId>org.apache.camel.kamelets</groupId> <artifactId>camel-kamelets-catalog</artifactId> <packaging>jar</packaging> + <version>0.2.2-SNAPSHOT</version> <name>Camel Kamelets Catalog</name> <description>Camel Kamelets Catalog</description>