From 908dea9aeb7949acc3ff7156d119c044bf372783 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Tue, 13 Sep 2022 14:49:05 -0400 Subject: [PATCH] [ELY-2417] Release WildFly Elytron 2.0.0.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 +- 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 +- 75 files changed, 75 insertions(+), 75 deletions(-) diff --git a/asn1/pom.xml b/asn1/pom.xml index b44b1309874..fee75a418aa 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 7529c6d7f9c..a7d6d613b04 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index 856840c50a2..0e503ee2d23 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index 428a9815caa..11f92b12d99 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index f493461813c..454de5d525f 100644 --- a/auth/realm/base/pom.xml +++ b/auth/realm/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index d1b75668860..ca894217484 100644 --- a/auth/realm/jdbc/pom.xml +++ b/auth/realm/jdbc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index 4ed11584496..66f1686da25 100644 --- a/auth/realm/ldap/pom.xml +++ b/auth/realm/ldap/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index 61f3e305333..24e75436654 100644 --- a/auth/realm/token/pom.xml +++ b/auth/realm/token/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index 520cbb29ac7..f47ed532b56 100644 --- a/auth/server/base/pom.xml +++ b/auth/server/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index d807b1c5fce..d0f836b0057 100644 --- a/auth/server/deprecated/pom.xml +++ b/auth/server/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index 9724a2b0466..6069025d4ad 100644 --- a/auth/server/http/pom.xml +++ b/auth/server/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index da1f532f8b6..dab49517a3e 100644 --- a/auth/server/sasl/pom.xml +++ b/auth/server/sasl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index 41d5d02c1a7..aa92f8d9ba4 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index cf28a511140..83066c94d56 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index cd710839443..daa1b5992f6 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index d83f03a28f2..d109b90227e 100644 --- a/credential/source/deprecated/pom.xml +++ b/credential/source/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index 8b3b56d2c07..f2c4b3b25f6 100644 --- a/credential/source/impl/pom.xml +++ b/credential/source/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index 62efbc84d06..2a94fbaa45f 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index 10daaa488ce..9b34e867d72 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/encryption/pom.xml b/encryption/pom.xml index 58e9170e5d6..bb1cdba2986 100644 --- a/encryption/pom.xml +++ b/encryption/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index 8494b8a9408..da90ce47d88 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index 8418a0f16e7..72e5e12a3ec 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index f3a624c86d3..a4e9a83f591 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index 9341f99f979..5866b59c9b6 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index 9199f12ae7b..76684141833 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index 01525269561..9ea61cacb3f 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index 545bf1acb15..91cc2dccf2d 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index fe44332a6c2..b659d2ea9ea 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/oidc/pom.xml b/http/oidc/pom.xml index 5dc8b52ab20..c04934012d6 100644 --- a/http/oidc/pom.xml +++ b/http/oidc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index b695a2971bb..1a0f6dbd841 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index 0d323503245..2f1e758f2d8 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/stateful-basic/pom.xml b/http/stateful-basic/pom.xml index 0c227185cb6..442e91e2efb 100644 --- a/http/stateful-basic/pom.xml +++ b/http/stateful-basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index 99ecbbe937f..52b31282e99 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/jose/jwk/pom.xml b/jose/jwk/pom.xml index ae9b36c797d..19025aef50d 100644 --- a/jose/jwk/pom.xml +++ b/jose/jwk/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/jose/util/pom.xml b/jose/util/pom.xml index 0ce9dd39ced..2e925330a03 100644 --- a/jose/util/pom.xml +++ b/jose/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/json-util/pom.xml b/json-util/pom.xml index a7063752c24..dab75282130 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index ac4df7c6ddd..beb0a2240ef 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index 1362422118f..6d2f7d2fc3b 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index b5d2ceb021e..e88a57e3a95 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index d464872351d..b3c8a683b6a 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index 02c53b0e173..a9196841bba 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index c6280806ca4..6b528b9bfbb 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index 4c59ecf1171..fbd4e81c145 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index 9864a29232e..e730b291431 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index c1cafc58791..dc07b8746a7 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index 5d99eeb1026..bdb3f7b6814 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index d11e788e0f6..d56cbdccf59 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/pom.xml b/pom.xml index 5283a5a60d8..921f543227c 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index 04140297b89..93778c290c9 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index 2f9854e3f8a..70ec6d433a0 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index d2bb62642d1..036d153677c 100644 --- a/sasl/auth/util/pom.xml +++ b/sasl/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index 455954e120e..a50f780e596 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index d522d28e392..537f4e68e5c 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index 0fb8a5b9d89..ebe01ccad8b 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index 729fd2bf94b..2455e9c2be6 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index a6302bdcb5a..8d7f2649ec3 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index 738cd5099ec..273456f44e6 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index 87d951d14aa..b886153c120 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index 19196fc4a1c..fbc468bbb9a 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 90063b17155..39d8ba3ac10 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index 8139bf64824..9b589592f89 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index abe857aeaba..33d9bebcd24 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index e69aa4f9042..df3427234d8 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index 815076f6e81..f9a6012a9d2 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index 69186baba98..4b14bf46054 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index d9d218c38e8..964d5d87bbb 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index 1b6b45c1b7e..7ad6553b876 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index a0d3eb8af9c..434479c85d5 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index da1916f1cc9..2432daec041 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index 1b7bdceb9f1..1c1bd388242 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index 983b719314d..a7de3b05e51 100644 --- a/x500/cert/acme/pom.xml +++ b/x500/cert/acme/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index 36292ccb289..e30f31533ab 100644 --- a/x500/cert/base/pom.xml +++ b/x500/cert/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index a4a60ad14aa..4770ddd65c0 100644 --- a/x500/cert/util/pom.xml +++ b/x500/cert/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index 74b9440022a..665c80ae164 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index c2118a2be17..d382b332e9f 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.0.0.Beta4-SNAPSHOT + 2.0.0.Final ../../pom.xml