[java-idp-plugin-duo] branch main updated: Fixed module build order

Phil Smart philip.smart at jisc.ac.uk
Mon Mar 8 19:22:30 UTC 2021


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=6b55af90c760e668c230887afd6552da41e1a60e

The following commit(s) were added to refs/heads/main by this push:
       new  6b55af9   Fixed module build order
6b55af9 is described below

commit 6b55af90c760e668c230887afd6552da41e1a60e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Mar 8 19:22:28 2021 +0000

    Fixed module build order
    
    Related to JCOMOIDC-16
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 852910d..985232c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,10 @@
     <modules>
         <module>idp-duo-api</module>
         <module>idp-duo-impl</module>
-        <module>idp-duo-sdk-client-impl</module>
-        <module>idp-duo-sdk-distribution</module>
-        <module>idp-duo-nimbus-distribution</module>
+        <module>idp-duo-sdk-client-impl</module>        
         <module>idp-duo-nimbus-client-impl</module>
+        <module>idp-duo-nimbus-distribution</module>   
+        <module>idp-duo-sdk-distribution</module>     
     </modules>
 
     <distributionManagement>

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


More information about the commits mailing list