Skip to content

Commit b5e1889

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e57f663 commit b5e1889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>core.cache</artifactId>
5-
<version>1.2.0</version>
5+
<version>1.2.1-SNAPSHOT</version>
66
<name>core.cache</name>
77
<description>Cache library for Clojure.</description>
88

99
<scm>
1010
<connection>scm:git:git://github.com/clojure/core.cache.git</connection>
1111
<developerConnection>scm:git:ssh://git@github.com/clojure/core.cache.git</developerConnection>
12-
<tag>v1.2.0</tag>
12+
<tag>HEAD</tag>
1313
<url>https://github.com/clojure/core.cache</url>
1414
</scm>
1515

0 commit comments

Comments
 (0)