Merge jena-project POM into root POM

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

Branch: refs/heads/master
Commit: 6820b355e15d0ddfa51ee726069ba9a702c7cad8
Parents: b17efa1
Author: Andy Seaborne <[email protected]>
Authored: Fri Nov 17 15:01:32 2017 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Sat Nov 18 10:20:06 2017 +0000

----------------------------------------------------------------------
 apache-jena-libs/pom.xml                |   4 +-
 apache-jena-osgi/jena-osgi-test/pom.xml |   2 +-
 apache-jena-osgi/pom.xml                |   4 +-
 apache-jena/pom.xml                     |   4 +-
 jena-arq/pom.xml                        |   4 +-
 jena-base/pom.xml                       |   4 +-
 jena-cmds/pom.xml                       |   4 +-
 jena-core/pom.xml                       |   4 +-
 jena-csv/pom.xml                        |   4 +-
 jena-db/pom.xml                         |   4 +-
 jena-elephas/pom.xml                    |   4 +-
 jena-extras/pom.xml                     |   4 +-
 jena-fuseki1/pom.xml                    |   4 +-
 jena-fuseki2/pom.xml                    |   4 +-
 jena-integration-tests/pom.xml          |   4 +-
 jena-iri/pom.xml                        |   4 +-
 jena-jdbc/pom.xml                       |   4 +-
 jena-maven-tools/pom.xml                |   4 +-
 jena-permissions/pom.xml                |   4 +-
 jena-project/DEPENDENCIES               |  11 -
 jena-project/LICENSE                    | 202 -------
 jena-project/NOTICE                     |   5 -
 jena-project/pom.xml                    | 872 ---------------------------
 jena-rdfconnection/pom.xml              |   4 +-
 jena-sdb/pom.xml                        |   4 +-
 jena-shaded-guava/pom.xml               |   4 +-
 jena-spatial/pom.xml                    |   4 +-
 jena-tdb/pom.xml                        |   4 +-
 jena-text-es/pom.xml                    |   4 +-
 jena-text/pom.xml                       |   4 +-
 pom.xml                                 | 802 ++++++++++++++++++++++--
 31 files changed, 812 insertions(+), 1182 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/apache-jena-libs/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-libs/pom.xml b/apache-jena-libs/pom.xml
index b3ee4f6..9fc141b 100644
--- a/apache-jena-libs/pom.xml
+++ b/apache-jena-libs/pom.xml
@@ -19,9 +19,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <!-- Need if the parent is a snapshot -->

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/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 fa9b570..1267d3d 100644
--- a/apache-jena-osgi/jena-osgi-test/pom.xml
+++ b/apache-jena-osgi/jena-osgi-test/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.4.0-SNAPSHOT</version>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/apache-jena-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena-osgi/pom.xml b/apache-jena-osgi/pom.xml
index de6a34e..efbcae7 100644
--- a/apache-jena-osgi/pom.xml
+++ b/apache-jena-osgi/pom.xml
@@ -20,9 +20,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent> 
 
   <name>Apache Jena - OSGi</name>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/apache-jena/pom.xml
----------------------------------------------------------------------
diff --git a/apache-jena/pom.xml b/apache-jena/pom.xml
index eac659a..7461077 100644
--- a/apache-jena/pom.xml
+++ b/apache-jena/pom.xml
@@ -36,9 +36,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <organization>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-arq/pom.xml
----------------------------------------------------------------------
diff --git a/jena-arq/pom.xml b/jena-arq/pom.xml
index c8bac07..fb81613 100644
--- a/jena-arq/pom.xml
+++ b/jena-arq/pom.xml
@@ -25,9 +25,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <!-- Need if the parent is a snapshot -->

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-base/pom.xml
----------------------------------------------------------------------
diff --git a/jena-base/pom.xml b/jena-base/pom.xml
index 30acc44..9678ac9 100644
--- a/jena-base/pom.xml
+++ b/jena-base/pom.xml
@@ -21,9 +21,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
   <artifactId>jena-base</artifactId>
   <version>3.6.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-cmds/pom.xml
----------------------------------------------------------------------
diff --git a/jena-cmds/pom.xml b/jena-cmds/pom.xml
index fd7e26f..626bb64 100644
--- a/jena-cmds/pom.xml
+++ b/jena-cmds/pom.xml
@@ -20,9 +20,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent> 
 
   <name>Apache Jena - Command line tools</name>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index 34372fa..6401d95 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -26,9 +26,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <description>Jena is a Java framework for building Semantic Web 
