Skip to content

Commit 2bdc2ab

Browse files
committed
Update to Jython 2.7.0
Finally! Due to the magnitude of this change under the hood, we bump the scripting-jython version to 0.4.0-SNAPSHOT.
1 parent ea2009c commit 2bdc2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scripting-jython</artifactId>
13-
<version>0.3.2-SNAPSHOT</version>
13+
<version>0.4.0-SNAPSHOT</version>
1414

1515
<name>SciJava Scripting: Jython</name>
1616
<description>JSR-223-compliant Jython scripting language plugin.</description>
@@ -31,7 +31,7 @@
3131
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
3232
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
3333

34-
<jython.version>2.5.3</jython.version>
34+
<jython.version>2.7.0</jython.version>
3535
<jython-shaded.version>${jython.version}</jython-shaded.version>
3636
</properties>
3737

0 commit comments

Comments
 (0)