We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae03612 commit 30925c8Copy full SHA for 30925c8
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.8.718-beta2</version>
+ <version>1.9.0-SNAPSHOT</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>v1.8.718-beta2</tag>
+ <tag>HEAD</tag>
31
</scm>
32
33
<properties>
0 commit comments