diff --git a/pom.xml b/pom.xml index d3f80aa5c860042d0be0344d0d489a949d9469e9..fab436d0850495978b0096f09ea61bc438da6d0e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</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>xchart-2.4.0</tag> + <tag>HEAD</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index 68ca0c6ba618d10a81eca5cf698543ba7b9c3898..ad3f5caaf7dd21b82324d5c34f8e36abf4656816 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.4.0</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 263fa6163c6be0ad6a570209e892fef13004ac2e..49c9ae8f008b1482817e973240af124483ab7cbb 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.4.0</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>xchart</artifactId>