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/11/15 13:31:26 UTC

[2/5] incubator-commonsrdf git commit: Use Jena 3.1.1

Use Jena 3.1.1


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

Branch: refs/heads/master
Commit: b25ae1f5c1a2e86193aee3549428920de626e253
Parents: b8ccc61
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Nov 8 10:16:24 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Nov 8 10:16:24 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b25ae1f5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fa6a0dd..16671ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <!--  NOTE: jsonldjava is also used by rdf4j and jena, check  -->
         <jsonldjava.version>0.8.3</jsonldjava.version>
         <rdf4j.version>2.1.1</rdf4j.version>
-        <jena.version>3.1.0</jena.version>
+        <jena.version>3.1.1</jena.version>
         <!--  NOTE: dexx and xerces versions should match 
         the versions marked as <optional> in jena-osgi pom
          -->