Skip to content

Commit 87fbeab

Browse files
committed
#57 - Bump to Java 11
1 parent 4abbe98 commit 87fbeab

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

blackbox-test/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313

1414
<properties>
1515
<maven.deploy.skip>true</maven.deploy.skip>
16-
<java.version>17</java.version>
17-
<maven.compiler.source>17</maven.compiler.source>
18-
<maven.compiler.target>17</maven.compiler.target>
16+
<java.release>17</java.release>
1917
</properties>
2018

2119
<dependencies>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.avaje</groupId>
6-
<artifactId>java8-oss</artifactId>
6+
<artifactId>java11-oss</artifactId>
77
<version>3.9</version>
88
</parent>
99

@@ -21,7 +21,6 @@
2121
</scm>
2222

2323
<properties>
24-
<!-- <java.version>11</java.version>-->
2524
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2625
</properties>
2726

0 commit comments

Comments
 (0)