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 2021/07/23 08:58:37 UTC

[camel] branch main updated: Polished

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 6a4a4ac  Polished
6a4a4ac is described below

commit 6a4a4acca0e43809d3b086106bc81e0158ad9e42
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 23 10:47:16 2021 +0200

    Polished
---
 dsl/camel-jbang/camel-jbang-core/pom.xml | 3 ++-
 dsl/camel-jbang/camel-jbang-main/pom.xml | 4 ++--
 dsl/camel-jbang/pom.xml                  | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 4ed2fa7..5ff6dac 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -20,13 +20,14 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-jbang</artifactId>
+        <artifactId>camel-jbang-parent</artifactId>
         <version>3.12.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>camel-jbang-core</artifactId>
+    <name>Camel :: JBang :: Core</name>
 
     <dependencies>
         <dependency>
diff --git a/dsl/camel-jbang/camel-jbang-main/pom.xml b/dsl/camel-jbang/camel-jbang-main/pom.xml
index f4af4ac..696fe50 100644
--- a/dsl/camel-jbang/camel-jbang-main/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-main/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-jbang</artifactId>
+        <artifactId>camel-jbang-parent</artifactId>
         <version>3.12.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
@@ -31,7 +31,7 @@
     <artifactId>camel-jbang-main</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: JBang</name>
+    <name>Camel :: JBang :: Main</name>
     <description>Camel JBang</description>
 
     <properties>
diff --git a/dsl/camel-jbang/pom.xml b/dsl/camel-jbang/pom.xml
index d9d5c11..d754897 100644
--- a/dsl/camel-jbang/pom.xml
+++ b/dsl/camel-jbang/pom.xml
@@ -27,11 +27,11 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>camel-jbang</artifactId>
+    <artifactId>camel-jbang-parent</artifactId>
     <packaging>pom</packaging>
 
-    <name>Camel :: DSLs :: JBang Modules</name>
-    <description>Camel DSLs JBang Modules</description>
+    <name>Camel :: JBang :: Parent</name>
+    <description>Camel JBang Modules (parent)</description>
 
     <modules>
         <module>camel-jbang-core</module>