[java-shib-shared] 01/02: Move the bom to the end to ensure it is last built

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 21 08:39:30 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=8e0411021d34969edb71a675a1c97065e7fc3ed8

commit 8e0411021d34969edb71a675a1c97065e7fc3ed8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 21 09:37:33 2022 +0100

    Move the bom to the end to ensure it is last built
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a12838ef..f0d84508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,6 @@
     <packaging>pom</packaging>
 
     <modules>
-        <module>shib-shared-bom</module>
-
         <!-- Old grab-bags. -->
         <module>shib-support</module>
         <module>shib-spring</module>
@@ -40,6 +38,9 @@
         <module>shib-testing</module>
         <module>shib-velocity</module>
         <module>shib-velocity-spring</module>
+
+        <module>shib-shared-bom</module>
+
     </modules>
 
     <properties>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list