diff --git a/pom.xml b/pom.xml index 555a7c7eb028e13f9aacac436ff8a930cced53b8..0768c3c0cd9ffaac80483531265d69eb09186f65 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.1</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.1</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index 40b8c9f28ee96b7098c3a9ee18f4f03ee7c11322..8efdfe9a75b83767839e972b5293515e39ce2b4b 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.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.1</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 091e9981c1c560127888f0f39c3be0c5ab459467..55777a8c7f0b361c91ec774f6f8789632e79a6d9 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.1-SNAPSHOT</version> + <version>2.3.1</version> </parent> <artifactId>xchart</artifactId>