diff --git a/pom.xml b/pom.xml
index 95cb07e31c48cdffc99e343b6e8b98ff1f08fdb7..57812579dc336131973c9335fe540dcc6845606b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
 	<groupId>com.xeiam.xchart</groupId>
 	<artifactId>xchart-parent</artifactId>
-	<version>2.3.2-SNAPSHOT</version>
+	<version>2.3.2</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>HEAD</tag>
+		<tag>xchart-2.3.2</tag>
 	</scm>
 
 	<ciManagement>
diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml
index 9b8ac3889ef458c792a6066d6475a48aaa8f5f03..17ae9f3b7744545a1c4ab5cc8f6472667d5f8254 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.2-SNAPSHOT</version>
+		<version>2.3.2</version>
 	</parent>
 
 	<artifactId>xchart-demo</artifactId>
@@ -17,7 +17,7 @@
 		<dependency>
 			<groupId>com.xeiam.xchart</groupId>
 			<artifactId>xchart</artifactId>
-			<version>2.3.2-SNAPSHOT</version>
+			<version>2.3.2</version>
 		</dependency>
 	</dependencies>
 
diff --git a/xchart/pom.xml b/xchart/pom.xml
index 62e9feceb0a2beab0003524a55026187690382ac..876749b343e1e9c7bd76780e2c3c382779f37a68 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.2-SNAPSHOT</version>
+		<version>2.3.2</version>
 	</parent>
 
 	<artifactId>xchart</artifactId>