diff --git a/pom.xml b/pom.xml index 8ab5c02ac1c9878bfeb5f16a37a560ef98b003a1..9fa2ba1a3028d1c02ee52210497d61161499fa02 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.1</version> <packaging>pom</packaging> <name>XChart Parent</name> <description>Basic Charts for Java Applications</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-2.5.1</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index 1d7420ac8ee87b8910ae90c481c390ee8b9b5e68..bfda9f72605a65693fbb88104c8fda385dd03602 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.5.1-SNAPSHOT</version> + <version>2.5.1</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.1</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 1795ad43068c314271aa82f1a4e4205b57ded446..daa3c4003a6c3b8d46b0599d3541c1fd05ea503a 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.5.1-SNAPSHOT</version> + <version>2.5.1</version> </parent> <artifactId>xchart</artifactId>