This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/unomi-1.5.x by this push:
new df40179 Change build order to fix build issue
df40179 is described below
commit df4017909f1fb7123e79490641dadea89a8e409a
Author: Serge Huber <[email protected]>
AuthorDate: Tue May 5 20:15:13 2020 +0200
Change build order to fix build issue
(cherry picked from commit bce962e20f33f0db415fc9b541937be6c591908c)
---
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>