We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3fe01 commit a777aacCopy full SHA for a777aac
1 file changed
pom.xml
@@ -2,7 +2,7 @@
2
<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/maven-v4_0_0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>core.unify</artifactId>
5
- <version>0.7.2</version>
+ <version>0.7.3-SNAPSHOT</version>
6
<name>core.unify</name>
7
<description>A unification library for Clojure</description>
8
<packaging>jar</packaging>
@@ -32,7 +32,7 @@
32
<scm>
33
<connection>scm:git:git://github.com/clojure/core.unify.git</connection>
34
<url>https://github.com/clojure/core.unify</url>
35
- <tag>v0.7.2</tag>
+ <tag>HEAD</tag>
36
</scm>
37
38
<repositories>
0 commit comments