This is an automated email from the ASF dual-hosted git repository. fpapon pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 81d7af6fc8de84c46f3a3584f483f7a8b9edf059 Author: francois papon <[email protected]> AuthorDate: Wed Mar 16 12:41:08 2022 +0100 [maven-release-plugin] prepare for next development iteration --- all/pom.xml | 2 +- cache/pom.xml | 2 +- config/core/pom.xml | 2 +- config/ogdl/pom.xml | 2 +- config/pom.xml | 2 +- core/pom.xml | 2 +- crypto/cipher/pom.xml | 2 +- crypto/core/pom.xml | 2 +- crypto/hash/pom.xml | 2 +- crypto/pom.xml | 2 +- event/pom.xml | 2 +- integration-tests/guice3/pom.xml | 2 +- integration-tests/guice4/pom.xml | 2 +- integration-tests/pom.xml | 2 +- integration-tests/support/pom.xml | 2 +- lang/pom.xml | 2 +- pom.xml | 4 ++-- samples/aspectj/pom.xml | 2 +- samples/guice/pom.xml | 2 +- samples/jaxrs/pom.xml | 2 +- samples/pom.xml | 2 +- samples/quickstart-guice/pom.xml | 2 +- samples/quickstart/pom.xml | 2 +- samples/servlet-plugin/pom.xml | 2 +- samples/spring-boot-web/pom.xml | 2 +- samples/spring-boot/pom.xml | 2 +- samples/spring-hibernate/pom.xml | 2 +- samples/spring-mvc/pom.xml | 2 +- samples/spring/pom.xml | 2 +- samples/web/pom.xml | 2 +- support/aspectj/pom.xml | 2 +- support/cas/pom.xml | 2 +- support/ehcache/pom.xml | 2 +- support/features/pom.xml | 2 +- support/guice/pom.xml | 2 +- support/hazelcast/pom.xml | 2 +- support/jaxrs/pom.xml | 2 +- support/pom.xml | 2 +- support/quartz/pom.xml | 2 +- support/servlet-plugin/pom.xml | 2 +- support/spring-boot/pom.xml | 2 +- support/spring-boot/spring-boot-starter/pom.xml | 2 +- support/spring-boot/spring-boot-web-starter/pom.xml | 2 +- support/spring/pom.xml | 2 +- test-coverage/pom.xml | 2 +- tools/hasher/pom.xml | 2 +- tools/pom.xml | 2 +- web/pom.xml | 2 +- 48 files changed, 49 insertions(+), 49 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 84baddf..f05a853 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cache/pom.xml b/cache/pom.xml index 5764f98..cecd144 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/config/core/pom.xml b/config/core/pom.xml index c7042dd..6f56da6 100644 --- a/config/core/pom.xml +++ b/config/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-config</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml index 1051d75..cb0270a 100644 --- a/config/ogdl/pom.xml +++ b/config/ogdl/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-config</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/config/pom.xml b/config/pom.xml index df10622..330df0f 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-config</artifactId> diff --git a/core/pom.xml b/core/pom.xml index eba0ad0..d579aa5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml index 273003c..7fc6eb5 100644 --- a/crypto/cipher/pom.xml +++ b/crypto/cipher/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-crypto</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/core/pom.xml b/crypto/core/pom.xml index ee12151..cc6c321 100644 --- a/crypto/core/pom.xml +++ b/crypto/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-crypto</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml index 4527224..e1e675e 100644 --- a/crypto/hash/pom.xml +++ b/crypto/hash/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-crypto</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/pom.xml b/crypto/pom.xml index 2bad37e..3b8d296 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-crypto</artifactId> diff --git a/event/pom.xml b/event/pom.xml index 19cdde5..d232467 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml index 56da35a..1a065fc 100644 --- a/integration-tests/guice3/pom.xml +++ b/integration-tests/guice3/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-its-guice3</artifactId> diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml index e5b9796..3802742 100644 --- a/integration-tests/guice4/pom.xml +++ b/integration-tests/guice4/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-its-guice4</artifactId> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 65e2988..72f534f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <groupId>org.apache.shiro.integrationtests</groupId> diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index aaac220..f54c331 100644 --- a/integration-tests/support/pom.xml +++ b/integration-tests/support/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-its-support</artifactId> diff --git a/lang/pom.xml b/lang/pom.xml index c7d259b..c6f9799 100644 --- a/lang/pom.xml +++ b/lang/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 6341d0f..87300d9 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <packaging>pom</packaging> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> <name>Apache Shiro</name> <url>https://shiro.apache.org/</url> @@ -44,7 +44,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/shiro.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/shiro.git</developerConnection> <url>https://github.com/apache/shiro/tree/${project.scm.tag}</url> - <tag>shiro-root-1.9.0</tag> + <tag>master</tag> </scm> <issueManagement> <system>Jira</system> diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index ccbda45..ebda72c 100644 --- a/samples/aspectj/pom.xml +++ b/samples/aspectj/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml index b0b0381..d3722ee 100644 --- a/samples/guice/pom.xml +++ b/samples/guice/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/jaxrs/pom.xml b/samples/jaxrs/pom.xml index d87d3e8..3d619bd 100644 --- a/samples/jaxrs/pom.xml +++ b/samples/jaxrs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/pom.xml b/samples/pom.xml index c6d6d4e..0d13dd3 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml index 7756037..6750c86 100644 --- a/samples/quickstart-guice/pom.xml +++ b/samples/quickstart-guice/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml index 6731efc..b07edc4 100644 --- a/samples/quickstart/pom.xml +++ b/samples/quickstart/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml index 435c050..4f28fb1 100644 --- a/samples/servlet-plugin/pom.xml +++ b/samples/servlet-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 067a0b1..a89dd11 100644 --- a/samples/spring-boot-web/pom.xml +++ b/samples/spring-boot-web/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>samples-spring-boot-web</artifactId> diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml index 3e95756..ec4d4df 100644 --- a/samples/spring-boot/pom.xml +++ b/samples/spring-boot/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>samples-spring-boot</artifactId> diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml index 58c59af..0f96722 100644 --- a/samples/spring-hibernate/pom.xml +++ b/samples/spring-hibernate/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml index 917359d..af7fe19 100644 --- a/samples/spring-mvc/pom.xml +++ b/samples/spring-mvc/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index 540cb47..72c71bf 100644 --- a/samples/spring/pom.xml +++ b/samples/spring/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/web/pom.xml b/samples/web/pom.xml index da85028..8acde0d 100644 --- a/samples/web/pom.xml +++ b/samples/web/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml index 9115dd1..b3ae3b6 100644 --- a/support/aspectj/pom.xml +++ b/support/aspectj/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/cas/pom.xml b/support/cas/pom.xml index bd8c8cc..7a96789 100644 --- a/support/cas/pom.xml +++ b/support/cas/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml index 4f81b85..e7aa0d8 100644 --- a/support/ehcache/pom.xml +++ b/support/ehcache/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/features/pom.xml b/support/features/pom.xml index ba35a77..c03ab3c 100644 --- a/support/features/pom.xml +++ b/support/features/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/guice/pom.xml b/support/guice/pom.xml index 48b779e..c116bf4 100644 --- a/support/guice/pom.xml +++ b/support/guice/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index d2ff769..5c5a686 100644 --- a/support/hazelcast/pom.xml +++ b/support/hazelcast/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml index 36cf9d2..b506365 100644 --- a/support/jaxrs/pom.xml +++ b/support/jaxrs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/pom.xml b/support/pom.xml index 6e3c311..232c2c8 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml index 2ec7d9d..2edda6b 100644 --- a/support/quartz/pom.xml +++ b/support/quartz/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml index b065b86..ca98b1c 100644 --- a/support/servlet-plugin/pom.xml +++ b/support/servlet-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-servlet-plugin</artifactId> diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml index ebdc4ae..002923b 100644 --- a/support/spring-boot/pom.xml +++ b/support/spring-boot/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/spring-boot/spring-boot-starter/pom.xml b/support/spring-boot/spring-boot-starter/pom.xml index c6e8c28..4dfa157 100644 --- a/support/spring-boot/spring-boot-starter/pom.xml +++ b/support/spring-boot/spring-boot-starter/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring-boot</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-spring-boot-starter</artifactId> diff --git a/support/spring-boot/spring-boot-web-starter/pom.xml b/support/spring-boot/spring-boot-web-starter/pom.xml index b5b455b..3e25aff 100644 --- a/support/spring-boot/spring-boot-web-starter/pom.xml +++ b/support/spring-boot/spring-boot-web-starter/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring-boot</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>shiro-spring-boot-web-starter</artifactId> diff --git a/support/spring/pom.xml b/support/spring/pom.xml index 5d3732a..2727e7c 100644 --- a/support/spring/pom.xml +++ b/support/spring/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 9c2ebfd..8239f7b 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index 58a3201..da9eb2d 100644 --- a/tools/hasher/pom.xml +++ b/tools/hasher/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro.tools</groupId> <artifactId>shiro-tools</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/pom.xml b/tools/pom.xml index 2468090..83435c3 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/web/pom.xml b/web/pom.xml index c2ab392..13f7b49 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>1.9.0</version> + <version>1.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
