Skip to content

Commit 30925c8

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ae03612 commit 30925c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.clojure</groupId>
44
<artifactId>core.async</artifactId>
55
<!-- Don't set this manually! Call script/build/update_version -->
6-
<version>1.8.718-beta2</version>
6+
<version>1.9.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>core.async</name>
99
<description>Facilities for async programming and communication in Clojure</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:git://github.com/clojure/core.async.git</connection>
2828
<developerConnection>scm:git:[email protected]:clojure/core.async.git</developerConnection>
2929
<url>https://github.com/clojure/core.async</url>
30-
<tag>v1.8.718-beta2</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232

3333
<properties>

0 commit comments

Comments
 (0)