From dacfa7bd2dd23f411d8c46a60960ef7211c7af32 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Thu, 11 Oct 2012 21:15:33 +0200 Subject: [PATCH] misc --- README.md | 2 +- pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 246e4645..df495a6b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add this to dependencies in pom.xml: <dependency> <groupId>com.xeiam</groupId> <artifactId>xchart</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> </dependency> Building diff --git a/pom.xml b/pom.xml index 7763b5a2..56d991b3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <name>XChart</name> -- GitLab