Skip to content

Commit 14f280c

Browse files
authored
Merge pull request #46 from spdx/javaversion
Update POM with correct Java versions
2 parents 69da8eb + 7c01c57 commit 14f280c

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<sonar.organization>spdx</sonar.organization>
1717
<sonar.projectKey>spdx-rdf-store</sonar.projectKey>
1818
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
19+
<javadoc.opts>-Xdoclint:none</javadoc.opts>
1920
</properties>
2021

2122
<licenses>
@@ -47,15 +48,6 @@
4748
</distributionManagement>
4849

4950
<profiles>
50-
<profile>
51-
<id>doclint-java8-disable</id>
52-
<activation>
53-
<jdk>[1.8,)</jdk>
54-
</activation>
55-
<properties>
56-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
57-
</properties>
58-
</profile>
5951
<profile>
6052
<id>gpg-signing</id>
6153
<build>
@@ -161,8 +153,7 @@
161153
<artifactId>maven-compiler-plugin</artifactId>
162154
<version>3.6.1</version>
163155
<configuration>
164-
<source>1.8</source>
165-
<target>1.8</target>
156+
<release>11</release>
166157
<encoding>${project.build.sourceEncoding}</encoding>
167158
<showDeprecation>true</showDeprecation>
168159
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)