Skip to content

Commit c220853

Browse files
committed
POM: update parent to pom-scijava 34.0.0
1 parent bb91ea5 commit c220853

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 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>27.0.1</version>
8+
<version>34.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -92,8 +92,6 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9292

9393
<!-- NB: Deploy releases to the SciJava Maven repository. -->
9494
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
95-
96-
<jython-slim.version>2.7.2</jython-slim.version>
9795
</properties>
9896

9997
<dependencies>
@@ -107,7 +105,6 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
107105
<dependency>
108106
<groupId>org.python</groupId>
109107
<artifactId>jython-slim</artifactId>
110-
<version>${jython-slim.version}</version>
111108
</dependency>
112109

113110
<!-- Test dependencies -->

0 commit comments

Comments
 (0)