This is an automated email from the ASF dual-hosted git repository.
ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 062550c IGNITE-14996 - Modules order fix.
062550c is described below
commit 062550c0099289ed556cc10559b07a8ae6a96340
Author: ibessonov <[email protected]>
AuthorDate: Mon Jun 28 10:40:35 2021 +0300
IGNITE-14996 - Modules order fix.
Signed-off-by: ibessonov <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f09d6cf..81852dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
<packaging>pom</packaging>
<modules>
+ <module>examples</module>
<module>modules/affinity</module>
<module>modules/api</module>
<module>modules/baseline</module>
@@ -59,7 +60,6 @@
<module>modules/schema</module>
<module>modules/table</module>
<module>modules/vault</module>
- <module>examples</module>
</modules>
<build>