From 7b1d4fba6583606028c73c95a76ca45adcd03beb Mon Sep 17 00:00:00 2001 From: lprimak Date: Tue, 7 Nov 2023 16:17:13 -0600 Subject: [PATCH] [maven-release-plugin] prepare release shiro-root-2.0.0-alpha-4 --- 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..96e3f2a1de 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-alpha-4 4.0.0 diff --git a/cache/pom.xml b/cache/pom.xml index 63b35d83ae..8f0bba71e3 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-alpha-4 4.0.0 diff --git a/config/core/pom.xml b/config/core/pom.xml index 4f9e031d5d..fb39e51aa0 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-alpha-4 4.0.0 diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml index c853df9154..5410dc0528 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-alpha-4 4.0.0 diff --git a/config/pom.xml b/config/pom.xml index 681049c197..ec2f0d1c37 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-alpha-4 shiro-config diff --git a/core/pom.xml b/core/pom.xml index 57c0e5b30d..aa1575f579 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-alpha-4 4.0.0 diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml index 5a85da05a4..b9ba8b776c 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-alpha-4 4.0.0 diff --git a/crypto/core/pom.xml b/crypto/core/pom.xml index 2e5e210e54..6ede620765 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-alpha-4 4.0.0 diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml index 0528254b5d..a5cbb3935d 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-alpha-4 4.0.0 diff --git a/crypto/pom.xml b/crypto/pom.xml index 566402c660..4812537989 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-alpha-4 shiro-crypto diff --git a/crypto/support/hashes/argon2/pom.xml b/crypto/support/hashes/argon2/pom.xml index c82b586fb0..8a7ddc241f 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-alpha-4 ../../pom.xml diff --git a/crypto/support/hashes/bcrypt/pom.xml b/crypto/support/hashes/bcrypt/pom.xml index d25aa0c3d4..d35c2114b1 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-alpha-4 ../../pom.xml diff --git a/crypto/support/pom.xml b/crypto/support/pom.xml index fde3c8710f..804fadf451 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-alpha-4 org.apache.shiro.crypto diff --git a/event/pom.xml b/event/pom.xml index 2652390688..52e1a55bc7 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-alpha-4 4.0.0 diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml index 584f05728c..57405d5858 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-alpha-4 shiro-its-guice3 diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml index e3dc2e706f..be41edb88d 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-alpha-4 shiro-its-guice4 diff --git a/integration-tests/jakarta-ee-support/pom.xml b/integration-tests/jakarta-ee-support/pom.xml index c6c4f50b19..fab5d823b5 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-alpha-4 Apache Shiro :: ITs :: Jakarta EE Support pom org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0-alpha-4 diff --git a/integration-tests/jakarta-ee/pom.xml b/integration-tests/jakarta-ee/pom.xml index a69d693c8d..15cf0428ef 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-alpha-4 war Apache Shiro :: ITs :: Jakarta EE org.apache.shiro.integrationtests shiro-integration-tests - 2.0.0-SNAPSHOT + 2.0.0-alpha-4 @@ -51,7 +50,7 @@ ${skipITs} asadmin ${payara.start.skip} - + true domain1 @@ -346,8 +345,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() @@ -406,7 +404,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 @@ -489,7 +487,7 @@ payara-server-remote true - + diff --git a/integration-tests/jaxrs/app/pom.xml b/integration-tests/jaxrs/app/pom.xml index b0c55c05b5..f326292861 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-alpha-4 shiro-its-jaxrs-app - 2.0.0-SNAPSHOT + 2.0.0-alpha-4 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..9052bdfe99 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-alpha-4 shiro-its-jaxrs-meecrowave diff --git a/integration-tests/jaxrs/openliberty/pom.xml b/integration-tests/jaxrs/openliberty/pom.xml index 939edbc255..e7040c0456 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-alpha-4 shiro-its-jaxrs-openliberty diff --git a/integration-tests/jaxrs/pom.xml b/integration-tests/jaxrs/pom.xml index b39d660062..10365ea11b 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-alpha-4 org.apache.shiro.integrationtests.jaxrs diff --git a/integration-tests/jaxrs/tests/pom.xml b/integration-tests/jaxrs/tests/pom.xml index 6e5096c64f..523149c779 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-alpha-4 shiro-its-jaxrs-tests diff --git a/integration-tests/meecrowave-support/pom.xml b/integration-tests/meecrowave-support/pom.xml index ccda326efd..7792252c60 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-alpha-4 shiro-its-meecrowave-support diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 63447d91ba..58e4f59be1 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-alpha-4 org.apache.shiro.integrationtests diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index f843c4557b..797840c56c 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-alpha-4 shiro-its-support diff --git a/lang/pom.xml b/lang/pom.xml index dc6d6c58bf..19304a5364 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-alpha-4 4.0.0 diff --git a/pom.xml b/pom.xml index 0c6e40d92d..529d6ee20d 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-alpha-4 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-alpha-4 Jira @@ -69,15 +68,15 @@ 1.13.0 ${user.name}-${maven.build.timestamp} - 2022-03-22T23:08:15Z + 2023-11-07T22:16:58Z true - + - + false nexus-staging - + [2, 3) [1.1,2) @@ -482,8 +481,7 @@ jakarta false - + diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index 5387eb5144..764456a9a8 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-alpha-4 4.0.0 diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml index 9727dc584a..dbce59ea69 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-alpha-4 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index b378d6ca61..64f3e00400 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-alpha-4 4.0.0 diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml index 7fa9e70fd2..5b40db74c7 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-alpha-4 4.0.0 diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml index 15ce3028ea..a8153f8a5d 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-alpha-4 4.0.0 diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml index a251bc5b72..e531bdc65f 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-alpha-4 4.0.0 diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 8dbb50f672..e6c5e1adf5 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-alpha-4 samples-spring-boot-3-web diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 3aa6ad1383..699c412fc6 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-alpha-4 samples-spring-boot-web diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml index 24c0995112..295d20fea4 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-alpha-4 samples-spring-boot diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml index 2408fa36a4..967e4a9c27 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-alpha-4 4.0.0 diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml index 28dbcf8a07..969c375e18 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-alpha-4 4.0.0 diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index fc041c6980..732fafa7d1 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-alpha-4 4.0.0 diff --git a/samples/web-jakarta/pom.xml b/samples/web-jakarta/pom.xml index 668a8fa2af..3d59d6b8a3 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-alpha-4 4.0.0 diff --git a/samples/web/pom.xml b/samples/web/pom.xml index 6d66ec0ef6..41da57ee67 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-alpha-4 4.0.0 diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml index 9f52698f6e..a75f16a61a 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-alpha-4 4.0.0 diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml index 67f7a31495..53e9e4603f 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-alpha-4 cdi diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml index d1266ee3f4..c19646c6d4 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-alpha-4 4.0.0 diff --git a/support/features/pom.xml b/support/features/pom.xml index 4918f6ca03..90d382b588 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-alpha-4 4.0.0 diff --git a/support/guice/pom.xml b/support/guice/pom.xml index 36e2406c2a..201cb0a26d 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-alpha-4 4.0.0 diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index fd3f7cc9de..281c674bd9 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-alpha-4 4.0.0 diff --git a/support/jakarta-ee/pom.xml b/support/jakarta-ee/pom.xml index 158f48945a..8256f0bcf2 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-alpha-4 diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml index 3571eb96e8..989407ac28 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-alpha-4 4.0.0 diff --git a/support/jcache/pom.xml b/support/jcache/pom.xml index bdfdb28990..e6f17dcce6 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-alpha-4 ../pom.xml diff --git a/support/pom.xml b/support/pom.xml index 2ba9aed0b1..8503742301 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-alpha-4 4.0.0 diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml index 9cf08d9937..3aea56269a 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-alpha-4 4.0.0 diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml index e03de5318f..6259fbfd51 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-alpha-4 shiro-servlet-plugin diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml index 0030056ddb..032ce967c8 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-alpha-4 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..7e5b5cc5b2 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-alpha-4 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 4ee4f79de3..31277b09e5 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-alpha-4 shiro-spring-boot-web-starter diff --git a/support/spring/pom.xml b/support/spring/pom.xml index 69efb8e84d..58a6fb3e61 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-alpha-4 4.0.0 diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index fec60bb079..f6d96f5b76 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-alpha-4 4.0.0 diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index f54509ace3..382efd79fd 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-alpha-4 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index f3738cea21..18fd055ea9 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-alpha-4 4.0.0 diff --git a/web/pom.xml b/web/pom.xml index 58ce629408..910da4f40a 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-alpha-4 4.0.0