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 95583bf commit c6c670aCopy full SHA for c6c670a
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.10-SNAPSHOT</version>
+ <version>0.10.11</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>HEAD</tag>
+ <tag>v0.10.11</tag>
121
</scm>
122
123
<repositories>
0 commit comments