diff --git a/pom.xml b/pom.xml index 34b8c6e2b38f17fbc3d0359a69dc427f3d650542..bc3b120704c13dce159f2862a61dc50e648e7026 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</version> + <version>2.6.2-SNAPSHOT</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>xchart-2.6.1</tag> + <tag>HEAD</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index c1f472f6860bfa7400cfbaaf3afc83a4f6f0648d..01d843b22330634dc7d6897796a246527118cd0a 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</version> + <version>2.6.2-SNAPSHOT</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>org.knowm.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.6.1</version> + <version>2.6.2-SNAPSHOT</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 5d7c64ca314ff64b44dd7a6dc42dbf5eb26629de..cbfa725badc4f4323869adc0c3fcf5234a8e610b 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</version> + <version>2.6.2-SNAPSHOT</version> </parent> <artifactId>xchart</artifactId>