diff --git a/README.md b/README.md
index a862f740a68ca61d2907355dc2b401c7cd084ffd..2c4918253c5d378c25fa81efba1d860d4bdfb4f9 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 e77741ad55ca737a6690b80fb859d71c5e05a078..330209b4db46c8796516cdf91e424628b6d9b368 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 7a0ffe3e753c976048c4417964e6f53c0d4d27ed..5a10814376ed58f91fc7649681f7ae2f7d842c29 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 31a8f385f8cad164f3d8b568b3f5bc770ca94240..4b4d6e8097536dff88a626552aa2510c4203ae4e 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>