diff --git a/pom.xml b/pom.xml index dd94e468c9d733dd52c5e24e0f3909961ae03e1f..a0e9c5d3c13ab459398335d41a74ac807419c422 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.1-SNAPSHOT</version> + <version>3.0.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-3.0.1</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index 2c523dd90f34fae5f124afb8440e248d3e0fac68..e512e1edf9c91cf347fa08bd052d36fbe3a0ffd8 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.1-SNAPSHOT</version> + <version>3.0.1</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>org.knowm.xchart</groupId> <artifactId>xchart</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index c2652b87dead2661f2bdf0848f5d3701916c87a2..db22cf8796a8c9ea96e11f063a5b4c09bcbc2d45 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.1-SNAPSHOT</version> + <version>3.0.1</version> </parent> <artifactId>xchart</artifactId>