From 220acdfc911c1ef6405a9803ef4236383d20f981 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Fri, 10 Jan 2014 19:16:27 +0100
Subject: [PATCH] updated version

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

diff --git a/README.md b/README.md
index a862f740..2c491825 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ For snapshots, add the following to your pom.xml file:
     <dependency>
       <groupId>com.xeiam</groupId>
       <artifactId>xchart</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.3.0-SNAPSHOT</version>
     </dependency>
 
 ## Building
diff --git a/pom.xml b/pom.xml
index e77741ad..330209b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>com.xeiam.xchart</groupId>
 	<artifactId>xchart-parent</artifactId>
-	<version>2.2.2-SNAPSHOT</version>
+	<version>2.3.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>XChart Parent</name>
 	<description>Basic Charts for Java Applications</description>
diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml
index 7a0ffe3e..5a108143 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.2.2-SNAPSHOT</version>
+		<version>2.3.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>xchart-demo</artifactId>
@@ -17,7 +17,7 @@
 		<dependency>
 			<groupId>com.xeiam.xchart</groupId>
 			<artifactId>xchart</artifactId>
-			<version>2.2.2-SNAPSHOT</version>
+			<version>2.3.0-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 
diff --git a/xchart/pom.xml b/xchart/pom.xml
index 31a8f385..4b4d6e80 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.2.2-SNAPSHOT</version>
+		<version>2.3.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>xchart</artifactId>
-- 
GitLab