From 87aa1030c749b43be9619379df2af6d87a48a6e6 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Wed, 14 Jun 2023 15:13:17 -0400 Subject: [PATCH] [ELY-2569] Release WildFly Elytron 2.2.1.Final --- asn1/pom.xml | 2 +- audit/pom.xml | 2 +- auth/base/pom.xml | 2 +- auth/client/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 +- jose/jwk/pom.xml | 2 +- jose/util/pom.xml | 2 +- json-util/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 +- ssh/util/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 +- 76 files changed, 76 insertions(+), 76 deletions(-) diff --git a/asn1/pom.xml b/asn1/pom.xml index 7556c6fd0e4..d71b8232284 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 04575006a9d..163983397fa 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index f9a1fb1e2f8..13931b216fc 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index 27fc6c1f154..dafd4249a79 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index 7724372ed12..d69ff0fbb49 100644 --- a/auth/realm/base/pom.xml +++ b/auth/realm/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index e5916a38d02..d527ed337ff 100644 --- a/auth/realm/jdbc/pom.xml +++ b/auth/realm/jdbc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index c467a8678a3..863406178ac 100644 --- a/auth/realm/ldap/pom.xml +++ b/auth/realm/ldap/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index ec270e7aaf5..e5fa4bd5831 100644 --- a/auth/realm/token/pom.xml +++ b/auth/realm/token/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index fc8a1c1ac96..ec869602b7f 100644 --- a/auth/server/base/pom.xml +++ b/auth/server/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index fb6cf1d445b..8d05029341e 100644 --- a/auth/server/deprecated/pom.xml +++ b/auth/server/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index 7bca208a63d..8f7aa57e3e7 100644 --- a/auth/server/http/pom.xml +++ b/auth/server/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index 34daa129421..b50bf8d63cb 100644 --- a/auth/server/sasl/pom.xml +++ b/auth/server/sasl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index 07dc118c3ef..4cff17d897a 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index c5d86168fea..a42b2dde665 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index 8206c2c2bac..56c4b040eb0 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index 93fadb36e76..0cfedd3e226 100644 --- a/credential/source/deprecated/pom.xml +++ b/credential/source/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index d3722f38e91..5f6d2b2a6d4 100644 --- a/credential/source/impl/pom.xml +++ b/credential/source/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index 55b3c7df69e..5eac03af719 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index be30dee8af8..ef26e9f4951 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/encryption/pom.xml b/encryption/pom.xml index 17c5b5b9de2..1ac453089f0 100644 --- a/encryption/pom.xml +++ b/encryption/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index aa80fe76f7b..75ac8691d52 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index b02c2dae5c6..e45dff2c3b3 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index 597af0431a8..281bd1a1ed2 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index 89f987261fa..5e2ab4040b3 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index 1ea53773ad4..2b66816dcb0 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index 652ba2e7c82..8f1f76ee81a 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index a95579a0e58..170428a7028 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index 2a3ea94090c..8511d0b74ee 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/oidc/pom.xml b/http/oidc/pom.xml index 367ebd92d21..efe9f1196f1 100644 --- a/http/oidc/pom.xml +++ b/http/oidc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index f693405fdf1..85167ed8673 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index 0e6274142bc..d5a7d387c4b 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/stateful-basic/pom.xml b/http/stateful-basic/pom.xml index 5877d241e80..b12d9afb646 100644 --- a/http/stateful-basic/pom.xml +++ b/http/stateful-basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index 63c71327b2a..825d00c5139 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/jose/jwk/pom.xml b/jose/jwk/pom.xml index ef20690037e..796f06f407d 100644 --- a/jose/jwk/pom.xml +++ b/jose/jwk/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/jose/util/pom.xml b/jose/util/pom.xml index 1d432cc491e..a8dfa16f089 100644 --- a/jose/util/pom.xml +++ b/jose/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/json-util/pom.xml b/json-util/pom.xml index 55d6e160e86..7b20d296d62 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index 9179d58c193..fde1020d64a 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index f3384d83dac..e936a4f49e9 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index 40b704938a7..44a5b429e82 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index c236a9a5517..ea87cf81a35 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index f7f48855d96..1c9f2dded64 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index fd89a026dc7..803caa578bd 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index 914675ce86b..4b718c56fc7 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index 93c9637dd1a..8848184a63c 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index c9730f53e33..fe6a3dbe3ae 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index a2f07692ed6..fe27a5f18ed 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index 6cf679970bf..a2e4fa6a063 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/pom.xml b/pom.xml index 10c49e99392..f8578b5ace8 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index c26bf7ee6b2..975c605f148 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index c842c71533b..05a47a91927 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index cfaaddbecac..c08d9af6658 100644 --- a/sasl/auth/util/pom.xml +++ b/sasl/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index 6cf4c87c93e..230d840282d 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index 7c96c1da7fa..cd4f98398dd 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index 642f4ce6b56..a4dfae2b7b9 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index 15fd98ab1b1..9afdb89affe 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index efabc1b553d..9a9554496f4 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index f7726d48b77..127a4a74dcc 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index abbe58270e0..0643bad48c8 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index de0be15edeb..3e155ee4ada 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 4cd21e5c48d..7cf83c524f4 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index 1e44e0e9ae5..f75f91f8342 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index a60eeded68d..42f52a215dd 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index 5c26540e89f..4b3d7419718 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/ssh/util/pom.xml b/ssh/util/pom.xml index cef53c60d17..99212a377d4 100644 --- a/ssh/util/pom.xml +++ b/ssh/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index e81bb581219..fbe9e545231 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index 80958cccbe9..a6987f2bf93 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 34455c0ac8f..c5e88ebd0e9 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index 3b4369a1c2b..d61ae76e1c5 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index 80d47928330..1d215445104 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index 71be9930226..e9003f3d16e 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index 04403c3d6e8..203339b58f0 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index 53658f32bc2..71a0cb4cf10 100644 --- a/x500/cert/acme/pom.xml +++ b/x500/cert/acme/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index 050167eea75..a99b9656058 100644 --- a/x500/cert/base/pom.xml +++ b/x500/cert/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index 16620a40345..e2d06d0574d 100644 --- a/x500/cert/util/pom.xml +++ b/x500/cert/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index 2d0538c893e..3faf88c7c9b 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index 069108de332..e0420ac5975 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.1.CR1-SNAPSHOT + 2.2.1.Final ../../pom.xml