8000
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 394ce4c commit 05a50f5Copy full SHA for 05a50f5
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>org.clojure</groupId>
4
<artifactId>core.async</artifactId>
5
<!-- Don't set this manually! Call script/build/update_version -->
6
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.8.730</version>
7
<packaging>jar</packaging>
8
<name>core.async</name>
9
<description>Facilities for async programming and communication in Clojure</description>
@@ -27,7 +27,7 @@
27
<connection>scm:git:git://github.com/clojure/core.async.git</connection>
28
<developerConnection>scm:git:git@github.com:clojure/core.async.git</developerConnection>
29
<url>https://github.com/clojure/core.async</url>
30
- <tag>HEAD</tag>
+ <tag>v1.8.730</tag>
31
</scm>
32
33
<properties>
0 commit comments