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 01efab9 commit 35b8153Copy full SHA for 35b8153
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.5.0</version>
+ <version>1.5.1-SNAPSHOT</version>
5
<name>tools.namespace</name>
6
7
<parent>
@@ -38,7 +38,7 @@
38
<connection>scm:git:git@github.com:clojure/tools.namespace.git</connection>
39
<developerConnection>scm:git:git@github.com:clojure/tools.namespace.git</developerConnection>
40
<url>git@github.com:clojure/tools.namespace.git</url>
41
- <tag>v1.5.0</tag>
+ <tag>HEAD</tag>
42
</scm>
43
44
</project>
0 commit comments