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/04 09:37:53 UTC

[49/50] incubator-commonsrdf git commit: 0.3.0-incubating-SNAPSHOT

0.3.0-incubating-SNAPSHOT


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

Branch: refs/heads/jena
Commit: 14d82663234ae714da031a9d4004e4a02e34bb78
Parents: 40b94d3
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jul 4 10:35:31 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jul 4 10:35:31 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/14d82663/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index 78d30b9..de1c647 100644
--- a/jena/pom.xml
+++ b/jena/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.2.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons-rdf-jena</artifactId>
@@ -45,6 +45,7 @@
             <version>${project.version}</version>
         </dependency>
 <!-- Uncomment below to use instead of jena-osgi to access Jena source code
+ -->
 	    <dependency>
 	      <groupId>org.apache.jena</groupId>
 	      <artifactId>apache-jena-libs</artifactId>
@@ -52,7 +53,6 @@
 	      <type>pom</type>
 	      <scope>optional</scope>
 	    </dependency>        
- -->
  <!-- 
  As commons-rdf-jena is an OSGi bundle, we'll use the Jena OSGi bundle
   -->