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 4896064 commit c78b17fCopy full SHA for c78b17f
pom.xml
@@ -1,7 +1,7 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
<modelVersion>4.0.0</modelVersion>
3
<artifactId>tools.namespace</artifactId>
4
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.1.1</version>
5
<name>tools.namespace</name>
6
7
<parent>
@@ -44,7 +44,7 @@
44
<connection>scm:git:git@github.com:clojure/tools.namespace.git</connection>
45
<developerConnection>scm:git:git@github.com:clojure/tools.namespace.git</developerConnection>
46
<url>git@github.com:clojure/tools.namespace.git</url>
47
- <tag>HEAD</tag>
+ <tag>v1.1.1</tag>
48
</scm>
49
50
</project>
0 commit comments