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

bump version to 2.7.0-SNAPSHOT

parent 65d314b4
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ For snapshots, add the following to your pom.xml file: ...@@ -109,7 +109,7 @@ For snapshots, add the following to your pom.xml file:
<dependency> <dependency>
<groupId>org.knowm.xchart</groupId> <groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId> <artifactId>xchart</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.7.0-SNAPSHOT</version>
</dependency> </dependency>
``` ```
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.knowm.xchart</groupId> <groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId> <artifactId>xchart-parent</artifactId>
<version>2.6.2-SNAPSHOT</version> <version>2.7.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>XChart Parent</name> <name>XChart Parent</name>
<description>XChart is a light weight Java library for plotting data.</description> <description>XChart is a light weight Java library for plotting data.</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment