You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2021/04/27 10:19:48 UTC

[ignite-3] branch main updated: IGNITE-14656 Modules in root pom.xml must be lexicographically sorted (#110)

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 f919b86  IGNITE-14656 Modules in root pom.xml must be lexicographically sorted (#110)
f919b86 is described below

commit f919b86d5c6fec852143ebbb99b6534e06853158
Author: Peter Ivanov <mr...@gmail.com>
AuthorDate: Tue Apr 27 13:19:42 2021 +0300

    IGNITE-14656 Modules in root pom.xml must be lexicographically sorted (#110)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55e5272..0f89644 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,9 @@
     <packaging>pom</packaging>
 
     <modules>
+        <module>modules/affinity</module>
         <module>modules/api</module>
+        <module>modules/baseline</module>
         <module>modules/bytecode</module>
         <module>modules/cli</module>
         <module>modules/cli-common</module>
@@ -52,8 +54,6 @@
         <module>modules/schema</module>
         <module>modules/table</module>
         <module>modules/vault</module>
-        <module>modules/baseline</module>
-        <module>modules/affinity</module>
     </modules>
 
     <build>