Skip to content

Commit 5eaee94

Browse files
author
Hudson @ build.clojure.org
committed
[maven-release-plugin] prepare for next development iteration
1 parent 322fdc4 commit 5eaee94

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-alpha1</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>
@@ -111,7 +111,7 @@
111111
<connection>scm:git:git@github.com:clojure/data.xml.git</connection>
112112
<developerConnection>scm:git:git@github.com:clojure/data.xml.git</developerConnection>
113113
<url>git@github.com:clojure/data.xml.git</url>
114-
<tag>data.xml-0.2.0-alpha1</tag>
114+
<tag>HEAD</tag>
115115
</scm>
116116

117117
</project>

0 commit comments

Comments
 (0)