applications. It provides a programmatic environment for RDF, RDFS and OWL, 
SPARQL and includes a rule-based inference engine.</description>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-csv/pom.xml
----------------------------------------------------------------------
diff --git a/jena-csv/pom.xml b/jena-csv/pom.xml
index e141c4f..50cf494 100644
--- a/jena-csv/pom.xml
+++ b/jena-csv/pom.xml
@@ -25,9 +25,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
   
   

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-db/pom.xml
----------------------------------------------------------------------
diff --git a/jena-db/pom.xml b/jena-db/pom.xml
index 97c1017..c323e8f 100644
--- a/jena-db/pom.xml
+++ b/jena-db/pom.xml
@@ -28,9 +28,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
   
   <licenses>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-elephas/pom.xml
----------------------------------------------------------------------
diff --git a/jena-elephas/pom.xml b/jena-elephas/pom.xml
index a3f4a95..3aac62d 100644
--- a/jena-elephas/pom.xml
+++ b/jena-elephas/pom.xml
@@ -22,9 +22,9 @@ limitations under the License.
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <name>Apache Jena - Elephas</name>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-extras/pom.xml
----------------------------------------------------------------------
diff --git a/jena-extras/pom.xml b/jena-extras/pom.xml
index 2b53324..248705e 100644
--- a/jena-extras/pom.xml
+++ b/jena-extras/pom.xml
@@ -28,9 +28,9 @@ limitations under the License.
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <!-- Need if the parent is a snapshot -->

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-fuseki1/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki1/pom.xml b/jena-fuseki1/pom.xml
index 39f43d7..e31c9fb 100644
--- a/jena-fuseki1/pom.xml
+++ b/jena-fuseki1/pom.xml
@@ -27,9 +27,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent> 
 
   <!-- Need if the parent is a snapshot -->

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index e869d7b..b8f9efd 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -20,9 +20,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent> 
 
   <name>Apache Jena - Fuseki - A SPARQL 1.1 Server</name>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/jena-integration-tests/pom.xml b/jena-integration-tests/pom.xml
index 367e748..9c44fe4 100644
--- a/jena-integration-tests/pom.xml
+++ b/jena-integration-tests/pom.xml
@@ -31,9 +31,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <licenses>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-iri/pom.xml
----------------------------------------------------------------------
diff --git a/jena-iri/pom.xml b/jena-iri/pom.xml
index ee5382a..b6ec008 100644
--- a/jena-iri/pom.xml
+++ b/jena-iri/pom.xml
@@ -26,9 +26,9 @@
   <version>3.6.0-SNAPSHOT</version>
     <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent> 
   
   <description>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jena-jdbc/pom.xml b/jena-jdbc/pom.xml
index d054e44..435a8c4 100644
--- a/jena-jdbc/pom.xml
+++ b/jena-jdbc/pom.xml
@@ -28,9 +28,9 @@
 
        <parent>
                <groupId>org.apache.jena</groupId>
-               <artifactId>jena-project</artifactId>
+               <artifactId>jena</artifactId>
                <version>3.6.0-SNAPSHOT</version>
-               <relativePath>../jena-project</relativePath>
+               <relativePath>..</relativePath>
        </parent>
 
        <!-- Need if the parent is a snapshot -->

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-maven-tools/pom.xml
----------------------------------------------------------------------
diff --git a/jena-maven-tools/pom.xml b/jena-maven-tools/pom.xml
index a8bc7d7..976a43b 100644
--- a/jena-maven-tools/pom.xml
+++ b/jena-maven-tools/pom.xml
@@ -29,9 +29,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <developers>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-permissions/pom.xml
----------------------------------------------------------------------
diff --git a/jena-permissions/pom.xml b/jena-permissions/pom.xml
index 5a46c24..131507a 100644
--- a/jena-permissions/pom.xml
+++ b/jena-permissions/pom.xml
@@ -33,9 +33,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
        <organization>
                 <name>The Apache Software Foundation</name>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-project/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/jena-project/DEPENDENCIES b/jena-project/DEPENDENCIES
