We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce00ed6 commit 123195fCopy full SHA for 123195f
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scripting-jruby</artifactId>
13
- <version>0.2.4-SNAPSHOT</version>
+ <version>0.2.4</version>
14
15
<name>SciJava Scripting: JRuby</name>
16
<description>JSR-223-compliant JRuby scripting language plugin.</description>
@@ -71,7 +71,7 @@
71
<scm>
72
<connection>scm:git:git://github.com/scijava/scripting-jruby</connection>
73
<developerConnection>scm:git:git@github.com:scijava/scripting-jruby</developerConnection>
74
- <tag>HEAD</tag>
+ <tag>scripting-jruby-0.2.4</tag>
75
<url>https://github.com/scijava/scripting-jruby</url>
76
</scm>
77
<issueManagement>
0 commit comments