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 fcaeab6 commit ae92b7aCopy full SHA for ae92b7a
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scripting-clojure</artifactId>
13
- <version>0.1.5-SNAPSHOT</version>
+ <version>0.1.5</version>
14
15
<name>SciJava Scripting: Clojure</name>
16
<description>JSR-223-compliant Clojure scripting language plugin.</description>
@@ -65,7 +65,7 @@
65
<scm>
66
<connection>scm:git:git://github.com/scijava/scripting-clojure</connection>
67
<developerConnection>scm:git:[email protected]:scijava/scripting-clojure</developerConnection>
68
- <tag>HEAD</tag>
+ <tag>scripting-clojure-0.1.5</tag>
69
<url>https://github.com/scijava/scripting-clojure</url>
70
</scm>
71
<issueManagement>
0 commit comments