Skip to content

Commit 7a69588

Browse files
adapt to current main branch
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent d2e0bc8 commit 7a69588

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
<properties>
153153
<project.build.outputTimestamp>1695310533</project.build.outputTimestamp>
154154
<maven.compiler.target>21</maven.compiler.target>
155+
<maven.compiler.release>21</maven.compiler.release>
155156

156157
<scm.connection>scm:git:https://gitbox.apache.org/repos/asf/karaf.git</scm.connection>
157158
<scm.developerConnection>scm:git:https://gitbox.apache.org/repos/asf/karaf.git</scm.developerConnection>

specs/javaxml/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
<properties>
3535
<javaVersion>8</javaVersion>
36+
<maven.compiler.release>${javaVersion}</maven.compiler.release>
3637
</properties>
3738

3839
<dependencyManagement>

0 commit comments

Comments
 (0)