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/07/02 16:14:25 UTC

[08/50] [abbrv] incubator-commonsrdf git commit: Update to use Jena 3.0.1

Update to use Jena 3.0.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/94860093
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/94860093
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/94860093

Branch: refs/heads/jena
Commit: 948600932ab1521891ec31a006d31b45a94d14df
Parents: 67de97b
Author: Andy Seaborne <an...@seaborne.org>
Authored: Sat Feb 27 19:22:47 2016 +0000
Committer: Andy Seaborne <an...@seaborne.org>
Committed: Sat Feb 27 19:22:47 2016 +0000

----------------------------------------------------------------------
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/94860093/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 818d008..3411597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <ver.commonsrdf>0.1.0-incubating</ver.commonsrdf>
+    <ver.commonsrdf>0.2.0-incubating-SNAPSHOT</ver.commonsrdf>
+    <ver.jena>3.0.1</ver.jena>
   </properties>
 
   <licenses>
@@ -46,7 +47,7 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>apache-jena-libs</artifactId>
-      <version>3.0.0</version>
+      <version>${ver.jena}</version>
       <type>pom</type>
     </dependency>