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/karaf-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new d4f629b4 Bump org.apache:apache from 35 to 37 (#625)
d4f629b4 is described below
commit d4f629b47b3839ede7a4f5c6fa40a95044af4960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 20 15:39:07 2026 +0100
Bump org.apache:apache from 35 to 37 (#625)
* Bump org.apache:apache from 35 to 37
Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent)
from 35 to 37.
- [Release notes](https://github.com/apache/maven-apache-parent/releases)
- [Commits](https://github.com/apache/maven-apache-parent/commits)
---
updated-dependencies:
- dependency-name: org.apache:apache
dependency-version: '37'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Use javaVersion property for Apache Parent POM 36+ compatibility
Apache Parent POM 36 switched to maven.compiler.release for JDK >= 9
and introduced the javaVersion property. Replace maven.compiler.target
with javaVersion to ensure the compiler release is correctly set to 17.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JB Onofré <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 97504d64..42d2d217 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>35</version>
+ <version>37</version>
<relativePath />
</parent>
@@ -35,7 +35,7 @@
<name>Apache Karaf :: Decanter</name>
<properties>
- <maven.compiler.target>17</maven.compiler.target>
+ <javaVersion>17</javaVersion>
<baseline>1.0.0</baseline>
<baseline.skip>true</baseline.skip>