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