You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2021/04/22 03:37:19 UTC

[shiro] 01/03: Set previous version for japicmp to 1.7.1

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

bdemers pushed a commit to branch single-spring-1-8
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit f6b94f5b3f446ee2b92124dc75511ea9af54e643
Author: Brian Demers <bd...@apache.org>
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>