From 959d20d4ee70f65768df0bacb35df9bb09473820 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Wed, 10 Jul 2013 11:47:49 +0200 Subject: [PATCH] updated version in pom --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c3de1e2..3dc264d4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Add the XChart library as a dependency to your pom.xml file: <dependency> <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> - <version>2.2.0</version> + <version>2.2.1</version> </dependency> For snapshots, add the following to your pom.xml file: @@ -72,7 +72,7 @@ For snapshots, add the following to your pom.xml file: <dependency> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.2-SNAPSHOT</version> </dependency> ## Building @@ -81,7 +81,7 @@ mvn javadoc:aggregate ## Running Demo cd /path/to/xchart-demo/jar/ - java -cp xchart-demo-2.2.0.jar:xchart-2.2.0.jar com.xeiam.xchart.demo.XChartDemo + java -cp xchart-demo-2.2.1.jar:xchart-2.2.1.jar com.xeiam.xchart.demo.XChartDemo ## Bugs Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues). -- GitLab