We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a983f commit ea2009cCopy full SHA for ea2009c
pom.xml
@@ -30,6 +30,9 @@
30
<license.copyrightOwners>Board of Regents of the University of
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>
35
+ <jython-shaded.version>${jython.version}</jython-shaded.version>
36
</properties>
37
38
<developers>
@@ -87,7 +90,7 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
87
90
<dependency>
88
91
<groupId>org.scijava</groupId>
89
92
<artifactId>jython-shaded</artifactId>
- <version>2.5.3</version>
93
+ <version>${jython-shaded.version}</version>
94
</dependency>
95
96
<!-- Test dependencies -->
0 commit comments