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 2015/02/07 18:56:25 UTC

[2/3] jena git commit: Updated jena-osgi*/pom.xml

Updated jena-osgi*/pom.xml <parent>


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

Branch: refs/heads/master
Commit: 2e3a332efb79d38398162af440d4ef2f7b63c126
Parents: d70e7db
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Feb 3 12:10:04 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Feb 5 15:06:40 2015 +0000

----------------------------------------------------------------------
 apache-jena-osgi/jena-osgi-test/pom.xml |  7 ++-----
 apache-jena-osgi/jena-osgi/pom.xml      | 16 ++++++----------
 2 files changed, 8 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/2e3a332e/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 d3d5e80..9ea355c 100644
--- a/apache-jena-osgi/jena-osgi-test/pom.xml
+++ b/apache-jena-osgi/jena-osgi-test/pom.xml
@@ -22,13 +22,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-parent</artifactId>
-    <version>12-SNAPSHOT</version>
-    <relativePath>../jena-parent</relativePath>
+    <artifactId>apache-jena-osgi</artifactId>
+    <version>2.13.0-SNAPSHOT</version>
   </parent>
-
   <artifactId>jena-osgi-test</artifactId>
-  <version>2.13.0-SNAPSHOT</version>
   <name>Apache Jena - OSGi bundle tests</name>
   <description>Tests for jena-osgi as a bundle</description>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/jena/blob/2e3a332e/apache-jena-osgi/jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/jena-osgi/pom.xml b/apache-jena-osgi/jena-osgi/pom.xml
index 1637732..1b21245 100644
--- a/apache-jena-osgi/jena-osgi/pom.xml
+++ b/apache-jena-osgi/jena-osgi/pom.xml
@@ -21,21 +21,17 @@
 	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.jena</groupId>
+  <parent>
+    <groupId>org.apache.jena</groupId>
+    <artifactId>apache-jena-osgi</artifactId>
+    <version>2.13.0-SNAPSHOT</version>
+  </parent>
   <artifactId>jena-osgi</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Jena - OSGi bundle</name>
-  <url>http://jena.apache.org/</url>
-  <version>2.13.0-SNAPSHOT</version>
   <description>
-      Embedding all Jena modules in a single OSGi bundle.
+    Embedding the main Jena modules (iri/core/arq/tdb) in a single OSGi bundle.
   </description>
-  <parent>
-    <groupId>org.apache.jena</groupId>
-    <artifactId>jena-parent</artifactId>
-    <version>12-SNAPSHOT</version>
-    <relativePath>../jena-parent</relativePath>
-  </parent>
 
 
   <!--