diff --git a/pom.xml b/pom.xml
index df474e78019ebca2292bcc66ec3a4673202ffbe5..f6236ba4c897c8f0f37e927e51aec2466631fdf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.knowm.xchart</groupId>
 	<artifactId>xchart-parent</artifactId>
-	<version>3.0.0-SNAPSHOT</version>
+	<version>3.0.0</version>
 	<packaging>pom</packaging>
 	<name>XChart Parent</name>
 	<description>XChart is a light weight Java library for plotting data.</description>
@@ -39,7 +39,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-3.0.0</tag>
 	</scm>
 
 	<ciManagement>
diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml
index 9ec5d1f9dc73d3f5456fe085502b72f1a3920f4f..479f0661c3cdbf1dcc06dc38b39ae05dac0de126 100644
--- a/xchart-demo/pom.xml
+++ b/xchart-demo/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.knowm.xchart</groupId>
 		<artifactId>xchart-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
+		<version>3.0.0</version>
 	</parent>
 
 	<artifactId>xchart-demo</artifactId>
@@ -17,7 +17,7 @@
 		<dependency>
 			<groupId>org.knowm.xchart</groupId>
 			<artifactId>xchart</artifactId>
-			<version>3.0.0-SNAPSHOT</version>
+			<version>3.0.0</version>
 		</dependency>
 	</dependencies>
 
diff --git a/xchart/pom.xml b/xchart/pom.xml
index 171631c156b82cb68b15790f058d683c4d46a0aa..93beb2ecd2d982b759fc2d9db359c98b5fc1bc9d 100644
--- a/xchart/pom.xml
+++ b/xchart/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.knowm.xchart</groupId>
 		<artifactId>xchart-parent</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
+		<version>3.0.0</version>
 	</parent>
 
 	<artifactId>xchart</artifactId>