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 76e68b659b7e Align pom xml first lines for generated project via Camel
JBang (#19805)
76e68b659b7e is described below
commit 76e68b659b7e58b3dea5f6a16fb1810beb894bcf
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Nov 5 07:18:02 2025 +0100
Align pom xml first lines for generated project via Camel JBang (#19805)
it allows an easier comparison between types of project and ease
migration from one to another later on
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
index b74466085423..0ec73cebd10a 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
@@ -1,7 +1,6 @@
-<?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
+<?xml version="1.0" encoding="UTF-8"?>
+<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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>{{ .GroupId }}</groupId>