This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit ec8fe945e16f5a03cd3bc3792d742f63957b4ae7 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>