deleted file mode 100644
index 1aa6767..0000000
--- a/jena-project/DEPENDENCIES
+++ /dev/null
@@ -1,11 +0,0 @@
-This file lists the dependences for Apache Jena.
-
-  Version numbers are given in the POM file for a particular distribution. 
-  Additional dependencies may be specified in individual modules.
-
-SLF4J : http://www.slf4j.org/
-  Copyright (c) 2004-2008 QOS.ch
-  MIT License
-
-JUnit : http://junit.org/
-  Common Public License - v1.0

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-project/LICENSE
----------------------------------------------------------------------
diff --git a/jena-project/LICENSE b/jena-project/LICENSE
deleted file mode 100644
index d645695..0000000
--- a/jena-project/LICENSE
+++ /dev/null
@@ -1,202 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-project/NOTICE
----------------------------------------------------------------------
diff --git a/jena-project/NOTICE b/jena-project/NOTICE
deleted file mode 100644
index c1042f4..0000000
--- a/jena-project/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Jena
-Copyright 2011-2017 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-project/pom.xml
----------------------------------------------------------------------
diff --git a/jena-project/pom.xml b/jena-project/pom.xml
deleted file mode 100644
index 73006d5..0000000
--- a/jena-project/pom.xml
+++ /dev/null
@@ -1,872 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-
-  <groupId>org.apache.jena</groupId>
-  <artifactId>jena-project</artifactId>
-  <packaging>pom</packaging>
-  <url>http://jena.apache.org/</url>
-  <version>3.6.0-SNAPSHOT</version>
-  <name>Apache Jena - Project</name>
-
-  <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <!-- This version number is also in the top POM -->
-    <version>18</version>
-    <relativePath />
-  </parent>
-
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-    </license>
-  </licenses>
-  
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-
-  <properties>
-    <ver.slf4j>1.7.25</ver.slf4j>
-    <ver.log4j>1.2.17</ver.log4j>
-    <ver.junit>4.12</ver.junit>
-    <ver.xerces>2.11.0</ver.xerces>
-    <ver.libthrift>0.10.0</ver.libthrift>
-
-    <!-- jsonld-java depends on depends on Jackson core
-         artifacts so the versions must align. Consult jsonld-java's 
-         POM for the correct dependency versions 
-    -->
-    <ver.jsonldjava>0.11.1</ver.jsonldjava>
-    <ver.jackson>2.9.0</ver.jackson>
-
-    <ver.commonsio>2.6</ver.commonsio>
-    <ver.commonscli>1.4</ver.commonscli>
-    <ver.commonslang3>3.4</ver.commonslang3>
-    <ver.commonscsv>1.5</ver.commonscsv>
-    <ver.commons-codec>1.11</ver.commons-codec>
-
-    <ver.dexxcollection>0.7</ver.dexxcollection>
-
-    <ver.httpclient>4.5.3</ver.httpclient>
-    <ver.httpcore>4.4.6</ver.httpcore>
-    <!-- Normally, these are the same as the above
-         In the case of 4.2.6, there isn't a httpcore-osgi.
-    -->
-    <ver.httpcore-osgi>${ver.httpcore}</ver.httpcore-osgi>
-    <ver.httpclient-osgi>${ver.httpclient}</ver.httpclient-osgi>
-
-    <ver.lucene>6.4.1</ver.lucene>
-
-    <ver.elasticsearch>5.2.2</ver.elasticsearch>
-    <!-- elasticsearch uses this by reflection -->
-    <ver.log4j2>2.7</ver.log4j2>
-
-    <ver.spatial4j>0.6</ver.spatial4j>
-
-    <ver.mockito>1.9.5</ver.mockito>
-    <ver.awaitility>1.7.0</ver.awaitility>
-
-    <jdk.version>1.8</jdk.version>
-    <targetJdk>${jdk.version}</targetJdk> <!-- MPMD-86 workaround -->
-
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
-    <ver.contract.tests>0.1.7</ver.contract.tests>
-  </properties>
-
-  <profiles>
-    <profile>
-      <!-- Turn of doclint for java8 and later -->
-      <id>doclint-java8-disable</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration>
-              <additionalparam>-Xdoclint:none</additionalparam>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <profile>
-      <id>dev</id>
-      <build>
-        <plugins>
-          <!-- For -Pdev :: don't create javadoc. -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration>
-              <skip>true</skip>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-  </profiles>
-
-  <!-- Version management -->
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${ver.junit}</version>
-        <scope>test</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>xerces</groupId>
-        <artifactId>xercesImpl</artifactId>
-        <version>${ver.xerces}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpclient-cache</artifactId>
-        <version>${ver.httpclient}</version>
-        <exclusions>
-          <!-- Replace with slf4j adapter -->
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpclient</artifactId>
-        <version>${ver.httpclient}</version>
-        <exclusions>
-          <!-- Replace with slf4j adapter -->
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-
-      <dependency>
-        <groupId>commons-codec</groupId>
-        <artifactId>commons-codec</artifactId>
-        <version>${ver.commons-codec}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-        <version>${ver.commonsio}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.apache.thrift</groupId>
-        <artifactId>libthrift</artifactId>
-        <version>${ver.libthrift}</version>
-        <exclusions>
-          <!-- Use whatever version Jena is using -->
-          <exclusion>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpcore</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-csv</artifactId>
-        <version>${ver.commonscsv}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-lang3</artifactId>
-        <version>${ver.commonslang3}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>commons-fileupload</groupId>
-        <artifactId>commons-fileupload</artifactId>
-        <version>1.3.3</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-collections4</artifactId>
-        <version>4.1</version>
-      </dependency>
-      
-      <!-- supports persistent data structures -->
-      <dependency>
-        <groupId>com.github.andrewoma.dexx</groupId>
-        <artifactId>collection</artifactId>
-        <version>${ver.dexxcollection}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>com.github.jsonld-java</groupId>
-        <artifactId>jsonld-java</artifactId>
-        <version>${ver.jsonldjava}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-          <!-- Exclude so we use our choice of versions -->
-          <exclusion>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient-cache</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient-osgi</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpcore-osgi</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      
-      <!-- Lucene dependencies -->
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-core</artifactId>
-        <version>${ver.lucene}</version>
-        <type>jar</type>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-analyzers-common</artifactId>
-        <version>${ver.lucene}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-queryparser</artifactId>
-        <version>${ver.lucene}</version>
-      </dependency>
-
-      <!-- For jena-spatial -->
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-spatial</artifactId>
-        <version>${ver.lucene}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-spatial-extras</artifactId>
-        <version>${ver.lucene}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.locationtech.spatial4j</groupId>
-        <artifactId>spatial4j</artifactId>
-        <version>${ver.spatial4j}</version>
-      </dependency>
-
-      <!-- Elasticsearch dependencies -->
-
-      <dependency>
-        <groupId>org.elasticsearch.client</groupId>
-        <artifactId>transport</artifactId>
-        <version>${ver.elasticsearch}</version>
-      </dependency>
-
-      <!-- Elasticsearch Server
-      <dependency>
-        <groupId>org.elasticsearch</groupId>
-        <artifactId>elasticsearch</artifactId>
-        <version>${ver.elasticsearch}</version>
-      </dependency>
-      -->
-
-      <dependency>
-        <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-api</artifactId>
-        <version>${ver.log4j2}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-to-slf4j</artifactId>
-        <version>${ver.log4j2}</version>
-      </dependency>
-
-      <!-- Logging -->
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-api</artifactId>
-        <version>${ver.slf4j}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>${ver.slf4j}</version>
-      </dependency>
-
-      <!-- And intercept any uses of Jakarta Commons Logging 
-           e.g. Apache Common HTTP client. 
-      -->
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>jcl-over-slf4j</artifactId>
-        <version>${ver.slf4j}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>${ver.log4j}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>commons-cli</groupId>
-        <artifactId>commons-cli</artifactId>
-        <version>${ver.commonscli}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.xenei</groupId>
-        <artifactId>junit-contracts</artifactId>
-        <version>${ver.contract.tests}</version>
-        <scope>test</scope>
-        <exclusions>
-          <exclusion>
-            <artifactId>commons-cli</artifactId>
-            <groupId>commons-cli</groupId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.xenei</groupId>
-        <artifactId>contract-test-maven-plugin</artifactId>
-        <version>${ver.contract.tests}</version>
-        <scope>test</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>org.mockito</groupId>
-        <artifactId>mockito-all</artifactId>
-        <version>${ver.mockito}</version>
-        <scope>test</scope>
-      </dependency>
-      
-      <dependency>
-        <groupId>com.jayway.awaitility</groupId>
-        <artifactId>awaitility</artifactId>
-        <version>${ver.awaitility}</version>
-      </dependency>
-    </dependencies>
-
-  </dependencyManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <optional>true</optional>
-    </dependency>
-
-  </dependencies>
-
-  <build>
-    <!-- Run the enforcer plugin automatically at compile time -->
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>enforce</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration combine.self="override">
-              <rules>
-                <requireJavaVersion>
-                  <version>1.8.0</version>
-                </requireJavaVersion>
-                <requirePluginVersions>
-                  <message>Best practice is to always define plugin 
versions!</message>
-                  <banLatest>true</banLatest>
-                  <banRelease>true</banRelease>
-                </requirePluginVersions>
-                <requireReleaseDeps>
-                  <message>No SNAPSHOT dependencies are allowed!</message>
-                  <onlyWhenRelease>true</onlyWhenRelease>
-                </requireReleaseDeps>
-              </rules>
-              <fail>true</fail>
-              <failFast>true</failFast>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <!-- Run the RAT Plugin -->
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.12</version>
-        <executions>
-          <execution>
-            <id>rat-checks</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <excludeSubProjects>true</excludeSubProjects>
-          <excludes>
-            <exclude>**/hs_err_pid*.log</exclude>
-            <exclude>**/.project</exclude>
-            <exclude>**/.settings/**</exclude>
-            <exclude>**/.classpath</exclude>
-            <exclude>**/README.*</exclude>
-            <exclude>**/META-INF/services/*</exclude>
-            <!--
-                jena-core exclusions
-            -->
-            <exclude>**/src-examples/data/*</exclude>
-            
-            <!--
-                jena-fuseki exclusions
-            -->
-            <exclude>**/dist/ABOUT</exclude>
-            <exclude>**/SEE_FUSEKI2</exclude>
-            <!-- 
-                 Need to exclude JS and CSS since much of it comes from other 
Apache licensed projects 
-                 e.g. Bootstrap, Qonsole
-                 
-            -->
-            <exclude>**/src/main/webapp/css/*</exclude>
-            <exclude>**/src/main/webapp/fonts/*</exclude>
-            <exclude>**/src/main/webapp/js/**/*</exclude>
-            
-            <!-- General exclusions -->
-            <!-- 
-                 Vocabularies are often just local copies of vocabularies
-                 published by others
-            -->
-            <exclude>**/vocabularies/*</exclude>
-            <exclude>**/Vocabularies/*</exclude>
-
-            <!--
-                Javadoc add-ons files are required to be simple and our 
javadoc configuration
-                will ensure appropriate license and copyright statements are 
inserted
-                into generated documentation anyway so no need to put license 
statements in these
-                files
-            -->
-            <exclude>**/src/main/**/*.html</exclude>
-            <exclude>**/src/**/package-info.java</exclude>
-            
-            <exclude>**/DEPENDENCIES</exclude>
-            
-            <!--
-                Text and Markdown files are typically used only for 
documentation purposes
-                and license declarations are usually spurious in these files 
since often they
-                will refer to the LICENSE/NOTICE for users to find the actual 
licenses
-            -->
-            <exclude>**/*.txt</exclude>
-            <exclude>**/*.md</exclude>
-            
-            <!--
-                META-INF services files can include comments but a license 
header would be
-                unecessarily clutter so we exclude these
-            -->
-            <exclude>**/META-INF/services/*</exclude>
-            
-            <!--
-                Jena historically has large numbers of small test file
-                with no license headers.  Such small files are not required 
-                to have headers. 
-
-                In addition, there are files with different Licenses
-                (e.g. W3C Software Licence, W3C Test Suite License) as
-                noted in the code tree.
-            -->
-            <exclude>**/src/test/resources/**/*</exclude>
-            <exclude>**/testing/**/*</exclude>
-
-            <exclude>**/log4j.properties</exclude>
-            <exclude>**/log4j-testing.properties</exclude>
-            <exclude>**/derby.log</exclude>
-            <exclude>**/DB/**/*</exclude>
-            <!-- TDB config files JSON - no comments allowed -->
-            <exclude>**/tdb*.cfg</exclude>
-            <!-- Fuseki2 server "run" area -->
-            <exclude>**/run/**/*</exclude>
-            <!-- Cached classpath for commands - autogenerated -->
-            <exclude>**/*.classpath</exclude>
-
-            <!-- Exclude anything created during the build (plugin generated 
files) ->-->
-            <exclude>**/target/**/*</exclude>
-            <!-- MSHADE-124 -->
-            <exclude>**/dependency-reduced-pom.xml</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-
-    <!-- Plugin version list: http://maven.apache.org/plugins/index.html -->
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <encoding>UTF-8</encoding>
-            <debug>true</debug>
-            <debuglevel>source,lines,vars</debuglevel>
-            <optimize>true</optimize>
-            <source>${jdk.version}</source>
-            <target>${jdk.version}</target>
-          </configuration>
-        </plugin>
-
-        <!-- Avoid the warnings and errors from m2e -->
-        <plugin>
-          <groupId>org.eclipse.m2e</groupId>
-          <artifactId>lifecycle-mapping</artifactId>
-          <version>1.0.0</version>
-          <configuration>
-            <lifecycleMappingMetadata>
-              <pluginExecutions>
-                <pluginExecution>
-                  <!-- 
-                       Warning:
-                       "maven-remote-resources-plugin (goal "process") is 
ignored by m2e." 
-                  -->
-                  <pluginExecutionFilter>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-enforcer-plugin</artifactId>
-                    <versionRange>[1.0.0,)</versionRange>
-                    <goals>
-                      <goal>enforce</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-                <pluginExecution>
-                  <!-- 
-                       Warning:
-                       "maven-enforcer-plugin (goal "enforce") is ignored by 
m2e." 
-                  -->
-                  <pluginExecutionFilter>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-remote-resources-plugin</artifactId>
-                    <versionRange>[1.0.0,)</versionRange>
-                    <goals>
-                      <goal>process</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-                
-                <pluginExecution>
-                  <!--
-                      Error:
-                      Plugin execution not covered by lifecycle configuration
-                  -->
-                  <pluginExecutionFilter>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <versionRange>[0.11,)</versionRange>
-                    <goals>
-                      <goal>check</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.xenei</groupId>
-                    <artifactId>contract-test-maven-plugin</artifactId>
-                    <versionRange>${ver.contract.tests}</versionRange>
-                    <goals>
-                      <goal>contract-test</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-                
-              </pluginExecutions>
-            </lifecycleMappingMetadata>
-          </configuration>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-source-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>attach-sources</id>
-              <goals>
-                <goal>jar-no-fork</goal>
-              </goals>
-            </execution>
-            <!-- Only needed in some jars <execution> 
<id>attach-sources-test</id> 
-                 <goals> <goal>test-jar-no-fork</goal> </goals> </execution> 
-->
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>attach-javadocs</id>
-              <goals>
-                <goal>jar</goal>
-              </goals>
-            </execution>
-          </executions>
-          <configuration>
-            <version>true</version>
-            <show>public</show>
-            <quiet>true</quiet>
-            <encoding>UTF-8</encoding>
-            <windowtitle>${project.name} ${project.version}</windowtitle>
-            <doctitle>${project.name} ${project.version}</doctitle>
-            <bottom>Licensed under the Apache License, Version 2.0</bottom>
-            <links>
-              <link>http://jena.apache.org/documentation/javadoc/jena/</link>
-              <link>http://jena.apache.org/documentation/javadoc/arq/</link>
-              <link>http://jena.apache.org/documentation/javadoc/tdb/</link>
-              <link>http://jena.apache.org/documentation/javadoc/text/</link>
-              
<link>http://jena.apache.org/documentation/javadoc/spatial/</link>
-              
<link>http://jena.apache.org/documentation/javadoc/fuseki2/</link>
-              
<link>http://jena.apache.org/documentation/javadoc/permissions/</link>
-              <link>http://jena.apache.org/documentation/javadoc/jdbc/</link>
-              
<link>http://jena.apache.org/documentation/javadoc/elephas/</link>
-            </links>
-          </configuration>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-resources-plugin</artifactId>
-          <configuration>
-            <encoding>UTF-8</encoding>
-          </configuration>
-        </plugin>
-
-        <!-- Temp fix for remote-resources while waiting for remote-resources 
>1.5
-             1.6 should fix this - SNAPSHOT already does.
-        -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.5</version>
-          <dependencies>
-            <dependency>
-              <groupId>org.apache.maven.shared</groupId>
-              <artifactId>maven-filtering</artifactId>
-              <version>1.2</version>
-            </dependency>
-          </dependencies>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <configuration>
-            <overWriteReleases>false</overWriteReleases>
-            <overWriteIfNewer>true</overWriteIfNewer>
-          </configuration>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>enforce</id>
-              <goals>
-                <goal>enforce</goal>
-              </goals>
-            </execution>
-          </executions>
-          <configuration>
-            <rules>
-              <requirePluginVersions>
-                <message>Best practice is to always define plugin 
versions!</message>
-                <banLatest>true</banLatest>
-                <banRelease>true</banRelease>
-              </requirePluginVersions>
-              <requireReleaseDeps>
-                <message>No SNAPSHOT dependencies are allowed!</message>
-                <onlyWhenRelease>true</onlyWhenRelease>
-              </requireReleaseDeps>
-              <DependencyConvergence />
-            </rules>
-            <fail>true</fail>
-          </configuration>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.5.3</version>
-          <extensions>true</extensions>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-shade-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
-
-
-      </plugins>
-    </pluginManagement>
-  </build>
-
-  <reporting>
-    <!-- <outputDirectory>${project.build.directory}/site</outputDirectory> -->
-
-    <plugins>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.20.1</version>
-        <configuration>
-          
<outputDirectory>${project.basedir}/target/surefire-reports-html</outputDirectory>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.7</version>
-        <configuration>
-          <instrumentation>
-            <ignores>
-              <ignore>org.slf4j.*</ignore>
-            </ignores>
-          </instrumentation>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.17</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.5</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.8</version>
-        <configuration>
-          <linkXref>true</linkXref>
-          <sourceEncoding>utf-8</sourceEncoding>
-          <minimumTokens>100</minimumTokens>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.1</version>
-      </plugin>
-
-    </plugins>
-
-  </reporting>
-</project>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-rdfconnection/pom.xml
----------------------------------------------------------------------
diff --git a/jena-rdfconnection/pom.xml b/jena-rdfconnection/pom.xml
index 53a2b20..f8884cb 100644
--- a/jena-rdfconnection/pom.xml
+++ b/jena-rdfconnection/pom.xml
@@ -31,9 +31,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <licenses>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-sdb/pom.xml
----------------------------------------------------------------------
diff --git a/jena-sdb/pom.xml b/jena-sdb/pom.xml
index 256b52b..8ea3f1f 100644
--- a/jena-sdb/pom.xml
+++ b/jena-sdb/pom.xml
@@ -25,9 +25,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent> 
 
   <description>SDB is a persistence layer for use with Apache Jena that uses 
