You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2015/03/16 18:30:59 UTC

clerezza-rdf-core git commit: removed outdated claim that BlankNodes aren't supported yet

Repository: clerezza-rdf-core
Updated Branches:
  refs/heads/master 279cb05a5 -> 361afef6f


removed outdated claim that BlankNodes aren't supported yet


Project: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/commit/361afef6
Tree: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/tree/361afef6
Diff: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/diff/361afef6

Branch: refs/heads/master
Commit: 361afef6ff8352362835e7ef4e0a11b5c6a2676e
Parents: 279cb05
Author: Reto Gmuer <re...@apache.org>
Authored: Mon Mar 16 17:29:47 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Mon Mar 16 17:29:47 2015 +0000

----------------------------------------------------------------------
 impl.sparql/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/361afef6/impl.sparql/pom.xml
----------------------------------------------------------------------
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index 8fe7681..ad68af4 100644
--- a/impl.sparql/pom.xml
+++ b/impl.sparql/pom.xml
@@ -13,8 +13,8 @@
     <packaging>jar</packaging>
     <name>Apache Commons RDF SPARQL backed implementation.</name>
     <description>An implementation of the rdf commons API backed by a sparql 
-        endpoint. STATUS: Incomplete, currecnt code only supports reading 
-        graphs and does not yet support BlankNodes.</description>
+        endpoint. STATUS: Current code only supports reading 
+        graphs.</description>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <commons.encoding>UTF-8</commons.encoding>