From 81d7af6fc8de84c46f3a3584f483f7a8b9edf059 Mon Sep 17 00:00:00 2001 From: francois papon Date: Wed, 16 Mar 2022 12:41:08 +0100 Subject: [PATCH] [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 84baddf8c9..f05a853e8a 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/cache/pom.xml b/cache/pom.xml index 5764f9808d..cecd144e6b 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/config/core/pom.xml b/config/core/pom.xml index c7042dd05c..6f56da6e72 100644 --- a/config/core/pom.xml +++ b/config/core/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-config - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml index 1051d75753..cb0270a577 100644 --- a/config/ogdl/pom.xml +++ b/config/ogdl/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-config - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/config/pom.xml b/config/pom.xml index df106222a0..330df0fbcb 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT shiro-config diff --git a/core/pom.xml b/core/pom.xml index eba0ad0f57..d579aa566c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml index 273003c862..7fc6eb5883 100644 --- a/crypto/cipher/pom.xml +++ b/crypto/cipher/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-crypto - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/crypto/core/pom.xml b/crypto/core/pom.xml index ee12151dc4..cc6c321072 100644 --- a/crypto/core/pom.xml +++ b/crypto/core/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-crypto - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml index 4527224b05..e1e675e38e 100644 --- a/crypto/hash/pom.xml +++ b/crypto/hash/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-crypto - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/crypto/pom.xml b/crypto/pom.xml index 2bad37e9df..3b8d296a69 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -24,7 +24,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT shiro-crypto diff --git a/event/pom.xml b/event/pom.xml index 19cdde5c3e..d2324678df 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml index 56da35a2f0..1a065fc6d5 100644 --- a/integration-tests/guice3/pom.xml +++ b/integration-tests/guice3/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.integrationtests shiro-integration-tests - 1.9.0 + 1.9.1-SNAPSHOT shiro-its-guice3 diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml index e5b9796dae..3802742fbc 100644 --- a/integration-tests/guice4/pom.xml +++ b/integration-tests/guice4/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.integrationtests shiro-integration-tests - 1.9.0 + 1.9.1-SNAPSHOT shiro-its-guice4 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 65e2988f31..72f534f974 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT org.apache.shiro.integrationtests diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index aaac22049c..f54c331f14 100644 --- a/integration-tests/support/pom.xml +++ b/integration-tests/support/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.integrationtests shiro-integration-tests - 1.9.0 + 1.9.1-SNAPSHOT shiro-its-support diff --git a/lang/pom.xml b/lang/pom.xml index c7d259b262..c6f9799c23 100644 --- a/lang/pom.xml +++ b/lang/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 6341d0f219..87300d922e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.shiro shiro-root pom - 1.9.0 + 1.9.1-SNAPSHOT Apache Shiro https://shiro.apache.org/ @@ -44,7 +44,7 @@ scm:git:https://gitbox.apache.org/repos/asf/shiro.git scm:git:https://gitbox.apache.org/repos/asf/shiro.git https://github.com/apache/shiro/tree/${project.scm.tag} - shiro-root-1.9.0 + master Jira diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index ccbda450e2..ebda72c0e1 100644 --- a/samples/aspectj/pom.xml +++ b/samples/aspectj/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml index b0b0381e16..d3722ee08e 100644 --- a/samples/guice/pom.xml +++ b/samples/guice/pom.xml @@ -21,7 +21,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/jaxrs/pom.xml b/samples/jaxrs/pom.xml index d87d3e8bc3..3d619bd044 100644 --- a/samples/jaxrs/pom.xml +++ b/samples/jaxrs/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index c6d6d4e9ba..0d13dd366c 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml index 7756037d93..6750c86051 100644 --- a/samples/quickstart-guice/pom.xml +++ b/samples/quickstart-guice/pom.xml @@ -21,7 +21,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml index 6731efccfd..b07edc42b9 100644 --- a/samples/quickstart/pom.xml +++ b/samples/quickstart/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml index 435c0505bb..4f28fb151f 100644 --- a/samples/servlet-plugin/pom.xml +++ b/samples/servlet-plugin/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 067a0b188f..a89dd11b95 100644 --- a/samples/spring-boot-web/pom.xml +++ b/samples/spring-boot-web/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT samples-spring-boot-web diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml index 3e9575649b..ec4d4dff60 100644 --- a/samples/spring-boot/pom.xml +++ b/samples/spring-boot/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT samples-spring-boot diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml index 58c59afeea..0f967225f9 100644 --- a/samples/spring-hibernate/pom.xml +++ b/samples/spring-hibernate/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml index 917359d382..af7fe19876 100644 --- a/samples/spring-mvc/pom.xml +++ b/samples/spring-mvc/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index 540cb4759c..72c71bf474 100644 --- a/samples/spring/pom.xml +++ b/samples/spring/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/samples/web/pom.xml b/samples/web/pom.xml index da8502891e..8acde0de91 100644 --- a/samples/web/pom.xml +++ b/samples/web/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml index 9115dd18f2..b3ae3b6dcf 100644 --- a/support/aspectj/pom.xml +++ b/support/aspectj/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/cas/pom.xml b/support/cas/pom.xml index bd8c8cc4cf..7a967890b6 100644 --- a/support/cas/pom.xml +++ b/support/cas/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml index 4f81b855fd..e7aa0d8cc7 100644 --- a/support/ehcache/pom.xml +++ b/support/ehcache/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/features/pom.xml b/support/features/pom.xml index ba35a770ef..c03ab3c442 100644 --- a/support/features/pom.xml +++ b/support/features/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/guice/pom.xml b/support/guice/pom.xml index 48b779e1d5..c116bf4408 100644 --- a/support/guice/pom.xml +++ b/support/guice/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index d2ff769ad7..5c5a686cdb 100644 --- a/support/hazelcast/pom.xml +++ b/support/hazelcast/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml index 36cf9d2635..b506365b20 100644 --- a/support/jaxrs/pom.xml +++ b/support/jaxrs/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index 6e3c311661..232c2c8a51 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml index 2ec7d9dee7..2edda6bd51 100644 --- a/support/quartz/pom.xml +++ b/support/quartz/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml index b065b86eb0..ca98b1c4c0 100644 --- a/support/servlet-plugin/pom.xml +++ b/support/servlet-plugin/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT shiro-servlet-plugin diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml index ebdc4aec28..002923b6b8 100644 --- a/support/spring-boot/pom.xml +++ b/support/spring-boot/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/support/spring-boot/spring-boot-starter/pom.xml b/support/spring-boot/spring-boot-starter/pom.xml index c6e8c28677..4dfa157b04 100644 --- a/support/spring-boot/spring-boot-starter/pom.xml +++ b/support/spring-boot/spring-boot-starter/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro shiro-spring-boot - 1.9.0 + 1.9.1-SNAPSHOT shiro-spring-boot-starter diff --git a/support/spring-boot/spring-boot-web-starter/pom.xml b/support/spring-boot/spring-boot-web-starter/pom.xml index b5b455b0e3..3e25aff409 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 @@ org.apache.shiro shiro-spring-boot - 1.9.0 + 1.9.1-SNAPSHOT shiro-spring-boot-web-starter diff --git a/support/spring/pom.xml b/support/spring/pom.xml index 5d3732ab89..2727e7c8e4 100644 --- a/support/spring/pom.xml +++ b/support/spring/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 9c2ebfdb6c..8239f7be01 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index 58a32016bb..da9eb2d717 100644 --- a/tools/hasher/pom.xml +++ b/tools/hasher/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro.tools shiro-tools - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 2468090c4a..83435c3c3e 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0 diff --git a/web/pom.xml b/web/pom.xml index c2ab39219c..13f7b49b78 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro shiro-root - 1.9.0 + 1.9.1-SNAPSHOT 4.0.0