Skip to content

Commit 460e0c2

Browse files
committed
bumpt to pom-scijava-30.0.0
1 parent bb12a4f commit 460e0c2

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

pom.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)