We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fa4ee commit af539b1Copy full SHA for af539b1
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.memoize</artifactId>
5
- <version>1.2.278</version>
+ <version>1.2.999-SNAPSHOT</version>
6
<name>core.memoize</name>
7
<description>A memoization library for Clojure</description>
8
<packaging>jar</packaging>
@@ -49,7 +49,7 @@
49
<scm>
50
<connection>scm:git:git://github.com/clojure/core.memoize.git</connection>
51
<url>https://github.com/clojure/core.memoize</url>
52
- <tag>v1.2.278</tag>
+ <tag>HEAD</tag>
53
</scm>
54
55
<repositories>
0 commit comments