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:29:05 UTC

[shiro] 03/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 1.8.x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 6c1f772ef33e916fd00963f84e72445298dcbd83
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 3c1d9cd..3467a95 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>