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 e20843213f8bf759b29cc145d187ec5cdaa8a7c4 Author: lprimak <[email protected]> AuthorDate: Tue Aug 13 18:16:15 2024 -0500 chore: disabled API compatibility plugin for 3.x --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b542d2706..14449e60e 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,9 @@ </distributionManagement> <properties> - <shiro.previousVersion>2.0.0</shiro.previousVersion> + <!-- *** Remove the line below when 3.0.0 is released --> + <japicmp.skip>true</japicmp.skip> + <shiro.previousVersion>3.0.0</shiro.previousVersion> <!-- Replaced by the build number plugin at build time: --> <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber> <project.build.outputTimestamp>2024-08-12T08:14:05Z</project.build.outputTimestamp>
