From 2bf38a6a1d66b05b30820ba3485696d621fe236e Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Mon, 28 Jan 2013 09:02:49 +0100
Subject: [PATCH] update README.md and pom

---
 README.md | 2 +-
 pom.xml   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dbca3aa3..8958c869 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Add the XChart library as a dependency to your pom.xml file:
 For snapshots, add the following to your pom.xml file:
 
     <repository>
-      <id>xchart-snapshot</id>
+      <id>sonatype-oss-snapshot</id>
       <snapshots/>
       <url>https://oss.sonatype.org/content/repositories/snapshots</url>
     </repository>
diff --git a/pom.xml b/pom.xml
index 8028a297..5e1ca130 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
 		</repository>
 		<downloadUrl>https://oss.sonatype.org/content/groups/public/com/xeiam/xchart</downloadUrl>
 	</distributionManagement>
+
 	<profiles>
 		<profile>
 			<id>release-sign-artifacts</id>
-- 
GitLab