You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by wi...@apache.org on 2018/01/30 04:30:41 UTC

[1/2] commons-rdf git commit: Updates location of RDF4J javadocs link

Repository: commons-rdf
Updated Branches:
  refs/heads/master 18af58d01 -> 177c3188b


Updates location of RDF4J javadocs link

Resolves COMMONSRDF-71


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/7b75bdd8
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/7b75bdd8
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/7b75bdd8

Branch: refs/heads/master
Commit: 7b75bdd8e71cda31f479e70518dea1db2d3436ec
Parents: 13f7192
Author: Aaron Coburn <ac...@amherst.edu>
Authored: Mon Nov 20 11:32:16 2017 -0500
Committer: Aaron Coburn <ac...@amherst.edu>
Committed: Mon Nov 20 11:32:16 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/7b75bdd8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e9722e4..a44e363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,7 +329,7 @@
                     <link>${commons.javadoc.java.link}</link>
                     <link>https://jena.apache.org/documentation/javadoc/jena/</link>
                     <link>https://jena.apache.org/documentation/javadoc/arq/</link>
-                    <link>http://rdf4j.org/javadoc/2.0/</link>
+                    <link>http://docs.rdf4j.org/javadoc/2.2/</link>
                     </links>
                 </configuration>
             </plugin>


[2/2] commons-rdf git commit: COMMONSRDF-71: fixed rdf4j javadoc link, closes #45

Posted by wi...@apache.org.
COMMONSRDF-71: fixed rdf4j javadoc link, closes #45

* acoburn/COMMONSRDF-71:
  Updates location of RDF4J javadocs link

Signed-off-by: Sergio Fernández <wi...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/177c3188
Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/177c3188
Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/177c3188

Branch: refs/heads/master
Commit: 177c3188b1aade6839b7f42a87b91fdb9c8f6605
Parents: 18af58d 7b75bdd
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Jan 29 20:30:21 2018 -0800
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Jan 29 20:30:21 2018 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/177c3188/pom.xml
----------------------------------------------------------------------