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 2018/12/30 14:51:20 UTC

[jena] branch master updated: Revert "Enable jena-maven-tools"

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 560de2b  Revert "Enable jena-maven-tools"
560de2b is described below

commit 560de2be31837111373bc42b1be6324ae1e895a0
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sun Dec 30 14:50:52 2018 +0000

    Revert "Enable jena-maven-tools"
    
    This reverts commit ced8a8e161e30b5ab13d6137bfe2b06e2d3c1cc3.
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47f7f3d..4d1785d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,7 +243,9 @@
         <!-- Retired: <module>jena-fuseki1</module> -->
         <!-- Retired: <module>jena-csv</module> -->
         <module>jena-sdb</module>
-        <module>jena-maven-tools</module>
+        <!-- apache-19 breaks this
+          <module>jena-maven-tools</module>
+        -->
 
         <!-- Other -->
         <module>jena-permissions</module>