We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae52edf commit b0b9b7cCopy full SHA for b0b9b7c
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.13</version>
+ <version>0.10.14-SNAPSHOT</version>
6
<name>tools.build</name>
7
<description>Clojure builds as Clojure programs.</description>
8
@@ -117,7 +117,7 @@
117
<connection>scm:git:git@github.com:clojure/tools.build.git</connection>
118
<developerConnection>scm:git:git@github.com:clojure/tools.build.git</developerConnection>
119
<url>git@github.com:clojure/tools.build.git</url>
120
- <tag>v0.10.13</tag>
+ <tag>HEAD</tag>
121
</scm>
122
123
</project>
0 commit comments