File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments