Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0a162cc8d -> 9abc76e9e


Moving the OSGi module to the end of the module list to let builds go
through all of the other modules first. The OSGi module seems to fail
randomly on Jenkins and all the time for me locally.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9abc76e9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9abc76e9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9abc76e9

Branch: refs/heads/master
Commit: 9abc76e9ebd5788f01f755e58fa7c5df8e9e3c66
Parents: 0a162cc
Author: Gary Gregory <ggreg...@apache.org>
Authored: Sat Jan 13 15:36:59 2018 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Sat Jan 13 15:36:59 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9abc76e9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9acb2a8..4e94794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1296,7 +1296,6 @@
     <module>log4j-taglib</module>
     <module>log4j-jmx-gui</module>
     <module>log4j-samples</module>
-    <module>log4j-osgi</module>
     <module>log4j-bom</module>
     <module>log4j-couchdb</module>
     <module>log4j-mongodb</module>
@@ -1307,6 +1306,7 @@
     <module>log4j-jul</module>
     <module>log4j-liquibase</module>
     <module>log4j-appserver</module>
+    <module>log4j-osgi</module>
   </modules>
   <profiles>
     <profile>

Reply via email to