an SQL database to store triples/quads.</description>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-shaded-guava/pom.xml
----------------------------------------------------------------------
diff --git a/jena-shaded-guava/pom.xml b/jena-shaded-guava/pom.xml
index 07e5b20..1f6ee3c 100644
--- a/jena-shaded-guava/pom.xml
+++ b/jena-shaded-guava/pom.xml
@@ -21,9 +21,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
   <artifactId>jena-shaded-guava</artifactId>
   <version>3.6.0-SNAPSHOT</version>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-spatial/pom.xml
----------------------------------------------------------------------
diff --git a/jena-spatial/pom.xml b/jena-spatial/pom.xml
index 73678dc..0bdfed0 100644
--- a/jena-spatial/pom.xml
+++ b/jena-spatial/pom.xml
@@ -25,9 +25,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-tdb/pom.xml
----------------------------------------------------------------------
diff --git a/jena-tdb/pom.xml b/jena-tdb/pom.xml
index 3f67d32..a03952c 100644
--- a/jena-tdb/pom.xml
+++ b/jena-tdb/pom.xml
@@ -25,9 +25,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent> 
 
   <!-- Need if the parent is a snapshot -->

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-text-es/pom.xml
----------------------------------------------------------------------
diff --git a/jena-text-es/pom.xml b/jena-text-es/pom.xml
index 55890f4..bee8787 100644
--- a/jena-text-es/pom.xml
+++ b/jena-text-es/pom.xml
@@ -25,9 +25,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/jena-text/pom.xml
----------------------------------------------------------------------
diff --git a/jena-text/pom.xml b/jena-text/pom.xml
index e97c89e..8d07f08 100644
--- a/jena-text/pom.xml
+++ b/jena-text/pom.xml
@@ -25,9 +25,9 @@
 
   <parent>
     <groupId>org.apache.jena</groupId>
-    <artifactId>jena-project</artifactId>
+    <artifactId>jena</artifactId>
     <version>3.6.0-SNAPSHOT</version>
-    <relativePath>../jena-project</relativePath>
+    <relativePath>..</relativePath>
   </parent>
 
   <properties>

Reply via email to