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

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new 18f1f8d5 Use unique artifactId for quarkus-rest-json project
18f1f8d5 is described below

commit 18f1f8d52ecb6df64c9d1df1359589ced4dc7cdb
Author: James Netherton <[email protected]>
AuthorDate: Fri Jun 5 13:49:05 2026 +0100

    Use unique artifactId for quarkus-rest-json project
---
 quarkus-rest-json/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quarkus-rest-json/pom.xml b/quarkus-rest-json/pom.xml
index 86e9bbdb..01755e43 100644
--- a/quarkus-rest-json/pom.xml
+++ b/quarkus-rest-json/pom.xml
@@ -20,7 +20,7 @@
 <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>
 
-    <artifactId>camel-quarkus-examples-rest-json</artifactId>
+    <artifactId>camel-quarkus-examples-quarkus-rest-json</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <version>3.37.0-SNAPSHOT</version>
 

Reply via email to