Skip to content

Commit 15fcaf4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e1f2a7d commit 15fcaf4

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,7 +2,7 @@
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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>core.memoize</artifactId>
5-
<version>1.2.281</version>
5+
<version>1.2.999-SNAPSHOT</version>
66
<name>core.memoize</name>
77
<description>A memoization library for Clojure</description>
88
<packaging>jar</packaging>
@@ -49,7 +49,7 @@
4949
<scm>
5050
<connection>scm:git:git://github.com/clojure/core.memoize.git</connection>
5151
<url>https://github.com/clojure/core.memoize</url>
52-
<tag>v1.2.281</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454

5555
<repositories>

0 commit comments

Comments
 (0)