You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/07 15:01:10 UTC

[07/50] incubator-commonsrdf git commit: Merge branch 'master' into rdf4j

Merge branch 'master' into rdf4j


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

Branch: refs/heads/master
Commit: 33c230c706db4333a4af8ef211c79b3b75f8952e
Parents: 1ceb200 9782a58
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Sep 8 14:55:48 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Sep 8 14:55:48 2016 +0100

----------------------------------------------------------------------
 LICENSE-header.txt                              |  16 +
 api/pom.xml                                     |   5 +-
 .../org/apache/commons/rdf/api/GraphLike.java   |  27 +-
 .../java/org/apache/commons/rdf/api/Quad.java   |  25 +-
 .../org/apache/commons/rdf/api/QuadLike.java    |  24 +-
 .../apache/commons/rdf/api/RDFTermFactory.java  |   1 +
 .../java/org/apache/commons/rdf/api/Triple.java |   2 +
 .../org/apache/commons/rdf/api/TripleLike.java  |  20 +-
 api/src/site/resources/profile.jacoco           |   0
 api/src/site/resources/profile.japicmp          |   0
 pom.xml                                         | 307 ++++++++++++-------
 .../commons/rdf/simple/DatasetGraphView.java    |   2 +-
 simple/src/site/resources/profile.jacoco        |   0
 simple/src/site/resources/profile.japicmp       |   0
 src/conf/checkstyle-suppressions.xml            |  32 ++
 src/conf/checkstyle.xml                         | 197 ++++++++++++
 src/conf/findbugs-exclude-filter.xml            |  27 ++
 src/conf/pmd.xml                                |  25 ++
 src/site/markdown/implementations.md            |  63 +++-
 src/site/markdown/index.md                      |  58 +++-
 src/site/resources/images/class-diagram.nomnoml |  49 ++-
 src/site/resources/images/class-diagram.png     | Bin 57632 -> 56161 bytes
 src/site/site.xml                               |   3 +-
 23 files changed, 701 insertions(+), 182 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/33c230c7/pom.xml
----------------------------------------------------------------------