From 70491ea301e36bf513ca047e67fbc6d029aa1af0 Mon Sep 17 00:00:00 2001 From: timmolter <tim.molter@gmail.com> Date: Wed, 8 Aug 2012 20:25:53 +0200 Subject: [PATCH] set version correctly --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f9466b1..126c280e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <name>XChart</name> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.0</version> <packaging>jar</packaging> <description>Basic Charts for Java Applications</description> <url>http://xeiam.com</url> -- GitLab