From bbb6ee7f4a6c7840ace63052985c640270271c69 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Tue, 15 Jan 2013 08:51:18 +0100
Subject: [PATCH] updated pons

---
 pom.xml             | 9 +++++++++
 xchart-demo/pom.xml | 2 --
 xchart/pom.xml      | 2 --
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f353041e..3e901dcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,15 @@
 					<excludePackageNames>com.xeiam.xchart.internal.*</excludePackageNames>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<version>2.4</version>
+				<configuration>
+					<goals>deploy</goals>
+					<autoversionsubmodules>true</autoversionsubmodules>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 
diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml
index 70511fa1..00920d80 100644
--- a/xchart-demo/pom.xml
+++ b/xchart-demo/pom.xml
@@ -10,8 +10,6 @@
 	</parent>
 
 	<artifactId>xchart-demo</artifactId>
-	<!-- This version is tied to the version of the parent -->
-	<version>1.3.0-SNAPSHOT</version>
 
 	<name>XChart Demo</name>
 	<description>A Swing App demonstration of various charts using XChart</description>
diff --git a/xchart/pom.xml b/xchart/pom.xml
index 47aa4387..4a81f58f 100644
--- a/xchart/pom.xml
+++ b/xchart/pom.xml
@@ -10,8 +10,6 @@
 	</parent>
 
 	<artifactId>xchart</artifactId>
-	<!-- This version is tied to the version of the parent -->
-	<version>1.3.0-SNAPSHOT</version>
 
 	<name>XChart</name>
 	<description>The core XChart library</description>
-- 
GitLab