From d421115b4d93700296bd8bfe430bd24c584684b9 Mon Sep 17 00:00:00 2001 From: Diana Krepinska Date: Thu, 10 Aug 2023 20:44:12 +0200 Subject: [PATCH 1/2] [ELY-2585] Release WildFly Elytron 1.15.20.Final --- asn1/pom.xml | 2 +- audit/pom.xml | 2 +- auth/base/pom.xml | 2 +- auth/client/pom.xml | 2 +- auth/jaspi/pom.xml | 2 +- auth/realm/base/pom.xml | 2 +- auth/realm/jdbc/pom.xml | 2 +- auth/realm/ldap/pom.xml | 2 +- auth/realm/token/pom.xml | 2 +- auth/server/base/pom.xml | 2 +- auth/server/deprecated/pom.xml | 2 +- auth/server/http/pom.xml | 2 +- auth/server/sasl/pom.xml | 2 +- auth/util/pom.xml | 2 +- base/pom.xml | 2 +- credential/base/pom.xml | 2 +- credential/source/deprecated/pom.xml | 2 +- credential/source/impl/pom.xml | 2 +- credential/store/pom.xml | 2 +- digest/pom.xml | 2 +- encryption/pom.xml | 2 +- http/base/pom.xml | 2 +- http/basic/pom.xml | 2 +- http/bearer/pom.xml | 2 +- http/cert/pom.xml | 2 +- http/deprecated/pom.xml | 2 +- http/digest/pom.xml | 2 +- http/external/pom.xml | 2 +- http/form/pom.xml | 2 +- http/oidc/pom.xml | 2 +- http/spnego/pom.xml | 2 +- http/sso/pom.xml | 2 +- http/stateful-basic/pom.xml | 2 +- http/util/pom.xml | 2 +- jacc/pom.xml | 2 +- jose/jwk/pom.xml | 2 +- jose/util/pom.xml | 2 +- json-util/pom.xml | 2 +- jwt/pom.xml | 2 +- keystore/pom.xml | 2 +- manager/action/pom.xml | 2 +- manager/base/pom.xml | 2 +- mechanism/base/pom.xml | 2 +- mechanism/digest/pom.xml | 2 +- mechanism/gssapi/pom.xml | 2 +- mechanism/http/pom.xml | 2 +- mechanism/oauth2/pom.xml | 2 +- mechanism/scram/pom.xml | 2 +- password/impl/pom.xml | 2 +- permission/pom.xml | 2 +- pom.xml | 2 +- provider/util/pom.xml | 2 +- sasl/anonymous/pom.xml | 2 +- sasl/auth/util/pom.xml | 2 +- sasl/base/pom.xml | 2 +- sasl/deprecated/pom.xml | 2 +- sasl/digest/pom.xml | 2 +- sasl/entity/pom.xml | 2 +- sasl/external/pom.xml | 2 +- sasl/gs2/pom.xml | 2 +- sasl/gssapi/pom.xml | 2 +- sasl/localuser/pom.xml | 2 +- sasl/oauth2/pom.xml | 2 +- sasl/otp/pom.xml | 2 +- sasl/plain/pom.xml | 2 +- sasl/scram/pom.xml | 2 +- ssl/pom.xml | 2 +- tests/base/pom.xml | 2 +- tests/common/pom.xml | 2 +- tool/pom.xml | 2 +- util/pom.xml | 2 +- wildfly-elytron/pom.xml | 2 +- x500/base/pom.xml | 2 +- x500/cert/acme/pom.xml | 2 +- x500/cert/base/pom.xml | 2 +- x500/cert/util/pom.xml | 2 +- x500/deprecated/pom.xml | 2 +- x500/principal/pom.xml | 2 +- 78 files changed, 78 insertions(+), 78 deletions(-) diff --git a/asn1/pom.xml b/asn1/pom.xml index 6532b3fbf92..e151dcbd833 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 8e69fa4cf49..0246d6e23d4 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index 963950c7cd8..807039a30b5 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index b375b5b6496..577f55a2ea9 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/auth/jaspi/pom.xml b/auth/jaspi/pom.xml index f85c7b3e133..6b5b60bd0f8 100644 --- a/auth/jaspi/pom.xml +++ b/auth/jaspi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index 47b2c554ab4..a80dd2e7e0c 100644 --- a/auth/realm/base/pom.xml +++ b/auth/realm/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index e293bf00309..a8773af3d4e 100644 --- a/auth/realm/jdbc/pom.xml +++ b/auth/realm/jdbc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index 744316fa2e3..f64d447ddee 100644 --- a/auth/realm/ldap/pom.xml +++ b/auth/realm/ldap/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index f2f21919770..69341f28c70 100644 --- a/auth/realm/token/pom.xml +++ b/auth/realm/token/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index e0d578a015f..dc09bd4103f 100644 --- a/auth/server/base/pom.xml +++ b/auth/server/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index b4c769a7e96..8dae46b611f 100644 --- a/auth/server/deprecated/pom.xml +++ b/auth/server/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index 3eba73cdd2a..b9b3caebea7 100644 --- a/auth/server/http/pom.xml +++ b/auth/server/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index 3ad7c0944f1..cd0a35b0c3f 100644 --- a/auth/server/sasl/pom.xml +++ b/auth/server/sasl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index 066817cffff..77f7da6f04e 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index 2738724ad2d..9813c42de7e 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index ed200c30efa..14cdaa65508 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index 330fd36a378..ed41518404b 100644 --- a/credential/source/deprecated/pom.xml +++ b/credential/source/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index 56f58195dcc..501c8a7f0c3 100644 --- a/credential/source/impl/pom.xml +++ b/credential/source/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index 78e8ee4b23d..c05ac5f744c 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index 054d6caf6cd..3eac6fb1067 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/encryption/pom.xml b/encryption/pom.xml index f1c51e23319..c6eaaa6b8a6 100644 --- a/encryption/pom.xml +++ b/encryption/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index 1a444adfb8e..f22164e4bad 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index 667f4d1d1c7..f67de9b41bb 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index 6f12174b943..320c6da6781 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index daa14793666..f58fcbc58dc 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index 78a0834d123..b8e38b1bb00 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index 34529622128..e4d2d73d958 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index f9216e85601..f2b3ed9bedb 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index f6acc73410a..c089498a186 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/oidc/pom.xml b/http/oidc/pom.xml index fc63c277b71..afcc3299f50 100644 --- a/http/oidc/pom.xml +++ b/http/oidc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index f29002de253..4b74fd6ca57 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index 25b42e916e8..f3e8ef7e0a0 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/stateful-basic/pom.xml b/http/stateful-basic/pom.xml index 714ec865788..1ce9e3a9888 100644 --- a/http/stateful-basic/pom.xml +++ b/http/stateful-basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index 1939f654066..51e7317af74 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/jacc/pom.xml b/jacc/pom.xml index ec2ff0bfe21..8a057805d91 100644 --- a/jacc/pom.xml +++ b/jacc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/jose/jwk/pom.xml b/jose/jwk/pom.xml index 58c54db6e39..2d2c9f318cd 100644 --- a/jose/jwk/pom.xml +++ b/jose/jwk/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/jose/util/pom.xml b/jose/util/pom.xml index fae0c0620b6..f95cb8849b5 100644 --- a/jose/util/pom.xml +++ b/jose/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/json-util/pom.xml b/json-util/pom.xml index 0a5cbbb084a..78c9af59ca8 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/jwt/pom.xml b/jwt/pom.xml index b3fcbf7984a..d29da5f7998 100644 --- a/jwt/pom.xml +++ b/jwt/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index 805f4278083..f0d4d506a63 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index 524b7b2b25a..f0c4233eb6e 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index 393d515fa22..4545046681b 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index 66c636180fd..3835b4211ca 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index c2da5dbac0d..1dcc22826d5 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index 1c1515d0438..e6de0ab8983 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index 6ef23b0b6c7..48fb5115918 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index ef4e4326474..6da817be2b0 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index ef27b594320..5af00da41a3 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index 073585294ee..b7ddd4557af 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index e2b25011cf1..79a338f00a1 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/pom.xml b/pom.xml index a5c77f84a28..9b5964c2fa0 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index 0d641ffd0b6..d885d4e85ec 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index 7df2913220b..715d4ee28b9 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index 89f64a12ee4..77eec95940a 100644 --- a/sasl/auth/util/pom.xml +++ b/sasl/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index ed8d31426f0..843dd8170c7 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index 4d61ac411f1..36589a8569b 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index d18cdb802de..9eb41f5f4b3 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index e506d1b1ff6..24913481e59 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index 5e79fe07a5f..6a653fbe19f 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index 52e8b441ac6..d6b1b95ff66 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index 80dd9a353f1..d0146213562 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index 0a2d1d5b77e..fc75a25ce46 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 6795c7699c4..9a8b60f03ea 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index 68b4366ac43..32f3b926bf8 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index c9b00344339..e8305fd67fa 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index a30eef73b78..dd5fd3f6299 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index 91e4a989049..7958868b8a1 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index 06e949d1cc2..d91d191e4c1 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 036ec5230f7..c2bad858864 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index 94ac1e90a46..238d963cdc2 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index da00a1b0a75..b8651f17b7d 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index bb90f6013e8..782c0d8b823 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index 046cc5208a5..07403498f80 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index 6e0aaaf15fa..9f33c9176e6 100644 --- a/x500/cert/acme/pom.xml +++ b/x500/cert/acme/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index 17641056b1a..d96177945f8 100644 --- a/x500/cert/base/pom.xml +++ b/x500/cert/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index 0e75de6b639..3e35bba6146 100644 --- a/x500/cert/util/pom.xml +++ b/x500/cert/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index e74b66bd3fe..1c3c8854a74 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index 468f063110b..a9ef6b88f71 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.CR1-SNAPSHOT + 1.15.20.Final ../../pom.xml From 81b8417282ea66ba854bf002f004624902d835fd Mon Sep 17 00:00:00 2001 From: Diana Krepinska Date: Thu, 10 Aug 2023 20:45:55 +0200 Subject: [PATCH 2/2] Next is 1.15.21 --- asn1/pom.xml | 2 +- audit/pom.xml | 2 +- auth/base/pom.xml | 2 +- auth/client/pom.xml | 2 +- auth/jaspi/pom.xml | 2 +- auth/realm/base/pom.xml | 2 +- auth/realm/jdbc/pom.xml | 2 +- auth/realm/ldap/pom.xml | 2 +- auth/realm/token/pom.xml | 2 +- auth/server/base/pom.xml | 2 +- auth/server/deprecated/pom.xml | 2 +- auth/server/http/pom.xml | 2 +- auth/server/sasl/pom.xml | 2 +- auth/util/pom.xml | 2 +- base/pom.xml | 2 +- credential/base/pom.xml | 2 +- credential/source/deprecated/pom.xml | 2 +- credential/source/impl/pom.xml | 2 +- credential/store/pom.xml | 2 +- digest/pom.xml | 2 +- encryption/pom.xml | 2 +- http/base/pom.xml | 2 +- http/basic/pom.xml | 2 +- http/bearer/pom.xml | 2 +- http/cert/pom.xml | 2 +- http/deprecated/pom.xml | 2 +- http/digest/pom.xml | 2 +- http/external/pom.xml | 2 +- http/form/pom.xml | 2 +- http/oidc/pom.xml | 2 +- http/spnego/pom.xml | 2 +- http/sso/pom.xml | 2 +- http/stateful-basic/pom.xml | 2 +- http/util/pom.xml | 2 +- jacc/pom.xml | 2 +- jose/jwk/pom.xml | 2 +- jose/util/pom.xml | 2 +- json-util/pom.xml | 2 +- jwt/pom.xml | 2 +- keystore/pom.xml | 2 +- manager/action/pom.xml | 2 +- manager/base/pom.xml | 2 +- mechanism/base/pom.xml | 2 +- mechanism/digest/pom.xml | 2 +- mechanism/gssapi/pom.xml | 2 +- mechanism/http/pom.xml | 2 +- mechanism/oauth2/pom.xml | 2 +- mechanism/scram/pom.xml | 2 +- password/impl/pom.xml | 2 +- permission/pom.xml | 2 +- pom.xml | 2 +- provider/util/pom.xml | 2 +- sasl/anonymous/pom.xml | 2 +- sasl/auth/util/pom.xml | 2 +- sasl/base/pom.xml | 2 +- sasl/deprecated/pom.xml | 2 +- sasl/digest/pom.xml | 2 +- sasl/entity/pom.xml | 2 +- sasl/external/pom.xml | 2 +- sasl/gs2/pom.xml | 2 +- sasl/gssapi/pom.xml | 2 +- sasl/localuser/pom.xml | 2 +- sasl/oauth2/pom.xml | 2 +- sasl/otp/pom.xml | 2 +- sasl/plain/pom.xml | 2 +- sasl/scram/pom.xml | 2 +- ssl/pom.xml | 2 +- tests/base/pom.xml | 2 +- tests/common/pom.xml | 2 +- tool/pom.xml | 2 +- util/pom.xml | 2 +- wildfly-elytron/pom.xml | 2 +- x500/base/pom.xml | 2 +- x500/cert/acme/pom.xml | 2 +- x500/cert/base/pom.xml | 2 +- x500/cert/util/pom.xml | 2 +- x500/deprecated/pom.xml | 2 +- x500/principal/pom.xml | 2 +- 78 files changed, 78 insertions(+), 78 deletions(-) diff --git a/asn1/pom.xml b/asn1/pom.xml index e151dcbd833..88c4ccba2f9 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 0246d6e23d4..144dc584763 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index 807039a30b5..8e9b8724a90 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index 577f55a2ea9..18f0ae1d7a7 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/auth/jaspi/pom.xml b/auth/jaspi/pom.xml index 6b5b60bd0f8..680f99f8ec6 100644 --- a/auth/jaspi/pom.xml +++ b/auth/jaspi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index a80dd2e7e0c..d8e06165eca 100644 --- a/auth/realm/base/pom.xml +++ b/auth/realm/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index a8773af3d4e..0610e6883e9 100644 --- a/auth/realm/jdbc/pom.xml +++ b/auth/realm/jdbc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index f64d447ddee..7880bc0f935 100644 --- a/auth/realm/ldap/pom.xml +++ b/auth/realm/ldap/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index 69341f28c70..6a546395f75 100644 --- a/auth/realm/token/pom.xml +++ b/auth/realm/token/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index dc09bd4103f..903b82981ce 100644 --- a/auth/server/base/pom.xml +++ b/auth/server/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index 8dae46b611f..3b012484492 100644 --- a/auth/server/deprecated/pom.xml +++ b/auth/server/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index b9b3caebea7..d625336f2a3 100644 --- a/auth/server/http/pom.xml +++ b/auth/server/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index cd0a35b0c3f..5a7b6c1ea72 100644 --- a/auth/server/sasl/pom.xml +++ b/auth/server/sasl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index 77f7da6f04e..882024f08de 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index 9813c42de7e..c289f608b80 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index 14cdaa65508..18e7477c8d0 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index ed41518404b..cc0631411e8 100644 --- a/credential/source/deprecated/pom.xml +++ b/credential/source/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index 501c8a7f0c3..57ee0b56153 100644 --- a/credential/source/impl/pom.xml +++ b/credential/source/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index c05ac5f744c..a9154320bed 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index 3eac6fb1067..25cdb206d77 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/encryption/pom.xml b/encryption/pom.xml index c6eaaa6b8a6..b39b63d4308 100644 --- a/encryption/pom.xml +++ b/encryption/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index f22164e4bad..7dd7973f9a0 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index f67de9b41bb..b210a5e4adf 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index 320c6da6781..5f66f9468da 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index f58fcbc58dc..4169f80ddbb 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index b8e38b1bb00..9df9a0ef644 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index e4d2d73d958..dab686774af 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index f2b3ed9bedb..503b0f4a083 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index c089498a186..217010f8810 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/oidc/pom.xml b/http/oidc/pom.xml index afcc3299f50..d33d0c200c7 100644 --- a/http/oidc/pom.xml +++ b/http/oidc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index 4b74fd6ca57..0bcdbde62e1 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index f3e8ef7e0a0..d65197ea581 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/stateful-basic/pom.xml b/http/stateful-basic/pom.xml index 1ce9e3a9888..da580fdb383 100644 --- a/http/stateful-basic/pom.xml +++ b/http/stateful-basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index 51e7317af74..97430300c97 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/jacc/pom.xml b/jacc/pom.xml index 8a057805d91..4c55b996978 100644 --- a/jacc/pom.xml +++ b/jacc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/jose/jwk/pom.xml b/jose/jwk/pom.xml index 2d2c9f318cd..b1eaca71fd4 100644 --- a/jose/jwk/pom.xml +++ b/jose/jwk/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/jose/util/pom.xml b/jose/util/pom.xml index f95cb8849b5..f4cebd1c706 100644 --- a/jose/util/pom.xml +++ b/jose/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/json-util/pom.xml b/json-util/pom.xml index 78c9af59ca8..a11d067eb7f 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/jwt/pom.xml b/jwt/pom.xml index d29da5f7998..e441dcad700 100644 --- a/jwt/pom.xml +++ b/jwt/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index f0d4d506a63..b711d42fdae 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index f0c4233eb6e..eb0638ebff4 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index 4545046681b..0a7cb49a270 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index 3835b4211ca..ba69ea4ab0b 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index 1dcc22826d5..807180676be 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index e6de0ab8983..dd53123a94d 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index 48fb5115918..a7ae42b192c 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index 6da817be2b0..0ea6e4a361e 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index 5af00da41a3..9540000508e 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index b7ddd4557af..30c37277755 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index 79a338f00a1..c985912b08a 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 9b5964c2fa0..6223d09e188 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index d885d4e85ec..bda88463688 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index 715d4ee28b9..b1a915f94d3 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index 77eec95940a..dd98672a7f2 100644 --- a/sasl/auth/util/pom.xml +++ b/sasl/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index 843dd8170c7..ecffd4b0361 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index 36589a8569b..f8c432f5142 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index 9eb41f5f4b3..f6fb49e88b6 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index 24913481e59..3532b0bf164 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index 6a653fbe19f..1188178e098 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index d6b1b95ff66..0ad33a89158 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index d0146213562..abebabeb986 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index fc75a25ce46..fffd0af3ca9 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 9a8b60f03ea..f2a01f80913 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index 32f3b926bf8..25989ed555f 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index e8305fd67fa..68ce5cf26eb 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index dd5fd3f6299..fff24f1a3fd 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index 7958868b8a1..be36016ed58 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index d91d191e4c1..17c43daedc0 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index c2bad858864..bb7bd81565e 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index 238d963cdc2..8176eae7553 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index b8651f17b7d..b22ac41c8d3 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index 782c0d8b823..830f9da6d60 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index 07403498f80..7d3289d54fd 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index 9f33c9176e6..854b3d81000 100644 --- a/x500/cert/acme/pom.xml +++ b/x500/cert/acme/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index d96177945f8..0cb20580fe9 100644 --- a/x500/cert/base/pom.xml +++ b/x500/cert/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index 3e35bba6146..ecac6c774ea 100644 --- a/x500/cert/util/pom.xml +++ b/x500/cert/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index 1c3c8854a74..c44e3fd7348 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index a9ef6b88f71..485c7007a04 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.15.20.Final + 1.15.21.CR1-SNAPSHOT ../../pom.xml