Skip to content

Commit 41366e1

Browse files
author
Hudson @ build.clojure.org
committed
[maven-release-plugin] prepare for next development iteration
1 parent a92905c commit 41366e1

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
@@ -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-alpha5</version>
4+
<version>0.2.0-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>
@@ -85,7 +85,7 @@
8585
<connection>scm:git:git@github.com:clojure/data.xml.git</connection>
8686
<developerConnection>scm:git:git@github.com:clojure/data.xml.git</developerConnection>
8787
<url>git@github.com:clojure/data.xml.git</url>
88-
<tag>data.xml-0.2.0-alpha5</tag>
88+
<tag>HEAD</tag>
8989
</scm>
9090

9191
</project>

0 commit comments

Comments
 (0)