From 5b80f857228cd2da50186754927669bba26b33e6 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Tue, 8 Jan 2013 19:44:58 +0100
Subject: [PATCH] update README

---
 README.md | 31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index a5e0bb75..f807fef7 100644
--- a/README.md
+++ b/README.md
@@ -17,24 +17,15 @@ Non-Maven
 ---------
 Download Jar: http://xeiam.com/xchart.jsp
 
-Maven
------
-The XChart artifacts are currently hosted on the Xeiam Nexus repository here:
-
-    <repositories>
-      <repository>
-        <id>xchange-release</id>
-        <releases/>
-        <url>http://nexus.xeiam.com/content/repositories/releases</url>
-      </repository>
-      <repository>
-        <id>xchange-snapshot</id>
-        <snapshots/>
-        <url>http://nexus.xeiam.com/content/repositories/snapshots/</url>
-      </repository>
-    </repositories>
+The XChart release artifacts are hosted on Maven Central. Otherwise if you need the latest snapshots, they are hosted at oss.sonatype.org. Add the following repository to your pom.xml file.
+
+    <repository>
+      <id>xchart-snapshot</id>
+      <snapshots/>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </repository>
   
-Add this to dependencies in pom.xml:
+Add this dependency to your pom.xml file:
 
     <dependency>
       <groupId>com.xeiam</groupId>
@@ -45,4 +36,8 @@ Add this to dependencies in pom.xml:
 Building
 ===============
 mvn clean package  
-mvn javadoc:javadoc  
\ No newline at end of file
+mvn javadoc:javadoc  
+
+Donations
+===============
+17dQktcAmU4urXz7tGk2sbuiCqykm3WLs6
\ No newline at end of file
-- 
GitLab