From 0cd46a395c44d42df57d8d23db9d8aedbab736a9 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Thu, 27 Feb 2014 21:20:47 +0100
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration

---
 pom.xml             | 4 ++--
 xchart-demo/pom.xml | 4 ++--
 xchart/pom.xml      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0768c3c0..95cb07e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
 	<groupId>com.xeiam.xchart</groupId>
 	<artifactId>xchart-parent</artifactId>
-	<version>2.3.1</version>
+	<version>2.3.2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>XChart Parent</name>
 	<description>Basic Charts for Java Applications</description>
@@ -40,7 +40,7 @@
 		<connection>scm:git:git@github.com:timmolter/XChart.git</connection>
 		<developerConnection>scm:git:git@github.com:timmolter/XChart.git</developerConnection>
 		<url>git@github.com:timmolter/XChart.git</url>
-		<tag>xchart-2.3.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<ciManagement>
diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml
index 8efdfe9a..9b8ac388 100644
--- a/xchart-demo/pom.xml
+++ b/xchart-demo/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>com.xeiam.xchart</groupId>
 		<artifactId>xchart-parent</artifactId>
-		<version>2.3.1</version>
+		<version>2.3.2-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>xchart-demo</artifactId>
@@ -17,7 +17,7 @@
 		<dependency>
 			<groupId>com.xeiam.xchart</groupId>
 			<artifactId>xchart</artifactId>
-			<version>2.3.1</version>
+			<version>2.3.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 
diff --git a/xchart/pom.xml b/xchart/pom.xml
index 55777a8c..62e9fece 100644
--- a/xchart/pom.xml
+++ b/xchart/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>com.xeiam.xchart</groupId>
 		<artifactId>xchart-parent</artifactId>
-		<version>2.3.1</version>
+		<version>2.3.2-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>xchart</artifactId>
-- 
GitLab