Skip to content

Commit d9309fb

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>data.json</artifactId>
5-
<version>2.5.1</version>
5+
<version>2.5.2-SNAPSHOT</version>
66
<name>data.json</name>
77
<description>Generating/parsing JSON from/to Clojure data structures</description>
88
<url>https://github.com/clojure/data.json</url>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:git@github.com:clojure/data.json</connection>
2727
<developerConnection>scm:git:git@github.com:clojure/data.json</developerConnection>
2828
<url>git@github.com:clojure/data.json.git</url>
29-
<tag>v2.5.1</tag>
29+
<tag>HEAD</tag>
3030
</scm>
3131

3232
<properties>

0 commit comments

Comments
 (0)