Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hudson @ build.clojure.org committed Aug 3, 2015
1 parent 685e3df commit 01667c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>data.fressian</artifactId>
<version>0.2.1</version>
<version>0.2.2-SNAPSHOT</version>
<name>${artifactId}</name>
<description>Read/write Fressian from Clojure</description>
<url>https://github.com/clojure/data.fressian</url>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git@github.com:clojure/data.fressian</connection>
<developerConnection>scm:git:git@github.com:clojure/data.fressian</developerConnection>
<url>git@github.com:clojure/data.fressian.git</url>
<tag>data.fressian-0.2.1</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 01667c4

Please sign in to comment.