From 4a74eed1cdca1fd1ab5cf3cba75a39c7288fb492 Mon Sep 17 00:00:00 2001 From: Benjamin Marwell Date: Mon, 14 Nov 2022 20:55:20 +0100 Subject: [PATCH] [maven-release-plugin] prepare release shiro-root-1.10.1 --- all/pom.xml | 2 +- cache/pom.xml | 2 +- config/core/pom.xml | 2 +- config/ogdl/pom.xml | 2 +- config/pom.xml | 2 +- core/pom.xml | 2 +- crypto/cipher/pom.xml | 2 +- crypto/core/pom.xml | 2 +- crypto/hash/pom.xml | 2 +- crypto/pom.xml | 2 +- event/pom.xml | 2 +- integration-tests/guice3/pom.xml | 2 +- integration-tests/guice4/pom.xml | 2 +- integration-tests/pom.xml | 2 +- integration-tests/support/pom.xml | 2 +- lang/pom.xml | 2 +- pom.xml | 6 +++--- samples/aspectj/pom.xml | 2 +- samples/guice/pom.xml | 2 +- samples/jaxrs/pom.xml | 2 +- samples/pom.xml | 2 +- samples/quickstart-guice/pom.xml | 2 +- samples/quickstart/pom.xml | 2 +- samples/servlet-plugin/pom.xml | 2 +- samples/spring-boot-web/pom.xml | 2 +- samples/spring-boot/pom.xml | 2 +- samples/spring-hibernate/pom.xml | 2 +- samples/spring-mvc/pom.xml | 2 +- samples/spring/pom.xml | 2 +- samples/web/pom.xml | 2 +- support/aspectj/pom.xml | 2 +- support/cas/pom.xml | 2 +- support/ehcache/pom.xml | 2 +- support/features/pom.xml | 2 +- support/guice/pom.xml | 2 +- support/hazelcast/pom.xml | 2 +- support/jaxrs/pom.xml | 2 +- support/pom.xml | 2 +- support/quartz/pom.xml | 2 +- support/servlet-plugin/pom.xml | 2 +- support/spring-boot/pom.xml | 2 +- support/spring-boot/spring-boot-starter/pom.xml | 2 +- support/spring-boot/spring-boot-web-starter/pom.xml | 2 +- support/spring/pom.xml | 2 +- test-coverage/pom.xml | 2 +- tools/hasher/pom.xml | 2 +- tools/pom.xml | 2 +- web/pom.xml | 2 +- 48 files changed, 50 insertions(+), 50 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 55c00983a5..ba4d592b18 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/cache/pom.xml b/cache/pom.xml index c5e49c21e9..ad85fd48d4 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/config/core/pom.xml b/config/core/pom.xml index a92407b9a2..a60f7d3f7a 100644 --- a/config/core/pom.xml +++ b/config/core/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-config - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/config/ogdl/pom.xml b/config/ogdl/pom.xml index f4119f8bc3..3c91948825 100644 --- a/config/ogdl/pom.xml +++ b/config/ogdl/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-config - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/config/pom.xml b/config/pom.xml index 23757d7054..0944bf3168 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -24,7 +24,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 shiro-config diff --git a/core/pom.xml b/core/pom.xml index e767597207..1c78941802 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml index 414efdfc1f..f623df620f 100644 --- a/crypto/cipher/pom.xml +++ b/crypto/cipher/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-crypto - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/crypto/core/pom.xml b/crypto/core/pom.xml index 60dd1893d3..7fde862adb 100644 --- a/crypto/core/pom.xml +++ b/crypto/core/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-crypto - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml index f923e88127..35a88622da 100644 --- a/crypto/hash/pom.xml +++ b/crypto/hash/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-crypto - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/crypto/pom.xml b/crypto/pom.xml index 4a786f9e98..3b36a935ef 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -24,7 +24,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 shiro-crypto diff --git a/event/pom.xml b/event/pom.xml index 2c6baf147f..fd383ecbdf 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/integration-tests/guice3/pom.xml b/integration-tests/guice3/pom.xml index e665270447..923de46da7 100644 --- a/integration-tests/guice3/pom.xml +++ b/integration-tests/guice3/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.integrationtests shiro-integration-tests - 1.10.1-SNAPSHOT + 1.10.1 shiro-its-guice3 diff --git a/integration-tests/guice4/pom.xml b/integration-tests/guice4/pom.xml index 22759f0118..d6453de741 100644 --- a/integration-tests/guice4/pom.xml +++ b/integration-tests/guice4/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.integrationtests shiro-integration-tests - 1.10.1-SNAPSHOT + 1.10.1 shiro-its-guice4 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 3ae266d7a8..aab20a0004 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 org.apache.shiro.integrationtests diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index a711480ae4..d3a0744290 100644 --- a/integration-tests/support/pom.xml +++ b/integration-tests/support/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.integrationtests shiro-integration-tests - 1.10.1-SNAPSHOT + 1.10.1 shiro-its-support diff --git a/lang/pom.xml b/lang/pom.xml index 2107881bd2..9b94d09371 100644 --- a/lang/pom.xml +++ b/lang/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/pom.xml b/pom.xml index b5556e8164..5ae5d4a980 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.shiro shiro-root pom - 1.10.1-SNAPSHOT + 1.10.1 Apache Shiro https://shiro.apache.org/ @@ -44,7 +44,7 @@ scm:git:https://gitbox.apache.org/repos/asf/shiro.git scm:git:https://gitbox.apache.org/repos/asf/shiro.git https://github.com/apache/shiro/tree/${project.scm.tag} - master + shiro-root-1.10.1 Jira @@ -69,7 +69,7 @@ 1.9.0 ${user.name}-${maven.build.timestamp} - 2022-10-07T15:10:43Z + 2022-11-14T19:52:26Z true false diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml index 514901b332..055d3f1c27 100644 --- a/samples/aspectj/pom.xml +++ b/samples/aspectj/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml index d759ed44b0..df8f3c4046 100644 --- a/samples/guice/pom.xml +++ b/samples/guice/pom.xml @@ -21,7 +21,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/jaxrs/pom.xml b/samples/jaxrs/pom.xml index b7050450dc..fe2a01ded6 100644 --- a/samples/jaxrs/pom.xml +++ b/samples/jaxrs/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index c831cc6f55..825b2ff961 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/quickstart-guice/pom.xml b/samples/quickstart-guice/pom.xml index fe9facc8c4..ab749b8abc 100644 --- a/samples/quickstart-guice/pom.xml +++ b/samples/quickstart-guice/pom.xml @@ -21,7 +21,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/quickstart/pom.xml b/samples/quickstart/pom.xml index a67d040003..b2960a91ba 100644 --- a/samples/quickstart/pom.xml +++ b/samples/quickstart/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml index c3f67994ce..bd372ea7a5 100644 --- a/samples/servlet-plugin/pom.xml +++ b/samples/servlet-plugin/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 8dac647087..9ce078e198 100644 --- a/samples/spring-boot-web/pom.xml +++ b/samples/spring-boot-web/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 samples-spring-boot-web diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml index ca1f8ac14d..af59c426ba 100644 --- a/samples/spring-boot/pom.xml +++ b/samples/spring-boot/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 samples-spring-boot diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml index 4672402ea9..12a724b1ae 100644 --- a/samples/spring-hibernate/pom.xml +++ b/samples/spring-hibernate/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml index 4f99cccc5e..45d28c0e7f 100644 --- a/samples/spring-mvc/pom.xml +++ b/samples/spring-mvc/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index be067ce65d..c524ce2354 100644 --- a/samples/spring/pom.xml +++ b/samples/spring/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/samples/web/pom.xml b/samples/web/pom.xml index 405935df86..596a8f92d9 100644 --- a/samples/web/pom.xml +++ b/samples/web/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro.samples shiro-samples - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml index 295cba8958..55fe77a80c 100644 --- a/support/aspectj/pom.xml +++ b/support/aspectj/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/cas/pom.xml b/support/cas/pom.xml index a7c28f5c5b..b9fdd7d583 100644 --- a/support/cas/pom.xml +++ b/support/cas/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/ehcache/pom.xml b/support/ehcache/pom.xml index 6108bc5cbf..c519ca7ec9 100644 --- a/support/ehcache/pom.xml +++ b/support/ehcache/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/features/pom.xml b/support/features/pom.xml index c28dbe876c..3026584fa6 100644 --- a/support/features/pom.xml +++ b/support/features/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/guice/pom.xml b/support/guice/pom.xml index fd41294fdc..ff39976ae2 100644 --- a/support/guice/pom.xml +++ b/support/guice/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/hazelcast/pom.xml b/support/hazelcast/pom.xml index 7455c77dab..0d4a4d07d3 100644 --- a/support/hazelcast/pom.xml +++ b/support/hazelcast/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/jaxrs/pom.xml b/support/jaxrs/pom.xml index 283e6a75fa..3791eb2aec 100644 --- a/support/jaxrs/pom.xml +++ b/support/jaxrs/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index b59521ac02..bdcddbf2d5 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/quartz/pom.xml b/support/quartz/pom.xml index 5b6eb6ac90..5680b377a1 100644 --- a/support/quartz/pom.xml +++ b/support/quartz/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/servlet-plugin/pom.xml b/support/servlet-plugin/pom.xml index 2632a03628..bf1a3f8f64 100644 --- a/support/servlet-plugin/pom.xml +++ b/support/servlet-plugin/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 shiro-servlet-plugin diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml index 2976a2dece..5aa809aecf 100644 --- a/support/spring-boot/pom.xml +++ b/support/spring-boot/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/support/spring-boot/spring-boot-starter/pom.xml b/support/spring-boot/spring-boot-starter/pom.xml index 5a32f13063..c79899ce5f 100644 --- a/support/spring-boot/spring-boot-starter/pom.xml +++ b/support/spring-boot/spring-boot-starter/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro shiro-spring-boot - 1.10.1-SNAPSHOT + 1.10.1 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 b7691b7dfc..9a8c1f0cc3 100644 --- a/support/spring-boot/spring-boot-web-starter/pom.xml +++ b/support/spring-boot/spring-boot-web-starter/pom.xml @@ -25,7 +25,7 @@ org.apache.shiro shiro-spring-boot - 1.10.1-SNAPSHOT + 1.10.1 shiro-spring-boot-web-starter diff --git a/support/spring/pom.xml b/support/spring/pom.xml index c17b83a648..edfb55333c 100644 --- a/support/spring/pom.xml +++ b/support/spring/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-support - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index f10bf4bee4..06e5015791 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index 914a364297..4840af8196 100644 --- a/tools/hasher/pom.xml +++ b/tools/hasher/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro.tools shiro-tools - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 405f2c9231..902865a8d8 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0 diff --git a/web/pom.xml b/web/pom.xml index 91cee1e7ae..73b7b3f03a 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -23,7 +23,7 @@ org.apache.shiro shiro-root - 1.10.1-SNAPSHOT + 1.10.1 4.0.0