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 6c713b1 commit bcd4ca7Copy full SHA for bcd4ca7
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scripting-java</artifactId>
13
- <version>0.3.5-SNAPSHOT</version>
+ <version>0.3.5</version>
14
15
<name>SciJava Scripting: Java</name>
16
<description>JSR-223-compliant Java scripting language plugin.</description>
@@ -75,7 +75,7 @@
75
<scm>
76
<connection>scm:git:git://github.com/scijava/scripting-java</connection>
77
<developerConnection>scm:git:[email protected]:scijava/scripting-java</developerConnection>
78
- <tag>HEAD</tag>
+ <tag>scripting-java-0.3.5</tag>
79
<url>https://github.com/scijava/scripting-java</url>
80
</scm>
81
<issueManagement>
0 commit comments