This is an automated email from the ASF dual-hosted git repository. fpapon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 91d8a03677ae86f2ea7abd97546766ec7789a06e Author: francois papon <[email protected]> AuthorDate: Sun Nov 2 14:37:35 2025 +0100 [maven-release-plugin] prepare for next development iteration --- bom/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 +- crypto/support/hashes/argon2/pom.xml | 2 +- crypto/support/hashes/bcrypt/pom.xml | 2 +- crypto/support/pom.xml | 2 +- event/pom.xml | 2 +- integration-tests/guice3/pom.xml | 2 +- integration-tests/guice4/pom.xml | 2 +- integration-tests/jakarta-ee-support/pom.xml | 4 ++-- integration-tests/jakarta-ee/pom.xml | 7 +++---- integration-tests/jaxrs/app/pom.xml | 4 ++-- integration-tests/jaxrs/meecrowave/pom.xml | 2 +- integration-tests/jaxrs/openliberty/pom.xml | 2 +- integration-tests/jaxrs/pom.xml | 2 +- integration-tests/jaxrs/tests/pom.xml | 2 +- integration-tests/meecrowave-support/pom.xml | 2 +- integration-tests/pom.xml | 2 +- integration-tests/support/pom.xml | 2 +- lang/pom.xml | 2 +- pom.xml | 6 +++--- samples/aspectj/pom.xml | 2 +- samples/guice/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-3-web/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-jakarta/pom.xml | 2 +- samples/web/pom.xml | 2 +- support/aspectj/pom.xml | 2 +- support/cdi/pom.xml | 2 +- support/ehcache/pom.xml | 2 +- support/features/pom.xml | 2 +- support/guice/pom.xml | 2 +- support/hazelcast/pom.xml | 2 +- support/jakarta-ee/pom.xml | 2 +- support/jaxrs/pom.xml | 2 +- support/jcache/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 +- tools/hasher/pom.xml | 2 +- tools/pom.xml | 2 +- web/pom.xml | 2 +- 61 files changed, 67 insertions(+), 68 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 05093281b..d1aa46028 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>shiro-root</artifactId> <groupId>org.apache.shiro</groupId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cache/pom.xml b/cache/pom.xml index 8ba19824a..e7bda1a3a 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/config/core/pom.xml b/config/core/pom.xml index f540a7ad1..61ef128b6 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml index df9b0fbba..060fde453 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/config/pom.xml b/config/pom.xml index 04c741d9f..5c98053d8 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-config</artifactId> diff --git a/core/pom.xml b/core/pom.xml index b344dbe8f..ff90de1c0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml index 21d0bc48d..f83468d80 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/core/pom.xml b/crypto/core/pom.xml index 33ea9626a..052e5c305 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml index 2ae718392..d090fe90a 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/crypto/pom.xml b/crypto/pom.xml index abb9bb98c..10070dbdf 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-crypto</artifactId> diff --git a/crypto/support/hashes/argon2/pom.xml b/crypto/support/hashes/argon2/pom.xml index 5bd56e587..6ffbe696f 100644 --- a/crypto/support/hashes/argon2/pom.xml +++ b/crypto/support/hashes/argon2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro.crypto</groupId> <artifactId>shiro-crypto-support</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/crypto/support/hashes/bcrypt/pom.xml b/crypto/support/hashes/bcrypt/pom.xml index f3ac97efe..60c79fb4a 100644 --- a/crypto/support/hashes/bcrypt/pom.xml +++ b/crypto/support/hashes/bcrypt/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro.crypto</groupId> <artifactId>shiro-crypto-support</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/crypto/support/pom.xml b/crypto/support/pom.xml index 4329e7e1c..f912bef68 100644 --- a/crypto/support/pom.xml +++ b/crypto/support/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-crypto</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <groupId>org.apache.shiro.crypto</groupId> diff --git a/event/pom.xml b/event/pom.xml index 63a1ee1d3..350f8fd26 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml index 25ce7ce1f..da1a382cd 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-guice3</artifactId> diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml index e0c478004..4e68e902f 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-guice4</artifactId> diff --git a/integration-tests/jakarta-ee-support/pom.xml b/integration-tests/jakarta-ee-support/pom.xml index 412cb1364..c449e08d5 100644 --- a/integration-tests/jakarta-ee-support/pom.xml +++ b/integration-tests/jakarta-ee-support/pom.xml @@ -21,14 +21,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>jakarta-ee-support</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> <name>Apache Shiro :: ITs :: Jakarta EE Support</name> <packaging>pom</packaging> <parent> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <build> diff --git a/integration-tests/jakarta-ee/pom.xml b/integration-tests/jakarta-ee/pom.xml index 6fd06efbf..d4bb89055 100644 --- a/integration-tests/jakarta-ee/pom.xml +++ b/integration-tests/jakarta-ee/pom.xml @@ -21,14 +21,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-its-jakarta-ee</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> <packaging>war</packaging> <name>Apache Shiro :: ITs :: Jakarta EE</name> <parent> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <properties> @@ -382,8 +382,7 @@ int portbase = 4900 + (executor_number as int) * port_increment int adminPort // find a free port - for (; portbase < 10000; portbase += port_increment) { def server_socket - adminPort = portbase + admin_port_increment + for (; portbase < 10000; portbase += port_increment) { def server_socket adminPort = portbase + admin_port_increment try { server_socket = new ServerSocket() server_socket.setReuseAddress true diff --git a/integration-tests/jaxrs/app/pom.xml b/integration-tests/jaxrs/app/pom.xml index b7094d12a..a1f6c2a94 100644 --- a/integration-tests/jaxrs/app/pom.xml +++ b/integration-tests/jaxrs/app/pom.xml @@ -24,11 +24,11 @@ <parent> <groupId>org.apache.shiro.integrationtests.jaxrs</groupId> <artifactId>shiro-its-jaxrs</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-jaxrs-app</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> <name>Apache Shiro :: ITs :: JAX-RS :: App</name> <packaging>war</packaging> diff --git a/integration-tests/jaxrs/meecrowave/pom.xml b/integration-tests/jaxrs/meecrowave/pom.xml index fe7bd099b..c597f51df 100644 --- a/integration-tests/jaxrs/meecrowave/pom.xml +++ b/integration-tests/jaxrs/meecrowave/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro.integrationtests.jaxrs</groupId> <artifactId>shiro-its-jaxrs</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-jaxrs-meecrowave</artifactId> diff --git a/integration-tests/jaxrs/openliberty/pom.xml b/integration-tests/jaxrs/openliberty/pom.xml index 67265a143..c4f213a27 100644 --- a/integration-tests/jaxrs/openliberty/pom.xml +++ b/integration-tests/jaxrs/openliberty/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro.integrationtests.jaxrs</groupId> <artifactId>shiro-its-jaxrs</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-jaxrs-openliberty</artifactId> diff --git a/integration-tests/jaxrs/pom.xml b/integration-tests/jaxrs/pom.xml index 633d7c927..93e0cdd58 100644 --- a/integration-tests/jaxrs/pom.xml +++ b/integration-tests/jaxrs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <groupId>org.apache.shiro.integrationtests.jaxrs</groupId> diff --git a/integration-tests/jaxrs/tests/pom.xml b/integration-tests/jaxrs/tests/pom.xml index 67554a0dc..82c86096e 100644 --- a/integration-tests/jaxrs/tests/pom.xml +++ b/integration-tests/jaxrs/tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.shiro.integrationtests.jaxrs</groupId> <artifactId>shiro-its-jaxrs</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-jaxrs-tests</artifactId> diff --git a/integration-tests/meecrowave-support/pom.xml b/integration-tests/meecrowave-support/pom.xml index 8d7e06dec..4e5b9ea93 100644 --- a/integration-tests/meecrowave-support/pom.xml +++ b/integration-tests/meecrowave-support/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>shiro-integration-tests</artifactId> <groupId>org.apache.shiro.integrationtests</groupId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-meecrowave-support</artifactId> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index eb059ad45..bb3c504b9 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <groupId>org.apache.shiro.integrationtests</groupId> diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index 4f84da844..4b90bad95 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-its-support</artifactId> diff --git a/lang/pom.xml b/lang/pom.xml index b5ad03864..6b0d49cb6 100644 --- a/lang/pom.xml +++ b/lang/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 86bda2ce8..c7713dbaf 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <packaging>pom</packaging> - <version>2.0.6</version> + <version>2.0.7-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-2.0.6</tag> + <tag>main</tag> </scm> <issueManagement> <system>Jira</system> @@ -68,7 +68,7 @@ <shiro.previousVersion>2.0.0</shiro.previousVersion> <!-- Replaced by the build number plugin at build time: --> <buildNumber>${user.name}-${maven.build.timestamp}</buildNumber> - <project.build.outputTimestamp>2025-11-02T13:37:22Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-11-02T13:37:35Z</project.build.outputTimestamp> <jacoco.skip>true</jacoco.skip> <!--suppress CheckTagEmptyBody --> <surefire.argLine /> diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index 3df258fd8..911fb1b88 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml index 64ba7b58d..f90ba966a 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/pom.xml b/samples/pom.xml index a568ce324..5b36dd179 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml index 3945575ad..87fbb4a6a 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml index 792da7460..75cc6768c 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml index cb56da585..04cf8095d 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 11e40f1f8..2d57388a6 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>samples-spring-boot-3-web</artifactId> diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 0806cac09..913ebbe86 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>samples-spring-boot-web</artifactId> diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml index ac1ab342d..a079fe432 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>samples-spring-boot</artifactId> diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml index fa824a9cc..fd7611cfb 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml index 90ca170da..ffda0c1c2 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index 867b3d018..3ddab819d 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/web-jakarta/pom.xml b/samples/web-jakarta/pom.xml index 5f500657d..16d805fa9 100644 --- a/samples/web-jakarta/pom.xml +++ b/samples/web-jakarta/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shiro.samples</groupId> <artifactId>shiro-samples</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/samples/web/pom.xml b/samples/web/pom.xml index 6ba4102df..e1172bb9c 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml index 3d2b7b709..2db91c6e5 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml index b7907c861..265692d9d 100644 --- a/support/cdi/pom.xml +++ b/support/cdi/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <properties> <module.name>cdi</module.name> diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml index 28054b966..fd0840405 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/features/pom.xml b/support/features/pom.xml index 21e092c2c..848a52a3d 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/guice/pom.xml b/support/guice/pom.xml index 31bd3462d..55ae1b610 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index c53201dab..15a2653ec 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml index 43fbce787..85ba7cfc8 100644 --- a/support/jakarta-ee/pom.xml +++ b/support/jakarta-ee/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <properties> diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml index fe6705771..aada2a45f 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/jcache/pom.xml b/support/jcache/pom.xml index 5ca0bfa4d..4ea081c49 100644 --- a/support/jcache/pom.xml +++ b/support/jcache/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-support</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/support/pom.xml b/support/pom.xml index ec8dc3799..294aabefd 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml index ae16273d4..1958a1346 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml index d72cd8ca9..dd2b6abf0 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-servlet-plugin</artifactId> diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml index 478e52ac4..99b9c03d7 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>2.0.6</version> + <version>2.0.7-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 79350d3d9..078ce4420 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>2.0.6</version> + <version>2.0.7-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 6e584936b..f5df30cf9 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <artifactId>shiro-spring-boot-web-starter</artifactId> diff --git a/support/spring/pom.xml b/support/spring/pom.xml index 4ad07e608..a93314841 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index 3222a4c2b..00d04cd09 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>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/pom.xml b/tools/pom.xml index 20d6e445e..4f39f6a5e 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/web/pom.xml b/web/pom.xml index da9eaeea3..8b7d1f436 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> - <version>2.0.6</version> + <version>2.0.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
