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 97c5562 commit df1a7e5Copy full SHA for df1a7e5
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.12</version>
+ <version>0.10.13-SNAPSHOT</version>
6
<name>tools.build</name>
7
<description>Clojure builds as Clojure programs.</description>
8
@@ -117,7 +117,7 @@
117
<connection>scm:git:[email protected]:clojure/tools.build.git</connection>
118
<developerConnection>scm:git:[email protected]:clojure/tools.build.git</developerConnection>
119
<url>[email protected]:clojure/tools.build.git</url>
120
- <tag>v0.10.12</tag>
+ <tag>HEAD</tag>
121
</scm>
122
123
</project>
0 commit comments