Skip to content

Commit 62f47ee

Browse files
committed
Update POM with correct Java versions
The Jena library requires Java 11. This updates the POM file to target Java 11. Related to spdx/spdx-maven-plugin#76 Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent 69da8eb commit 62f47ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<profile>
5151
<id>doclint-java8-disable</id>
5252
<activation>
53-
<jdk>[1.8,)</jdk>
53+
<jdk>[1.8,11)</jdk>
5454
</activation>
5555
<properties>
5656
<javadoc.opts>-Xdoclint:none</javadoc.opts>
@@ -161,8 +161,8 @@
161161
<artifactId>maven-compiler-plugin</artifactId>
162162
<version>3.6.1</version>
163163
<configuration>
164-
<source>1.8</source>
165-
<target>1.8</target>
164+
<source>11</source>
165+
<target>11</target>
166166
<encoding>${project.build.sourceEncoding}</encoding>
167167
<showDeprecation>true</showDeprecation>
168168
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)