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
The following commit(s) were added to refs/heads/main by this push:
new d3fd25118 [release] Prepare for next iteration
d3fd25118 is described below
commit d3fd2511866787aa6994762e7493cf9f4be7ffb4
Author: francois papon <[email protected]>
AuthorDate: Sat Oct 18 18:47:16 2025 +0200
[release] Prepare for next 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 | 4 ++--
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 | 4 ++--
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, 65 insertions(+), 65 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index b9cb6b177..4477d8d6b 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>shiro-root</artifactId>
<groupId>org.apache.shiro</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cache/pom.xml b/cache/pom.xml
index 63b35d83a..5421a363a 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/config/core/pom.xml b/config/core/pom.xml
index 4f9e031d5..055903bda 100644
--- a/config/core/pom.xml
+++ b/config/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-config</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml
index c853df915..68be4f13b 100644
--- a/config/ogdl/pom.xml
+++ b/config/ogdl/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-config</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/config/pom.xml b/config/pom.xml
index 681049c19..f1d915074 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-config</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 12ec84c05..05b5cc3b3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml
index 5a85da05a..8a15b3727 100644
--- a/crypto/cipher/pom.xml
+++ b/crypto/cipher/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-crypto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/crypto/core/pom.xml b/crypto/core/pom.xml
index 2e5e210e5..d6c6baf0d 100644
--- a/crypto/core/pom.xml
+++ b/crypto/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-crypto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml
index 5900dd102..97bedc71a 100644
--- a/crypto/hash/pom.xml
+++ b/crypto/hash/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-crypto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/crypto/pom.xml b/crypto/pom.xml
index 566402c66..fc5ba7c21 100644
--- a/crypto/pom.xml
+++ b/crypto/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-crypto</artifactId>
diff --git a/crypto/support/hashes/argon2/pom.xml
b/crypto/support/hashes/argon2/pom.xml
index 5b88ab7cb..865b9b1ac 100644
--- a/crypto/support/hashes/argon2/pom.xml
+++ b/crypto/support/hashes/argon2/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.crypto</groupId>
<artifactId>shiro-crypto-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/crypto/support/hashes/bcrypt/pom.xml
b/crypto/support/hashes/bcrypt/pom.xml
index 4c6ae6642..e7f2136c5 100644
--- a/crypto/support/hashes/bcrypt/pom.xml
+++ b/crypto/support/hashes/bcrypt/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.crypto</groupId>
<artifactId>shiro-crypto-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/crypto/support/pom.xml b/crypto/support/pom.xml
index fde3c8710..d5d64de00 100644
--- a/crypto/support/pom.xml
+++ b/crypto/support/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-crypto</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.shiro.crypto</groupId>
diff --git a/event/pom.xml b/event/pom.xml
index 265239068..1762db652 100644
--- a/event/pom.xml
+++ b/event/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml
index 9e54c4627..2fd6b5729 100644
--- a/integration-tests/guice3/pom.xml
+++ b/integration-tests/guice3/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>shiro-integration-tests</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-its-guice3</artifactId>
diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml
index 139a88894..cd599683c 100644
--- a/integration-tests/guice4/pom.xml
+++ b/integration-tests/guice4/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>shiro-integration-tests</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 c6c4f50b1..b3672143a 100644
--- a/integration-tests/jakarta-ee-support/pom.xml
+++ b/integration-tests/jakarta-ee-support/pom.xml
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>jakarta-ee-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<build>
diff --git a/integration-tests/jakarta-ee/pom.xml
b/integration-tests/jakarta-ee/pom.xml
index d24745fa7..2c0b439d6 100644
--- a/integration-tests/jakarta-ee/pom.xml
+++ b/integration-tests/jakarta-ee/pom.xml
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>shiro-its-jakarta-ee</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<properties>
diff --git a/integration-tests/jaxrs/app/pom.xml
b/integration-tests/jaxrs/app/pom.xml
index 66097b41e..2288c7577 100644
--- a/integration-tests/jaxrs/app/pom.xml
+++ b/integration-tests/jaxrs/app/pom.xml
@@ -26,11 +26,11 @@
<parent>
<groupId>org.apache.shiro.integrationtests.jaxrs</groupId>
<artifactId>shiro-its-jaxrs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-its-jaxrs-app</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 1da95c051..d5565a56e 100644
--- a/integration-tests/jaxrs/meecrowave/pom.xml
+++ b/integration-tests/jaxrs/meecrowave/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.integrationtests.jaxrs</groupId>
<artifactId>shiro-its-jaxrs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 017947cb7..5586eadd2 100644
--- a/integration-tests/jaxrs/openliberty/pom.xml
+++ b/integration-tests/jaxrs/openliberty/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.integrationtests.jaxrs</groupId>
<artifactId>shiro-its-jaxrs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-its-jaxrs-openliberty</artifactId>
diff --git a/integration-tests/jaxrs/pom.xml b/integration-tests/jaxrs/pom.xml
index b39d66006..490e74b75 100644
--- a/integration-tests/jaxrs/pom.xml
+++ b/integration-tests/jaxrs/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>shiro-integration-tests</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 0b7fbc611..8111e17a0 100644
--- a/integration-tests/jaxrs/tests/pom.xml
+++ b/integration-tests/jaxrs/tests/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.integrationtests.jaxrs</groupId>
<artifactId>shiro-its-jaxrs</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 4e62519e2..f062974fb 100644
--- a/integration-tests/meecrowave-support/pom.xml
+++ b/integration-tests/meecrowave-support/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>shiro-integration-tests</artifactId>
<groupId>org.apache.shiro.integrationtests</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-its-meecrowave-support</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 63447d91b..98315d675 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.shiro.integrationtests</groupId>
diff --git a/integration-tests/support/pom.xml
b/integration-tests/support/pom.xml
index e30341a9c..23b993568 100644
--- a/integration-tests/support/pom.xml
+++ b/integration-tests/support/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>shiro-integration-tests</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-its-support</artifactId>
diff --git a/lang/pom.xml b/lang/pom.xml
index 3bfca83c4..84a77722a 100644
--- a/lang/pom.xml
+++ b/lang/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 8a0cd3f42..b39ded068 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
<packaging>pom</packaging>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
<name>Apache Shiro</name>
<url>https://shiro.apache.org/</url>
@@ -69,7 +69,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>2022-03-22T23:08:15Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-10-18T16:46:26Z</project.build.outputTimestamp>
<jacoco.skip>true</jacoco.skip>
<!--suppress CheckTagEmptyBody -->
<surefire.argLine></surefire.argLine>
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index d293aeb4f..9306c4eea 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml
index c0cca7269..989f56d7f 100644
--- a/samples/guice/pom.xml
+++ b/samples/guice/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/pom.xml b/samples/pom.xml
index b378d6ca6..8a7cfbe46 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml
index 5c73072d2..c00e655c1 100644
--- a/samples/quickstart-guice/pom.xml
+++ b/samples/quickstart-guice/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml
index 6837b7b67..84789b9a0 100644
--- a/samples/quickstart/pom.xml
+++ b/samples/quickstart/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml
index a251bc5b7..ca61be25e 100644
--- a/samples/servlet-plugin/pom.xml
+++ b/samples/servlet-plugin/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 4485e3826..f452f3346 100644
--- a/samples/spring-boot-3-web/pom.xml
+++ b/samples/spring-boot-3-web/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 75af1c67b..19c2a4142 100644
--- a/samples/spring-boot-web/pom.xml
+++ b/samples/spring-boot-web/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>samples-spring-boot-web</artifactId>
diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml
index 9439730af..08b3afc96 100644
--- a/samples/spring-boot/pom.xml
+++ b/samples/spring-boot/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>samples-spring-boot</artifactId>
diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml
index 2408fa36a..8eb81e9c9 100644
--- a/samples/spring-hibernate/pom.xml
+++ b/samples/spring-hibernate/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml
index 7c89f1384..bd79cab37 100644
--- a/samples/spring-mvc/pom.xml
+++ b/samples/spring-mvc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml
index 15133e105..15198cbf8 100644
--- a/samples/spring/pom.xml
+++ b/samples/spring/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/web-jakarta/pom.xml b/samples/web-jakarta/pom.xml
index 726756077..d7d0d1859 100644
--- a/samples/web-jakarta/pom.xml
+++ b/samples/web-jakarta/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/samples/web/pom.xml b/samples/web/pom.xml
index 135ef4ac7..ff9c5ff57 100644
--- a/samples/web/pom.xml
+++ b/samples/web/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>shiro-samples</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml
index ff2a59d89..3e4225982 100644
--- a/support/aspectj/pom.xml
+++ b/support/aspectj/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml
index 67f7a3149..f01231144 100644
--- a/support/cdi/pom.xml
+++ b/support/cdi/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<properties>
<module.name>cdi</module.name>
diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml
index d1266ee3f..1e92406a9 100644
--- a/support/ehcache/pom.xml
+++ b/support/ehcache/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/features/pom.xml b/support/features/pom.xml
index 08c27b16b..e64ebe1c7 100644
--- a/support/features/pom.xml
+++ b/support/features/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/guice/pom.xml b/support/guice/pom.xml
index 1557440cf..3ce8f3cbb 100644
--- a/support/guice/pom.xml
+++ b/support/guice/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml
index 9ab5b3b9f..ac6a89555 100644
--- a/support/hazelcast/pom.xml
+++ b/support/hazelcast/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml
index 149ffb8e8..ec0cfb9f0 100644
--- a/support/jakarta-ee/pom.xml
+++ b/support/jakarta-ee/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<properties>
diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml
index 6c905e026..892bde4cd 100644
--- a/support/jaxrs/pom.xml
+++ b/support/jaxrs/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/jcache/pom.xml b/support/jcache/pom.xml
index 426649237..7771e2100 100644
--- a/support/jcache/pom.xml
+++ b/support/jcache/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/support/pom.xml b/support/pom.xml
index 2ba9aed0b..fe0121080 100644
--- a/support/pom.xml
+++ b/support/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml
index 9cf08d993..96f1d4c7a 100644
--- a/support/quartz/pom.xml
+++ b/support/quartz/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml
index e03de5318..cc421f2d6 100644
--- a/support/servlet-plugin/pom.xml
+++ b/support/servlet-plugin/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-servlet-plugin</artifactId>
diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml
index 48e6d227c..40e8c09d7 100644
--- a/support/spring-boot/pom.xml
+++ b/support/spring-boot/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 1d3c3d842..f97c9715a 100644
--- a/support/spring-boot/spring-boot-starter/pom.xml
+++ b/support/spring-boot/spring-boot-starter/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-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 c8ef3096f..0c0a814b5 100644
--- a/support/spring-boot/spring-boot-web-starter/pom.xml
+++ b/support/spring-boot/spring-boot-web-starter/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<artifactId>shiro-spring-boot-web-starter</artifactId>
diff --git a/support/spring/pom.xml b/support/spring/pom.xml
index 07b3e9f55..79745753a 100644
--- a/support/spring/pom.xml
+++ b/support/spring/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-support</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml
index 5d0e3dc63..530a3a4e6 100644
--- a/tools/hasher/pom.xml
+++ b/tools/hasher/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro.tools</groupId>
<artifactId>shiro-tools</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tools/pom.xml b/tools/pom.xml
index f3738cea2..aeb5f3b60 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/web/pom.xml b/web/pom.xml
index e29be4bc5..014795ea2 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>