This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new bce962e Change build order to fix build issue
bce962e is described below
commit bce962e20f33f0db415fc9b541937be6c591908c
Author: Serge Huber <[email protected]>
AuthorDate: Tue May 5 20:15:13 2020 +0200
Change build order to fix build issue
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 222826b..8ebfaac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1033,10 +1033,10 @@
<module>plugins</module>
<module>extensions</module>
<module>tools</module>
+ <module>manual</module>
<module>kar</module>
<module>samples</module>
<module>package</module>
- <module>manual</module>
</modules>
<dependencies>