We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741c3a0 commit b4f5e11Copy full SHA for b4f5e11
1 file changed
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.deps.cli</artifactId>
4
- <version>0.30.153</version>
+ <version>0.30.154-SNAPSHOT</version>
5
<name>tools.deps.cli</name>
6
<description>Dependency programs for use via the Clojure CLI.</description>
7
@@ -88,7 +88,7 @@
88
<connection>scm:git:git@github.com:clojure/tools.deps.cli.git</connection>
89
<developerConnection>scm:git:git@github.com:clojure/tools.deps.cli.git</developerConnection>
90
<url>git@github.com:clojure/tools.deps.cli.git</url>
91
- <tag>v0.30.153</tag>
+ <tag>HEAD</tag>
92
</scm>
93
94
</project>
0 commit comments