This is an automated email from the ASF dual-hosted git repository. bdemers pushed a commit to branch 1.8-build-issues in repository https://gitbox.apache.org/repos/asf/shiro.git
commit d690823b4fe85ecbe67f20677ad39d4492a8ffbd Author: Brian Demers <[email protected]> AuthorDate: Wed Apr 21 23:28:38 2021 -0400 Set previous version for japicmp to 1.7.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 43bd5c2..4fcc52a 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ <properties> - <shiro.previousVersion>1.4.1</shiro.previousVersion> + <shiro.previousVersion>1.7.1</shiro.previousVersion> <!-- Replaced by the build number plugin at build time: --> <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber> <jacoco.skip>true</jacoco.skip>
