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

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

commit 645dac5ddf08e0c4a272d93eebdf89df4cc72c24
Author: Lukasz Lenart <[email protected]>
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 485d32e..c324810 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