You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ra...@apache.org on 2015/11/27 18:07:13 UTC

ignite git commit: IGNITE-1270 Change order in which OSGi modules are built.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1270 593440a5a -> 07078b086


IGNITE-1270 Change order in which OSGi modules are built.


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

Branch: refs/heads/ignite-1270
Commit: 07078b0860604fd1cf983a16a7c6069e35cc81cf
Parents: 593440a
Author: Raul Kripalani <ra...@apache.org>
Authored: Fri Nov 27 17:07:03 2015 +0000
Committer: Raul Kripalani <ra...@apache.org>
Committed: Fri Nov 27 17:07:03 2015 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/07078b08/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72004f8..aa31f54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,9 +80,9 @@
         <module>modules/mqtt</module>
         <module>modules/zookeeper</module>
         <module>modules/camel</module>
-        <module>modules/osgi</module>
-        <module>modules/osgi-karaf</module>
         <module>modules/osgi-paxlogging</module>
+        <module>modules/osgi-karaf</module>
+        <module>modules/osgi</module>
     </modules>
 
     <profiles>