We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57f663 commit b5e1889Copy full SHA for b5e1889
1 file changed
pom.xml
@@ -2,14 +2,14 @@
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/xsd/maven-4.0.0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>core.cache</artifactId>
5
- <version>1.2.0</version>
+ <version>1.2.1-SNAPSHOT</version>
6
<name>core.cache</name>
7
<description>Cache library for Clojure.</description>
8
9
<scm>
10
<connection>scm:git:git://github.com/clojure/core.cache.git</connection>
11
<developerConnection>scm:git:ssh://git@github.com/clojure/core.cache.git</developerConnection>
12
- <tag>v1.2.0</tag>
+ <tag>HEAD</tag>
13
<url>https://github.com/clojure/core.cache</url>
14
</scm>
15
0 commit comments