This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch camel-karaf-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-4.10.x by this
push:
new e823313ec Upgrade to Apache POM 37 (#672)
e823313ec is described below
commit e823313ec7fdff111d595985990f120affb62ceb
Author: JB Onofré <[email protected]>
AuthorDate: Wed Feb 11 13:35:21 2026 +0100
Upgrade to Apache POM 37 (#672)
---
pom.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 90ef39993..87f6b75a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>34</version>
+ <version>37</version>
</parent>
<groupId>org.apache.camel.karaf</groupId>
@@ -87,9 +87,8 @@
<!-- TODO use Karaf/Camel bom -->
<properties>
- <jdk-version>17</jdk-version>
- <maven.compiler.source>${jdk-version}</maven.compiler.source>
- <maven.compiler.target>${jdk-version}</maven.compiler.target>
+ <javaVersion>17</javaVersion>
+
<project.build.outputTimestamp>1695310533</project.build.outputTimestamp>
<camel-version>4.10.8</camel-version>
@@ -797,7 +796,7 @@
<goal>jar</goal>
</goals>
<configuration>
- <source>${jdk-version}</source>
+ <source>${javaVersion}</source>
<doclint>none</doclint>
</configuration>
</execution>
@@ -870,7 +869,7 @@
</execution>
</executions>
<configuration>
- <source>${jdk-version}</source>
+ <source>${javaVversion}</source>
<additionalOptions>${javadoc.opts}</additionalOptions>
<!-- disable Javadoc linting for buildung the
release with Java 11 -->
<doclint>none</doclint>