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/05/20 23:34:15 UTC

[2/2] jena git commit: JENA-1184: Comment out jena-maven-tools

JENA-1184: Comment out jena-maven-tools


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

Branch: refs/heads/master
Commit: b33e2ed9a41022c906afe4d718b16380f839139e
Parents: 464119c
Author: Andy Seaborne <an...@apache.org>
Authored: Sat May 21 00:10:21 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat May 21 00:10:21 2016 +0100

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b33e2ed9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77fc7da..aa3e879 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,10 @@
         <module>jena-permissions</module>
 
         <module>jena-jdbc</module>
-        <module>jena-maven-tools</module>
+        <!-- Removed because this breaks the build after the 
+             upgrade of Apache parent PM to v18 - see JENA-1184 
+        -->
+        <!-- <module>jena-maven-tools</module> -->
         <module>jena-elephas</module>
 
         <module>apache-jena</module>