This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 3b99c563c Upgrade to Apache POM 37 (#671)
3b99c563c is described below
commit 3b99c563c9b52c38d5a5493fd3eb0d034aeb8320
Author: JB Onofré <[email protected]>
AuthorDate: Wed Feb 11 13:35:07 2026 +0100
Upgrade to Apache POM 37 (#671)
---
pom.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index a68c98026..58d098411 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.14.3</camel-version>
@@ -860,7 +859,7 @@
<goal>jar</goal>
</goals>
<configuration>
- <source>${jdk-version}</source>
+ <source>${javaVersion}</source>
<doclint>none</doclint>
</configuration>
</execution>
@@ -933,7 +932,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>