diff --git a/pom.xml b/pom.xml index c714a78eb9a2a6a3798bb309e3e8284ceb6245e3..34b8c6e2b38f17fbc3d0359a69dc427f3d650542 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>2.6.1-SNAPSHOT</version> + <version>2.6.1</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-2.6.1</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index 802290b84e0b86479c559ed0f919cbb3b216198c..c1f472f6860bfa7400cfbaaf3afc83a4f6f0648d 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>2.6.1-SNAPSHOT</version> + <version>2.6.1</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>org.knowm.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.1</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 589035806cc50643276cb12d35e5549738bfc3b0..5d7c64ca314ff64b44dd7a6dc42dbf5eb26629de 100644 --- a/xchart/pom.xml +++ b/xchart/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.knowm.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.1</version> </parent> <artifactId>xchart</artifactId>