We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86be9c commit 91b7fbaCopy full SHA for 91b7fba
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scripting-jruby</artifactId>
13
- <version>0.1.4-SNAPSHOT</version>
+ <version>0.1.4</version>
14
15
<name>SciJava Scripting: JRuby</name>
16
<description>JSR-223-compliant JRuby scripting language plugin.</description>
@@ -66,7 +66,7 @@
66
<scm>
67
<connection>scm:git:git://github.com/scijava/scripting-jruby</connection>
68
<developerConnection>scm:git:git@github.com:scijava/scripting-jruby</developerConnection>
69
- <tag>HEAD</tag>
+ <tag>scripting-jruby-0.1.4</tag>
70
<url>https://github.com/scijava/scripting-jruby</url>
71
</scm>
72
0 commit comments