Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 58dc01ede -> fa3d2fed8


Maven details. Corrected asc/md5/sha1 links

.. as they should not go through mirrors, but
directly to dist.apache.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/fa3d2fed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/fa3d2fed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/fa3d2fed

Branch: refs/heads/master
Commit: fa3d2fed8f05084a756b886ad966ad1dea07f932
Parents: 58dc01e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Aug 10 12:02:50 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Aug 10 12:02:50 2015 +0100

----------------------------------------------------------------------
 src/site/markdown/download.md | 68 +++++++++++++++++++++++++++++---------
 1 file changed, 52 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/fa3d2fed/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 453bada..088b819 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -20,24 +20,60 @@
 
 # Download Commons RDF
 
-Maven artifact are available from [Maven Central](http://search.maven.org/).
-Here you can find all source releases published by the project:
 
-## 0.1.0-incubating
+## Maven
 
-**Apache Commons RDF 0.1.0-incubating** has been published on May 15, 2015, 
and is available for download in the 
-[ASF Distribution 
Directory](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/):
+Apache Commons RDF (incuating) is available from
+[Maven 
Central](http://central.maven.org/maven2/org/apache/commons/commons-rdf-api/),
+mirrored from
+[ASF's Maven 
repository](https://repository.apache.org/content/repositories/releases/org/apache/commons/commons-rdf-api/).
 
-* 
[apache-commons-rdf-0.1.0-incubating-src.zip](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip)
-  
([asc](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip.asc),
 
-  
[md5](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip.md5),
 
-  
[sha1](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip.sha1))
-* 
[apache-commons-rdf-0.1.0-incubating-src.tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.tar.gz)
-  
([asc](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.tar.gz.asc),
 
-  
[md5](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.tar.gz.md5),
 
-  
[sha1](http://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.tar.gz.sha1))
+To use Commons RDF with [Maven](https://maven.apache.org/), add to your 
`pom.xml`:
 
-After downloading the files, check the signatures using the following 
[KEYS](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/KEYS) 
-file. The 
[changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316620&amp;version=12332056)
-is available from the [ASF 
Jira](http://issues.apache.org/jira/browse/COMMONSRDF).
+```xml
+<dependencies>
+  <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-rdf-api</artifactId>
+      <version>0.1.0-incubating</version>
+  </dependency>
+  <!-- and optionally: -->
+  <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-rdf-simple</artifactId>
+      <version>0.1.0-incubating</version>
+      <optional>true</optional>
+  </dependency>
+</dependencies>
+```
+
+For convenience of IDE users, the Maven artifacts include `-javadoc.jar` and
+`-sources.jar`, however you might prefer the
+online [API javadoc](/apidocs/)
+and the [source code](#source code) release (see below).
+
+See the [user guide](/userguide.html) for more details.  
+
+
+## Source code
 
+Here you can find all source releases published by Apache Commons RDF 
(incubating).
+
+### 0.1.0-incubating
+
+**Apache Commons RDF 0.1.0-incubating** was published on 2015-05-15, and is 
available for download
+from official mirrors of the
+ASF Distribution Directory 
[incubator/commonsrdf](https://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/):
+
+* 
[apache-commons-rdf-0.1.0-incubating-src.zip](https://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip)
+  
([asc](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip.asc),
+  
[md5](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip.md5),
+  
[sha1](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.zip.sha1))
+* 
[apache-commons-rdf-0.1.0-incubating-src.tar.gz](https://www.apache.org/dyn/closer.cgi/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.tar.gz)
+  
([asc](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.tar.gz.asc),
+  
[md5](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/0.1.0-incubating//apache-commons-rdf-0.1.0-incubating-src.tar.gz.md5),
+  
[sha1](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/0.1.0-incubating/apache-commons-rdf-0.1.0-incubating-src.tar.gz.sha1))
+
+After downloading the files, check the signatures using the following 
[KEYS](https://dist.apache.org/repos/dist/release/incubator/commonsrdf/KEYS)
+file. The 
[changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316620&amp;version=12332056)
+is available from the [Apache Commons RDF 
Jira](https://issues.apache.org/jira/browse/COMMONSRDF).

Reply via email to