This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 9e24a3da16 Fix modules order
9e24a3da16 is described below

commit 9e24a3da16de6534480cbc69151d1aeeb76c2d6b
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun Sep 25 10:23:19 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 609a5e6632..286deb62b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1644,14 +1644,16 @@
     </snapshotRepository>
   </distributionManagement>
   <modules>
-    <module>log4j-1.2-api</module>
+    <!-- Unpublished modules first: -->
     <module>log4j-api-java9</module>
+    <module>log4j-core-java9</module>
+    <!-- Alphabetical order -->
+    <module>log4j-1.2-api</module>
     <module>log4j-api</module>
     <module>log4j-api-test</module>
     <module>log4j-appserver</module>
     <module>log4j-bom</module>
     <module>log4j-cassandra</module>
-    <module>log4j-core-java9</module>
     <module>log4j-core</module>
     <module>log4j-core-its</module>
     <module>log4j-core-test</module>

Reply via email to