Skip to content

Commit 57c3909

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7352977 commit 57c3909

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
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>data.xml</artifactId>
4-
<version>0.2.0-alpha11</version>
4+
<version>0.2.1-alpha12-SNAPSHOT</version>
55
<name>data.xml</name>
66
<packaging>jar</packaging>
77
<description>Functions to parse XML into lazy sequences and lazy trees and emit these as text</description>
@@ -96,7 +96,7 @@
9696
<connection>scm:git:git@github.com:clojure/data.xml.git</connection>
9797
<developerConnection>scm:git:git@github.com:clojure/data.xml.git</developerConnection>
9898
<url>git@github.com:clojure/data.xml.git</url>
99-
<tag>v0.2.0-alpha11</tag>
99+
<tag>HEAD</tag>
100100
</scm>
101101

102102
</project>

0 commit comments

Comments
 (0)