diff --git a/pom.xml b/pom.xml index bcb5249b1be8fc651f61a3744084c2bfe8e82483..fdca6c4eeb23617f137a27499523b50216077724 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>1.3.0</version> + <version>1.3.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-parent-1.3.0</tag> + <tag>HEAD</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index 12be50327e26920c9eb60bb6d8352f1792b3382c..d4d920c687f1523e82b5975f46c5e314c43ca57f 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>1.3.0</version> + <version>1.3.1-SNAPSHOT</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>1.3.0</version> + <version>1.3.1-SNAPSHOT</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 87a6da1b1540f050b6f24b18615d95535ad75148..92bc5041a25e894735a0a4c455d05aa34791299a 100644 --- a/xchart/pom.xml +++ b/xchart/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>1.3.0</version> + <version>1.3.1-SNAPSHOT</version> </parent> <artifactId>xchart</artifactId>