From ef7117b4a81095b705b6e07acc8bf889d547fc9a Mon Sep 17 00:00:00 2001 From: FlowLogix Jenkins Date: Tue, 20 Feb 2024 16:00:54 -0600 Subject: [PATCH] [maven-release-plugin] prepare release shiro-root-2.0.0 --- bom/pom.xml | 6 ++---- cache/pom.xml | 5 ++--- config/core/pom.xml | 5 ++--- config/ogdl/pom.xml | 5 ++--- config/pom.xml | 5 ++--- core/pom.xml | 5 ++--- crypto/cipher/pom.xml | 5 ++--- crypto/core/pom.xml | 5 ++--- crypto/hash/pom.xml | 5 ++--- crypto/pom.xml | 5 ++--- crypto/support/hashes/argon2/pom.xml | 6 ++---- crypto/support/hashes/bcrypt/pom.xml | 6 ++---- crypto/support/pom.xml | 6 ++---- event/pom.xml | 5 ++--- integration-tests/guice3/pom.xml | 5 ++--- integration-tests/guice4/pom.xml | 5 ++--- integration-tests/jakarta-ee-support/pom.xml | 7 +++---- integration-tests/jakarta-ee/pom.xml | 16 +++++++--------- integration-tests/jaxrs/app/pom.xml | 8 +++----- integration-tests/jaxrs/meecrowave/pom.xml | 6 ++---- integration-tests/jaxrs/openliberty/pom.xml | 6 ++---- integration-tests/jaxrs/pom.xml | 6 ++---- integration-tests/jaxrs/tests/pom.xml | 6 ++---- integration-tests/meecrowave-support/pom.xml | 6 ++---- integration-tests/pom.xml | 5 ++--- integration-tests/support/pom.xml | 5 ++--- lang/pom.xml | 5 ++--- pom.xml | 18 ++++++++---------- samples/aspectj/pom.xml | 5 ++--- samples/guice/pom.xml | 5 ++--- samples/pom.xml | 5 ++--- samples/quickstart-guice/pom.xml | 5 ++--- samples/quickstart/pom.xml | 5 ++--- samples/servlet-plugin/pom.xml | 5 ++--- samples/spring-boot-3-web/pom.xml | 5 ++--- samples/spring-boot-web/pom.xml | 5 ++--- samples/spring-boot/pom.xml | 5 ++--- samples/spring-hibernate/pom.xml | 5 ++--- samples/spring-mvc/pom.xml | 5 ++--- samples/spring/pom.xml | 5 ++--- samples/web-jakarta/pom.xml | 6 ++---- samples/web/pom.xml | 5 ++--- support/aspectj/pom.xml | 5 ++--- support/cdi/pom.xml | 5 ++--- support/ehcache/pom.xml | 5 ++--- support/features/pom.xml | 5 ++--- support/guice/pom.xml | 5 ++--- support/hazelcast/pom.xml | 5 ++--- support/jakarta-ee/pom.xml | 5 ++--- support/jaxrs/pom.xml | 5 ++--- support/jcache/pom.xml | 5 ++--- support/pom.xml | 5 ++--- support/quartz/pom.xml | 5 ++--- support/servlet-plugin/pom.xml | 5 ++--- support/spring-boot/pom.xml | 5 ++--- .../spring-boot/spring-boot-starter/pom.xml | 5 ++--- .../spring-boot-web-starter/pom.xml | 5 ++--- support/spring/pom.xml | 5 ++--- test-coverage/pom.xml | 5 ++--- tools/hasher/pom.xml | 5 ++--- tools/pom.xml | 5 ++--- web/pom.xml | 5 ++--- 62 files changed, 137 insertions(+), 212 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index b9cb6b1773..f204c27633 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,13 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + shiro-root org.apache.shiro - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/cache/pom.xml b/cache/pom.xml index 63b35d83ae..b71b7137d0 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/config/core/pom.xml b/config/core/pom.xml index 4f9e031d5d..51a372dce4 100644 --- a/config/core/pom.xml +++ b/config/core/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-config - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml index c853df9154..cc7513c3b8 100644 --- a/config/ogdl/pom.xml +++ b/config/ogdl/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-config - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/config/pom.xml b/config/pom.xml index 681049c197..f401e093ac 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -17,15 +17,14 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 shiro-config diff --git a/core/pom.xml b/core/pom.xml index 8930983363..4fcb918a44 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml index 5a85da05a4..e294fad76c 100644 --- a/crypto/cipher/pom.xml +++ b/crypto/cipher/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-crypto - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/crypto/core/pom.xml b/crypto/core/pom.xml index 2e5e210e54..90c6d80ebc 100644 --- a/crypto/core/pom.xml +++ b/crypto/core/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-crypto - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml index 1bf2982c0b..2b6bc26339 100644 --- a/crypto/hash/pom.xml +++ b/crypto/hash/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-crypto - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/crypto/pom.xml b/crypto/pom.xml index 566402c660..8ac532c130 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -17,15 +17,14 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 shiro-crypto diff --git a/crypto/support/hashes/argon2/pom.xml b/crypto/support/hashes/argon2/pom.xml index 22e1617ba6..83ce5d371b 100644 --- a/crypto/support/hashes/argon2/pom.xml +++ b/crypto/support/hashes/argon2/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.crypto shiro-crypto-support - 2.0.0-SNAPSHOT + 2.0.0 ../../pom.xml diff --git a/crypto/support/hashes/bcrypt/pom.xml b/crypto/support/hashes/bcrypt/pom.xml index 079cb59742..ad83758a5e 100644 --- a/crypto/support/hashes/bcrypt/pom.xml +++ b/crypto/support/hashes/bcrypt/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.crypto shiro-crypto-support - 2.0.0-SNAPSHOT + 2.0.0 ../../pom.xml diff --git a/crypto/support/pom.xml b/crypto/support/pom.xml index fde3c8710f..d0fb770c5f 100644 --- a/crypto/support/pom.xml +++ b/crypto/support/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro shiro-crypto - 2.0.0-SNAPSHOT + 2.0.0 org.apache.shiro.crypto diff --git a/event/pom.xml b/event/pom.xml index 2652390688..8ed0d18c2c 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml index 584f05728c..0f7d10b700 100644 --- a/integration-tests/guice3/pom.xml +++ b/integration-tests/guice3/pom.xml @@ -17,14 +17,13 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-guice3 diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml index 323486a573..a28a59854f 100644 --- a/integration-tests/guice4/pom.xml +++ b/integration-tests/guice4/pom.xml @@ -17,14 +17,13 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-guice4 diff --git a/integration-tests/jakarta-ee-support/pom.xml b/integration-tests/jakarta-ee-support/pom.xml index c6c4f50b19..8dd84e763f 100644 --- a/integration-tests/jakarta-ee-support/pom.xml +++ b/integration-tests/jakarta-ee-support/pom.xml @@ -17,19 +17,18 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests jakarta-ee-support - 2.0.0-SNAPSHOT + 2.0.0 Apache Shiro :: ITs :: Jakarta EE Support pom org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/integration-tests/jakarta-ee/pom.xml b/integration-tests/jakarta-ee/pom.xml index aa50142c99..efa38f2469 100644 --- a/integration-tests/jakarta-ee/pom.xml +++ b/integration-tests/jakarta-ee/pom.xml @@ -17,19 +17,18 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests shiro-its-jakarta-ee - 2.0.0-SNAPSHOT + 2.0.0 war Apache Shiro :: ITs :: Jakarta EE org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 @@ -51,7 +50,7 @@ ${skipITs} asadmin ${payara.start.skip} - + true domain1 @@ -333,8 +332,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 + for (; portbase < 10000; portbase += port_increment) { def server_socket adminPort = portbase + admin_port_increment try { server_socket = new ServerSocket() @@ -393,7 +391,7 @@ pre-integration-test sed - -i ${mac-backup-file} -e 's/jvm-options>\[17|/jvm-options>\[16|/g' + -i ${mac-backup-file} -e 's/jvm-options>\[17|/jvm-options>\[16|/g' -e 's/property name="HZ_LISTENER_PORT" value="5900/property name="HZ_LISTENER_PORT" value="5920/g' -e 's/hazelcast-runtime-configuration start-port="5900/hazelcast-runtime-configuration start-port="5920/g' ${project.build.directory}/dependency/payara5/glassfish/domains/${domain.name}/config/domain.xml @@ -504,7 +502,7 @@ payara-server-remote true - + diff --git a/integration-tests/jaxrs/app/pom.xml b/integration-tests/jaxrs/app/pom.xml index b0c55c05b5..301df509e1 100644 --- a/integration-tests/jaxrs/app/pom.xml +++ b/integration-tests/jaxrs/app/pom.xml @@ -18,19 +18,17 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests.jaxrs shiro-its-jaxrs - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-jaxrs-app - 2.0.0-SNAPSHOT + 2.0.0 Apache Shiro :: ITs :: JAX-RS :: App war diff --git a/integration-tests/jaxrs/meecrowave/pom.xml b/integration-tests/jaxrs/meecrowave/pom.xml index d0602cc81a..8fbac2e4a2 100644 --- a/integration-tests/jaxrs/meecrowave/pom.xml +++ b/integration-tests/jaxrs/meecrowave/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests.jaxrs shiro-its-jaxrs - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-jaxrs-meecrowave diff --git a/integration-tests/jaxrs/openliberty/pom.xml b/integration-tests/jaxrs/openliberty/pom.xml index faf2d77cc2..0567a90d52 100644 --- a/integration-tests/jaxrs/openliberty/pom.xml +++ b/integration-tests/jaxrs/openliberty/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests.jaxrs shiro-its-jaxrs - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-jaxrs-openliberty diff --git a/integration-tests/jaxrs/pom.xml b/integration-tests/jaxrs/pom.xml index b39d660062..66c8f98219 100644 --- a/integration-tests/jaxrs/pom.xml +++ b/integration-tests/jaxrs/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 org.apache.shiro.integrationtests.jaxrs diff --git a/integration-tests/jaxrs/tests/pom.xml b/integration-tests/jaxrs/tests/pom.xml index 6e5096c64f..4358cda20f 100644 --- a/integration-tests/jaxrs/tests/pom.xml +++ b/integration-tests/jaxrs/tests/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests.jaxrs shiro-its-jaxrs - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-jaxrs-tests diff --git a/integration-tests/meecrowave-support/pom.xml b/integration-tests/meecrowave-support/pom.xml index f31800873a..13a555549b 100644 --- a/integration-tests/meecrowave-support/pom.xml +++ b/integration-tests/meecrowave-support/pom.xml @@ -18,15 +18,13 @@ ~ under the License. --> - + 4.0.0 shiro-integration-tests org.apache.shiro.integrationtests - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-meecrowave-support diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 63447d91ba..77dfd8216a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -17,14 +17,13 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 org.apache.shiro.integrationtests diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index f843c4557b..7dbae4f315 100644 --- a/integration-tests/support/pom.xml +++ b/integration-tests/support/pom.xml @@ -17,14 +17,13 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0 shiro-its-support diff --git a/lang/pom.xml b/lang/pom.xml index 3bfca83c45..c3fa4d1b68 100644 --- a/lang/pom.xml +++ b/lang/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/pom.xml b/pom.xml index 2a907d781e..e3aa85d9aa 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 @@ -31,7 +30,7 @@ org.apache.shiro shiro-root pom - 2.0.0-SNAPSHOT + 2.0.0 Apache Shiro https://shiro.apache.org/ @@ -45,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} - main + shiro-root-2.0.0 Jira @@ -69,15 +68,15 @@ 1.13.0 ${user.name}-${maven.build.timestamp} - 2022-03-22T23:08:15Z + 2024-02-20T22:00:50Z true - + - + false nexus-staging - + [2, 3) [1.1,2) @@ -483,8 +482,7 @@ jakarta false - + diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index 5387eb5144..5ce0363c1f 100644 --- a/samples/aspectj/pom.xml +++ b/samples/aspectj/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml index 9727dc584a..e2f7b857e3 100644 --- a/samples/guice/pom.xml +++ b/samples/guice/pom.xml @@ -17,12 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index b378d6ca61..42a8d4416f 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml index 49532a8d4c..bf7b3e3423 100644 --- a/samples/quickstart-guice/pom.xml +++ b/samples/quickstart-guice/pom.xml @@ -17,12 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml index 318f35ad8c..49aa8e3654 100644 --- a/samples/quickstart/pom.xml +++ b/samples/quickstart/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml index a251bc5b72..3eba9961de 100644 --- a/samples/servlet-plugin/pom.xml +++ b/samples/servlet-plugin/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 8dbb50f672..5012cc8803 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -18,15 +18,14 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 samples-spring-boot-3-web diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 6637ea65b2..188070a16b 100644 --- a/samples/spring-boot-web/pom.xml +++ b/samples/spring-boot-web/pom.xml @@ -18,15 +18,14 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 samples-spring-boot-web diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml index 3a77f73fa8..5d7dff38a0 100644 --- a/samples/spring-boot/pom.xml +++ b/samples/spring-boot/pom.xml @@ -18,15 +18,14 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 samples-spring-boot diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml index 2408fa36a4..5a0d064715 100644 --- a/samples/spring-hibernate/pom.xml +++ b/samples/spring-hibernate/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml index 28dbcf8a07..757abad334 100644 --- a/samples/spring-mvc/pom.xml +++ b/samples/spring-mvc/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index f567d05ea9..f59b2c6fa8 100644 --- a/samples/spring/pom.xml +++ b/samples/spring/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/web-jakarta/pom.xml b/samples/web-jakarta/pom.xml index 2d04ba413d..06dfe4bbd6 100644 --- a/samples/web-jakarta/pom.xml +++ b/samples/web-jakarta/pom.xml @@ -17,13 +17,11 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/samples/web/pom.xml b/samples/web/pom.xml index 135ef4ac78..5fac2981fc 100644 --- a/samples/web/pom.xml +++ b/samples/web/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro.samples shiro-samples - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml index 1f87b9227e..142a2000c0 100644 --- a/support/aspectj/pom.xml +++ b/support/aspectj/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml index 67f7a31495..6169b04f94 100644 --- a/support/cdi/pom.xml +++ b/support/cdi/pom.xml @@ -17,8 +17,7 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 shiro-cdi Apache Shiro :: Support :: CDI @@ -28,7 +27,7 @@ org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 cdi diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml index d1266ee3f4..c58754903c 100644 --- a/support/ehcache/pom.xml +++ b/support/ehcache/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/features/pom.xml b/support/features/pom.xml index e9ecda6087..2f5b902d49 100644 --- a/support/features/pom.xml +++ b/support/features/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/guice/pom.xml b/support/guice/pom.xml index bd3358bd11..401605ff93 100644 --- a/support/guice/pom.xml +++ b/support/guice/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index b48a440539..23dc09cea7 100644 --- a/support/hazelcast/pom.xml +++ b/support/hazelcast/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml index df04fa968a..136af70d8f 100644 --- a/support/jakarta-ee/pom.xml +++ b/support/jakarta-ee/pom.xml @@ -17,8 +17,7 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 shiro-jakarta-ee Apache Shiro :: Support :: Jakarta EE @@ -28,7 +27,7 @@ org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml index 3571eb96e8..757f9183b5 100644 --- a/support/jaxrs/pom.xml +++ b/support/jaxrs/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/jcache/pom.xml b/support/jcache/pom.xml index 4266492374..b3316d711c 100644 --- a/support/jcache/pom.xml +++ b/support/jcache/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml diff --git a/support/pom.xml b/support/pom.xml index 2ba9aed0b1..81b43257b8 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml index 9cf08d9937..4b92279fcb 100644 --- a/support/quartz/pom.xml +++ b/support/quartz/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml index e03de5318f..11e65a73b2 100644 --- a/support/servlet-plugin/pom.xml +++ b/support/servlet-plugin/pom.xml @@ -18,15 +18,14 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 shiro-servlet-plugin diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml index af2ee6dc5e..c9e91d7276 100644 --- a/support/spring-boot/pom.xml +++ b/support/spring-boot/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/support/spring-boot/spring-boot-starter/pom.xml b/support/spring-boot/spring-boot-starter/pom.xml index bde8557102..042672c5ca 100644 --- a/support/spring-boot/spring-boot-starter/pom.xml +++ b/support/spring-boot/spring-boot-starter/pom.xml @@ -18,15 +18,14 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro shiro-spring-boot - 2.0.0-SNAPSHOT + 2.0.0 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 c8ef3096f4..fd86570251 100644 --- a/support/spring-boot/spring-boot-web-starter/pom.xml +++ b/support/spring-boot/spring-boot-web-starter/pom.xml @@ -18,15 +18,14 @@ ~ under the License. --> - + 4.0.0 org.apache.shiro shiro-spring-boot - 2.0.0-SNAPSHOT + 2.0.0 shiro-spring-boot-web-starter diff --git a/support/spring/pom.xml b/support/spring/pom.xml index 69efb8e84d..ee63c44cd8 100644 --- a/support/spring/pom.xml +++ b/support/spring/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-support - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 9e41bb0c39..0b1f177e6e 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index 5d0e3dc631..a0b4a72afd 100644 --- a/tools/hasher/pom.xml +++ b/tools/hasher/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro.tools shiro-tools - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index f3738cea21..c3e4e98afe 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -17,13 +17,12 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/web/pom.xml b/web/pom.xml index 58ce629408..def45a3429 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -18,13 +18,12 @@ ~ under the License. --> - + org.apache.shiro shiro-root - 2.0.0-SNAPSHOT + 2.0.0 4.0.0