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

lukaszlenart pushed a commit to branch WW-5049-velocity-plugin
in repository https://gitbox.apache.org/repos/asf/struts.git

commit ea8e2b5a9652caa9a6fc7c970b236abab604218e
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Nov 26 20:26:54 2019 +0100

    Reorder modules to build apps at the end
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8c6387..8b42a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,9 +75,9 @@
     <modules>
         <module>bom</module>
         <module>core</module>
-        <module>apps</module>
         <module>plugins</module>
         <module>bundles</module>
+        <module>apps</module>
     </modules>
 
     <licenses>

Reply via email to