Skip to content

Commit 27b763e

Browse files
authored
Upgrade to Apache POM 37 (#2217)
1 parent 8f1554d commit 27b763e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<properties>
3838
<appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory>
3939
<!-- it can be removed after the tinybundle 4 update -->
40-
<maven.compiler.target>8</maven.compiler.target>
40+
<javaVersion>8</javaVersion>
4141
</properties>
4242

4343
<dependencyManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache</groupId>
2626
<artifactId>apache</artifactId>
27-
<version>35</version>
27+
<version>37</version>
2828
<relativePath />
2929
</parent>
3030

@@ -151,7 +151,7 @@
151151

152152
<properties>
153153
<project.build.outputTimestamp>1695310533</project.build.outputTimestamp>
154-
<maven.compiler.target>11</maven.compiler.target>
154+
<javaVersion>11</javaVersion>
155155

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

specs/javaxml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<name>Apache Karaf :: Specs :: Java Xml</name>
3333

3434
<properties>
35-
<maven.compiler.target>8</maven.compiler.target>
35+
<javaVersion>8</javaVersion>
3636
</properties>
3737

3838
<dependencyManagement>

0 commit comments

Comments
 (0)