You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2023/06/28 14:17:56 UTC

[shiro] branch 1.12.x updated: [build] Help maven reactor

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

fpapon pushed a commit to branch 1.12.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.12.x by this push:
     new fac713e87 [build] Help maven reactor
     new cfdcaca0e Merge pull request #960 from fpapon/maven-reactor
fac713e87 is described below

commit fac713e8799cb496141ad5be62d80025cdd5079f
Author: francois papon <fp...@apache.org>
AuthorDate: Wed Jun 28 12:36:49 2023 +0200

    [build] Help maven reactor
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 970083d7f..e7c663851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,8 +146,8 @@
         <module>support</module>
         <module>tools</module>
         <module>all</module>
-        <module>samples</module>
         <module>integration-tests</module>
+        <module>samples</module>
         <module>test-coverage</module>
         <module>bom</module>
     </modules>