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 78302df0e5f3898dd7815a45b48d2b4a23806969 Merge: 821b1f3f1 426a7ea5e Author: lprimak <[email protected]> AuthorDate: Tue Aug 13 18:14:30 2024 -0500 Merge branch 'main' into 3.x integration-tests/jakarta-ee/pom.xml | 2 +- integration-tests/meecrowave-support/pom.xml | 2 +- pom.xml | 42 +++++++++++++--------------- samples/quickstart-guice/pom.xml | 2 +- samples/quickstart/pom.xml | 2 +- samples/spring/pom.xml | 2 +- samples/web-jakarta/pom.xml | 2 +- src/suppressions.xml | 2 ++ 8 files changed, 27 insertions(+), 29 deletions(-) diff --cc pom.xml index 69c0de4fb,436f62041..b542d2706 --- a/pom.xml +++ b/pom.xml @@@ -66,10 -66,10 +66,10 @@@ </distributionManagement> <properties> - <shiro.previousVersion>1.13.0</shiro.previousVersion> + <shiro.previousVersion>2.0.0</shiro.previousVersion> <!-- Replaced by the build number plugin at build time: --> <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber> - <project.build.outputTimestamp>2022-03-22T23:08:15Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-08-12T08:14:05Z</project.build.outputTimestamp> <jacoco.skip>true</jacoco.skip> <!--suppress CheckTagEmptyBody --> <surefire.argLine></surefire.argLine>
