You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/11/08 15:00:44 UTC

[2/4] jena git commit: Align to current state.

Align to current state.

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/39c7d5aa
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/39c7d5aa
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/39c7d5aa

Branch: refs/heads/master
Commit: 39c7d5aa608f130ad67db6adfb5c32f9f182c15b
Parents: ca1fec4
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Nov 8 14:15:40 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Nov 8 14:15:40 2016 +0000

----------------------------------------------------------------------
 apache-jena-osgi/jena-osgi-test/pom.xml | 4 ++--
 jena-examples/pom.xml                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/39c7d5aa/apache-jena-osgi/jena-osgi-test/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml
index 9b229fe..e07a695 100644
--- a/apache-jena-osgi/jena-osgi-test/pom.xml
+++ b/apache-jena-osgi/jena-osgi-test/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena-parent</artifactId>
-    <version>16-SNAPSHOT</version>
+    <version>18-SNAPSHOT</version>
   </parent>
 
   <artifactId>jena-osgi-test</artifactId>
   <!-- Same as jena-osgi -->
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.2-SNAPSHOT</version>
   <name>Apache Jena - OSGi integration tests</name>
   <description>Tests for jena-osgi as a bundle</description>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/jena/blob/39c7d5aa/jena-examples/pom.xml
----------------------------------------------------------------------
diff --git a/jena-examples/pom.xml b/jena-examples/pom.xml
index cf939f2..92a2533 100644
--- a/jena-examples/pom.xml
+++ b/jena-examples/pom.xml
@@ -31,7 +31,7 @@
   <url>http://jena.apache.org/</url>
 
   <properties>
-    <ver.jena>[2.11.1-SNAPSHOT,)</ver.jena>
+    <ver.jena>[3.1.0,)</ver.jena>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>