From d1bfd176e6a91f07bb15dc23cc13ea5bc858471e Mon Sep 17 00:00:00 2001 From: Luca Cristoforetti <cristofo@fbk.eu> Date: Tue, 21 Jan 2020 10:13:25 +0100 Subject: [PATCH] Change order of modules in pom.xml --- org.polarsys.chess.parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.polarsys.chess.parent/pom.xml b/org.polarsys.chess.parent/pom.xml index 0b2c7160e..aa6acc01f 100644 --- a/org.polarsys.chess.parent/pom.xml +++ b/org.polarsys.chess.parent/pom.xml @@ -12,8 +12,8 @@ </parent> <modules> + <module>bundles</module> <module>features</module> <module>releng</module> - <module>bundles</module> </modules> </project> -- GitLab