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 e405aac commit ffdc2c4Copy full SHA for ffdc2c4
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>io.github.clojure</groupId>
4
<artifactId>tools.build</artifactId>
5
- <version>0.10.9</version>
+ <version>0.10.10-SNAPSHOT</version>
6
<name>tools.build</name>
7
8
<parent>
@@ -116,7 +116,7 @@
116
<connection>scm:git:git@github.com:clojure/tools.build.git</connection>
117
<developerConnection>scm:git:git@github.com:clojure/tools.build.git</developerConnection>
118
<url>git@github.com:clojure/tools.build.git</url>
119
- <tag>v0.10.9</tag>
+ <tag>HEAD</tag>
120
</scm>
121
122
<repositories>
0 commit comments