Thanks to visit codestin.com Credit goes to github.com
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 02e05a8 commit d7f1f9dCopy full SHA for d7f1f9d
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.6.674-SNAPSHOT</version>
+ <version>1.6.681</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:[email protected]:clojure/core.async.git</developerConnection>
29
<url>https://github.com/clojure/core.async</url>
30
- <tag>HEAD</tag>
+ <tag>v1.6.681</tag>
31
</scm>
32
33
<properties>
0 commit comments