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

update version to 2.4.0

parent 1ce4cda6
Branches
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ Add the XChart library as a dependency to your pom.xml file: ...@@ -63,7 +63,7 @@ Add the XChart library as a dependency to your pom.xml file:
<dependency> <dependency>
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
<version>2.3.3</version> <version>2.4.0</version>
</dependency> </dependency>
For snapshots, add the following to your pom.xml file: For snapshots, add the following to your pom.xml file:
...@@ -77,7 +77,7 @@ For snapshots, add the following to your pom.xml file: ...@@ -77,7 +77,7 @@ For snapshots, add the following to your pom.xml file:
<dependency> <dependency>
<groupId>com.xeiam</groupId> <groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
<version>2.3.4-SNAPSHOT</version> <version>2.4.1-SNAPSHOT</version>
</dependency> </dependency>
## Building ## Building
...@@ -95,7 +95,7 @@ For snapshots, add the following to your pom.xml file: ...@@ -95,7 +95,7 @@ For snapshots, add the following to your pom.xml file:
## Running Demo ## Running Demo
cd /path/to/xchart-demo/jar/ cd /path/to/xchart-demo/jar/
java -cp xchart-demo-2.3.3.jar:xchart-2.3.3.jar com.xeiam.xchart.demo.XChartDemo java -cp xchart-demo-2.4.0.jar:xchart-2.4.0.jar com.xeiam.xchart.demo.XChartDemo
## Bugs ## Bugs
Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues). Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues).
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<groupId>com.xeiam.xchart</groupId> <groupId>com.xeiam.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>2.3.4-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>XChart Parent</name> <name>XChart Parent</name>
<description>Basic Charts for Java Applications</description> <description>Basic Charts for Java Applications</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment