We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2009c commit 2bdc2abCopy full SHA for 2bdc2ab
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scripting-jython</artifactId>
13
- <version>0.3.2-SNAPSHOT</version>
+ <version>0.4.0-SNAPSHOT</version>
14
15
<name>SciJava Scripting: Jython</name>
16
<description>JSR-223-compliant Jython scripting language plugin.</description>
@@ -31,7 +31,7 @@
31
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
32
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
33
34
- <jython.version>2.5.3</jython.version>
+ <jython.version>2.7.0</jython.version>
35
<jython-shaded.version>${jython.version}</jython-shaded.version>
36
</properties>
37
0 commit comments