From ecbc68035af9dd62dec91bf82a8fb9d3311515a7 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Thu, 28 Jul 2022 11:19:14 -0400 Subject: [PATCH] [ELY-2375] Release WildFly Elytron 1.20.0.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 a98fea1a911..03549956de9 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 1ef2946387f..ed4cfdbec19 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index c60c163f329..d90ddc49e21 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index 4c15dfec58d..3ffc29134f7 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/auth/jaspi/pom.xml b/auth/jaspi/pom.xml index 27290c03a22..96f764f2aa1 100644 --- a/auth/jaspi/pom.xml +++ b/auth/jaspi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index 6085a25cbbc..89093f52cfe 100644 --- a/auth/realm/base/pom.xml +++ b/auth/realm/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index 507e97d4249..12b29f1eafe 100644 --- a/auth/realm/jdbc/pom.xml +++ b/auth/realm/jdbc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index 416a75c0f9b..5d1a9edfa11 100644 --- a/auth/realm/ldap/pom.xml +++ b/auth/realm/ldap/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index e9d91d72c5c..eb9e145c4eb 100644 --- a/auth/realm/token/pom.xml +++ b/auth/realm/token/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index 0d9a4b9520f..93de9a68c3e 100644 --- a/auth/server/base/pom.xml +++ b/auth/server/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index 864b8c2193a..80e99728fe1 100644 --- a/auth/server/deprecated/pom.xml +++ b/auth/server/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index 3ce1635a9cd..aa23ebbc997 100644 --- a/auth/server/http/pom.xml +++ b/auth/server/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index 82258a9f5fa..829c40ea488 100644 --- a/auth/server/sasl/pom.xml +++ b/auth/server/sasl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index 9a81d45aab4..1c0c4052225 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index 7c62bca22c4..c7833b9731e 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index 15ead9fca00..3e577bf3ed3 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index 537968ebcdf..d7e7e34a4e1 100644 --- a/credential/source/deprecated/pom.xml +++ b/credential/source/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index ad46a48c24d..32b48f12095 100644 --- a/credential/source/impl/pom.xml +++ b/credential/source/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index 8d1cad58038..f656ebd685e 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index 1333d89005b..c90272c9866 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/encryption/pom.xml b/encryption/pom.xml index c69b5beaaeb..f23797da14b 100644 --- a/encryption/pom.xml +++ b/encryption/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index 36e2cd47718..2f87e54b602 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index 8abf025ec64..67c9f8b69b9 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index 80057c4c4ef..294312de1a3 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index 6f38e380e4f..0a0cb081bdb 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index a0f49c2917a..23dc6799f33 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index cc190ec309b..e7e6839f32e 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index 9d039608c73..c22495df000 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index fdbf629ba15..84a0fb2b476 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/oidc/pom.xml b/http/oidc/pom.xml index ecd3cb0611e..d9ca5692521 100644 --- a/http/oidc/pom.xml +++ b/http/oidc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index 899bfe88145..0859361dc9e 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index 86b18d1e69d..ce3cd3cc9a7 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/stateful-basic/pom.xml b/http/stateful-basic/pom.xml index d43e01bd6e4..3242c27ee63 100644 --- a/http/stateful-basic/pom.xml +++ b/http/stateful-basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index beb7fa23dcf..c54bd2c0e73 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/jacc/pom.xml b/jacc/pom.xml index c7da5a004d1..b9db92468ce 100644 --- a/jacc/pom.xml +++ b/jacc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/jose/jwk/pom.xml b/jose/jwk/pom.xml index cce99a8774b..9aa47035185 100644 --- a/jose/jwk/pom.xml +++ b/jose/jwk/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/jose/util/pom.xml b/jose/util/pom.xml index 961a74d6987..e44e1d09344 100644 --- a/jose/util/pom.xml +++ b/jose/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/json-util/pom.xml b/json-util/pom.xml index 26268e505a1..f8cddafb91a 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/jwt/pom.xml b/jwt/pom.xml index a5c965f6d19..3bd33ba0ac5 100644 --- a/jwt/pom.xml +++ b/jwt/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index 2cedab785dd..9ffe3d355eb 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index 6195e1aeb93..e332b2f44f3 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index fec47440cec..43a67867324 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index 84d4004f1a1..452f68758e9 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index 336c6e1b428..f8ded11ff60 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index d73afb8371a..a69a9a0be42 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index 282f4280d95..44cbcb5eb8e 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index 93f5fb4a347..69eaf2b43f5 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index d2c1d7c43b9..96bf1ceabbf 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index 1332b53c69d..f281dcfb97e 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index 2eee4605d78..d6aacdfc87c 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/pom.xml b/pom.xml index 3156be33295..5cb6bf1d319 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index 5c6b468ca1d..8b71e585420 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index 26c6b411018..c6cc7bdedf3 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index bce14dc1f43..df0457cf479 100644 --- a/sasl/auth/util/pom.xml +++ b/sasl/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index 3394fea53d7..2606ec6b689 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index 27ccfbc8d16..4fd0caf2cf1 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index fd047cca555..b8d3df0bc5a 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index 0415a67e0dc..955fee4af29 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index 296a4f6dd52..483a23e51a1 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index 21f48d53e06..84c2278281b 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index 206e50cedac..f5032f3342d 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index 2dfca3e1212..f98774d7920 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 1c9e1a37abd..38b0634435e 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index 84262d7d7f9..b04b5f35ea9 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index e0b1b2baf1f..8db62e9db23 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index fad3f9ef023..cdfe6caaadf 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index 9042ccb2b4b..19b7fa45b68 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index b1403b03e74..716cc23dd16 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 6e4068db6ff..b1c11b188b9 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index acd9f64b838..11367c676fa 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index 27b3a48129d..a16e3ef2f66 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index afa0624cfc8..40b2725ab9c 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index 9d5d8ae9fa9..29b458aca9c 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index be53169dfe3..19551c68e21 100644 --- a/x500/cert/acme/pom.xml +++ b/x500/cert/acme/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index 8ad3d4e68e4..8ee5b91ce00 100644 --- a/x500/cert/base/pom.xml +++ b/x500/cert/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index 7a61048bcd6..499a20b5e5d 100644 --- a/x500/cert/util/pom.xml +++ b/x500/cert/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index 9d07477cc13..f306f9a3a30 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index 2f95514ba5c..e244fe49024 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.19.1.CR1-SNAPSHOT + 1.20.0.Final ../../pom.xml