File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.scijava</groupId >
77 <artifactId >pom-scijava</artifactId >
8- <version >29.2.1 </version >
8+ <version >30.0.0 </version >
99 <relativePath />
1010 </parent >
1111
@@ -200,13 +200,6 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
200200
201201 <!-- NB: Deploy releases to the SciJava Maven repository. -->
202202 <releaseProfiles >deploy-to-scijava</releaseProfiles >
203-
204- <!-- TODO remove when pom-scijava-base is updated -->
205- <scijava .jvm.version>8</scijava .jvm.version>
206- <scijava .jvm.build.version>[1.8.0-101,)</scijava .jvm.build.version>
207-
208- <maven-enforcer-plugin .version>3.0.0-M3</maven-enforcer-plugin .version>
209- <jacoco-maven-plugin .version>0.8.6</jacoco-maven-plugin .version>
210203 </properties >
211204
212205 <repositories >
@@ -278,16 +271,4 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
278271 </plugin >
279272 </plugins >
280273 </build >
281-
282- <profiles >
283- <profile >
284- <id >java-9</id >
285- <activation >
286- <jdk >[9,)</jdk >
287- </activation >
288- <properties >
289- <maven .compiler.release>${scijava.jvm.version} </maven .compiler.release>
290- </properties >
291- </profile >
292- </profiles >
293274</project >
You can’t perform that action at this time.
0 commit comments