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

prepare for release 2.6.1

parent f4dcde6d
Branches
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ Add the XChart library as a dependency to your pom.xml file:
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
```
......@@ -109,7 +109,7 @@ For snapshots, add the following to your pom.xml file:
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.2-SNAPSHOT</version>
</dependency>
```
......
......@@ -6,7 +6,7 @@
<version>2.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>XChart Parent</name>
<description>Basic Charts for Java Applications</description>
<description>XChart is a light weight Java library for plotting data.</description>
<url>http://knowm.org/open-source/xchart</url>
<inceptionYear>2011</inceptionYear>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment