From a7a17d51de3e58e201805ecd31efd8d96aba323d Mon Sep 17 00:00:00 2001 From: Tim Molter <tim@knowm.org> Date: Thu, 1 Oct 2015 00:53:59 +0200 Subject: [PATCH] fix typo in README for wrong groupID [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b5ef805..5a596b9d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ For snapshots, add the following to your pom.xml file: </repository> <dependency> - <groupId>com.xeiam</groupId> + <groupId>com.xeiam.xchart</groupId> <artifactId>xchart</artifactId> <version>2.5.2-SNAPSHOT</version> </dependency> -- GitLab