Repository: ignite Updated Branches: refs/heads/ignite-2.0 6ab579c77 -> 777078d37
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-2.0 Commit: 777078d377ba2f94b8f41086ecf0ad6056cdace5 Parents: 6ab579c Author: Alexey Kuznetsov <[email protected]> Authored: Sat Apr 29 21:01:47 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> 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>
