Skip to content
Snippets Groups Projects
Commit 959d20d4 authored by Tim Molter's avatar Tim Molter
Browse files

updated version in pom

parent 617d55f3
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment