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 1fc4e9d commit 8a35d34Copy full SHA for 8a35d34
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scripting-jython</artifactId>
13
- <version>0.4.1-SNAPSHOT</version>
+ <version>0.4.1</version>
14
15
<name>SciJava Scripting: Jython</name>
16
<description>JSR-223-compliant Jython scripting language plugin.</description>
@@ -69,7 +69,7 @@
69
<scm>
70
<connection>scm:git:git://github.com/scijava/scripting-jython</connection>
71
<developerConnection>scm:git:[email protected]:scijava/scripting-jython</developerConnection>
72
- <tag>HEAD</tag>
+ <tag>scripting-jython-0.4.1</tag>
73
<url>https://github.com/scijava/scripting-jython</url>
74
</scm>
75
<issueManagement>
0 commit comments