diff --git a/pom.xml b/pom.xml index ca55c8695d9fb4009be7ba742d43a5bdbb4aabc7..0da71cc247ef8120a343fc72cfd2a113d438ef35 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.xeiam.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>2.2.1</version> + <version>2.2.2-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.2.1</tag> + <tag>HEAD</tag> </scm> <ciManagement> diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index bd12929e015acf1abef5f0a9d42761148343791d..7a0ffe3e753c976048c4417964e6f53c0d4d27ed 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.2.1</version> + <version>2.2.2-SNAPSHOT</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.2.1</version> + <version>2.2.2-SNAPSHOT</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 15f5b774622f25d3bce441216b80cdf204226a2a..31a8f385f8cad164f3d8b568b3f5bc770ca94240 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.2.1</version> + <version>2.2.2-SNAPSHOT</version> </parent> <artifactId>xchart</artifactId>