This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 99001133595c9f0c3af8862b80b10df8a65b163a Author: lprimak <[email protected]> AuthorDate: Fri Feb 6 13:45:55 2026 -0600 enh: added flowlogix releases --- .mvn/maven.config | 1 + pom.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.mvn/maven.config b/.mvn/maven.config index ac68ccb77..590bd119f 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1,2 @@ -Djapicmp.skip=true +-Pflowlogix-nexus-releases diff --git a/pom.xml b/pom.xml index 692074efd..176c93a91 100644 --- a/pom.xml +++ b/pom.xml @@ -1803,6 +1803,22 @@ </plugins> </build> </profile> + <profile> + <id>flowlogix-nexus-releases</id> + <repositories> + <repository> + <id>flowlogix-nexus-releases</id> + <name>Flowlogix Nexus Releases</name> + <url>https://nexus.flowlogix.com/repository/maven-releases/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> + </profile> </profiles> <!--Disable snapshot repositories because they download snapshots instead of using the current build in CI 'mvn verify' steps-->
