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

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


The following commit(s) were added to refs/heads/main by this push:
     new a0781814 chore: set proper name to examples (#338)
a0781814 is described below

commit a07818149de65731f7a54f4cb564e8402b9ec7b5
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Tue Jun 11 13:56:32 2024 +0200

    chore: set proper name to examples (#338)
---
 tests/examples/blueprint-dsl-only/pom.xml | 2 +-
 tests/examples/java-dsl-only/pom.xml      | 2 +-
 tests/examples/mixed/pom.xml              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/examples/blueprint-dsl-only/pom.xml 
b/tests/examples/blueprint-dsl-only/pom.xml
index 85ea0918..5b5c18bb 100644
--- a/tests/examples/blueprint-dsl-only/pom.xml
+++ b/tests/examples/blueprint-dsl-only/pom.xml
@@ -28,5 +28,5 @@
     </parent>
 
     <artifactId>camel-karaf-examples-blueprint-dsl-only-test</artifactId>
-    <name>Apache Camel :: Karaf :: Tests :: Samples :: Blueprint DSL 
Only</name>
+    <name>Apache Camel :: Karaf :: Tests :: Examples :: Blueprint DSL 
Only</name>
 </project>
\ No newline at end of file
diff --git a/tests/examples/java-dsl-only/pom.xml 
b/tests/examples/java-dsl-only/pom.xml
index e8addc90..0b833a4d 100644
--- a/tests/examples/java-dsl-only/pom.xml
+++ b/tests/examples/java-dsl-only/pom.xml
@@ -28,5 +28,5 @@
     </parent>
 
     <artifactId>camel-karaf-examples-java-dsl-only-test</artifactId>
-    <name>Apache Camel :: Karaf :: Tests :: Samples :: Java DSL Only</name>
+    <name>Apache Camel :: Karaf :: Tests :: Examples :: Java DSL Only</name>
 </project>
\ No newline at end of file
diff --git a/tests/examples/mixed/pom.xml b/tests/examples/mixed/pom.xml
index 0edbcb5d..4f1eb859 100644
--- a/tests/examples/mixed/pom.xml
+++ b/tests/examples/mixed/pom.xml
@@ -28,5 +28,5 @@
     </parent>
 
     <artifactId>camel-karaf-examples-mixed-test</artifactId>
-    <name>Apache Camel :: Karaf :: Tests :: Samples :: Mixed</name>
+    <name>Apache Camel :: Karaf :: Tests :: Examples :: Mixed</name>
 </project>
\ No newline at end of file

Reply via email to