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 2022/08/20 07:58:32 UTC

[jena] branch main updated: Fuseki: Build UI before webapp

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 966bf5e844 Fuseki: Build UI before webapp
966bf5e844 is described below

commit 966bf5e844af2d42518294e6e35b2b63677296f4
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Aug 20 08:39:06 2022 +0100

    Fuseki: Build UI before webapp
---
 jena-fuseki2/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index 5e3e870e2a..1b2afd60ad 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -69,8 +69,8 @@
     <module>jena-fuseki-server</module>
     
     <!-- Fuseki Webapp -->
-    <module>jena-fuseki-webapp</module>
     <module>jena-fuseki-ui</module>
+    <module>jena-fuseki-webapp</module>
     <module>jena-fuseki-war</module>
     <module>jena-fuseki-fulljar</module>