diff --git a/pom.xml b/pom.xml
index 60fd6884a3c1ea51326bb4b15cfef4a4e68b519f..4519217acf4dfe0a9b4194dd7f3d4364dcf44e07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
 	<groupId>com.xeiam.xchart</groupId>
 	<artifactId>xchart-parent</artifactId>
-	<version>2.4.1</version>
+	<version>2.4.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.4.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<ciManagement>
diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml
index 7cec3ff47e1ad6f20f65c4889f0e199489c5f83d..0fe5dd0f84242660ee9db472e83f417f695e9c84 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.4.1</version>
+		<version>2.4.2-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>xchart-demo</artifactId>
@@ -17,7 +17,7 @@
 		<dependency>
 			<groupId>com.xeiam.xchart</groupId>
 			<artifactId>xchart</artifactId>
-			<version>2.4.1</version>
+			<version>2.4.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 
diff --git a/xchart/pom.xml b/xchart/pom.xml
index 3f0f6d116bdc33a6108578eb77aa3cffd5fa0663..8d58c647c28a43850be040d0dee49d0e1657a3e8 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.4.1</version>
+		<version>2.4.2-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>xchart</artifactId>