From 7e81c9282fe627908ad8bb6f5b8329fa1b3a8393 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim@knowm.org> Date: Sun, 3 Jan 2016 00:30:00 +0100 Subject: [PATCH] bump version to 2.7.0-SNAPSHOT --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f5dd495..87ba9b68 100644 --- a/README.md +++ b/README.md @@ -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.2-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </dependency> ``` diff --git a/pom.xml b/pom.xml index bc3b1207..ccb912a0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.knowm.xchart</groupId> <artifactId>xchart-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>pom</packaging> <name>XChart Parent</name> <description>XChart is a light weight Java library for plotting data.</description> -- GitLab