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/04/26 08:07:06 UTC

jena git commit: JENA-1525: Automatic module name for Fuseki2

Repository: jena
Updated Branches:
  refs/heads/master e3a314a11 -> e5cbf13e3


JENA-1525: Automatic module name for Fuseki2


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

Branch: refs/heads/master
Commit: e5cbf13e3d470c89c8b40e01768968446c0ae765
Parents: e3a314a
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Apr 26 08:23:08 2018 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Apr 26 08:23:08 2018 +0100

----------------------------------------------------------------------
 jena-fuseki2/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e5cbf13e/jena-fuseki2/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index 849ff48..352999a 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -53,7 +53,8 @@
     <ver.jetty>9.4.7.v20170914</ver.jetty>
     <ver.shiro>1.2.6</ver.shiro>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
-    <build.time.xsd>${maven.build.timestamp}</build.time.xsd>  
+    <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
+    <automatic.module.name>org.apache.jena.fuseki2</automatic.module.name>  
   </properties>
 
   <modules>