You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/05 09:45:24 UTC

[13/50] [abbrv] ignite git commit: IGNITE-5120 Fixed LGPL build.

IGNITE-5120 Fixed LGPL build.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/777078d3
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/777078d3
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/777078d3

Branch: refs/heads/ignite-5009
Commit: 777078d377ba2f94b8f41086ecf0ad6056cdace5
Parents: 6ab579c
Author: Alexey Kuznetsov <ak...@gridgain.com>
Authored: Sat Apr 29 21:01:47 2017 +0700
Committer: Alexey Kuznetsov <ak...@gridgain.com>
Committed: Sat Apr 29 21:01:47 2017 +0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/777078d3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 722f5eb..5fd1005 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,9 +198,9 @@
         <profile>
             <id>lgpl</id>
             <modules>
+                <module>modules/hibernate-core</module>
                 <module>modules/hibernate-4.2</module>
                 <module>modules/hibernate-5.1</module>
-                <module>modules/hibernate-core</module>
                 <module>modules/geospatial</module>
                 <module>modules/schedule</module>
             </modules>