diff --git a/xchart-demo/pom.xml b/xchart-demo/pom.xml index 0e577542b11ca1106c15755ea4666491623ec44b..d9b08b666ad268d229f34c92fc9a7b3c8a308ace 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.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </parent> <artifactId>xchart-demo</artifactId> @@ -17,7 +17,7 @@ <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/xchart/pom.xml b/xchart/pom.xml index 5af5fd511f9a9908c7848120e33de44336f36110..a0a17da45958a962bb470e43b12a3f9aec9e2305 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.0.1-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </parent> <artifactId>xchart</artifactId>