From 3bb70e2bed515cacc551b74cc275b5394811d9fe Mon Sep 17 00:00:00 2001 From: Ilia Vassilev Date: Tue, 16 Apr 2024 17:31:46 -0400 Subject: [PATCH 1/3] [ELY-2748] Release WildFly Elytron 2.2.5.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 bcfa5e0ec3..0ed931fc74 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 319f7e154c..1637384999 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index 22b720caa8..d68166e41b 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index d52990d4c3..1b7991e7dd 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index 62908b8bd8..420b8e4e56 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index e9b71edc73..4c06ef7862 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index 0ec8a4062f..8c03449549 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index 8007d5790f..1520631770 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index 143aba541f..fffa5e1966 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index bd1787a090..f5adecea4b 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index 9264a8c3de..718bd24b31 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index 7536d60b58..c1945627d5 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index fb0471fdd1..f896b05ace 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index c9da39dd45..1f53c6c8ae 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index 227c4555c1..8109fd2a0d 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index c789dc869a..2628114b80 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index 9b0b9ca8f6..8d9d0dc7c8 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index 8fa18b4479..daa275c150 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index eacfdebbcc..03e0499da3 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/encryption/pom.xml b/encryption/pom.xml index 57ea366f9a..9ea3d50567 100644 --- a/encryption/pom.xml +++ b/encryption/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index 1171d27b61..1985795a90 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index 9d0ca01a8d..6cb1a8bd4d 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index ae9c683e05..d4e69d413f 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index 6dfbe7c1f3..a0dbf32bad 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index 089544c3a8..8f3534bbcd 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index 742745c9ba..b877510835 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index 58206b6b3a..9cc32b1dee 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index 84b16caaf0..8c1162a061 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/oidc/pom.xml b/http/oidc/pom.xml index 74e907ec7f..3c32003f25 100644 --- a/http/oidc/pom.xml +++ b/http/oidc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index 9218db8887..6774cf59ee 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index 8a13fcdca9..233b283b07 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/stateful-basic/pom.xml b/http/stateful-basic/pom.xml index 237ca9b1bd..d83e5cc042 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index 03b9fc6a99..34c161885c 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/jose/jwk/pom.xml b/jose/jwk/pom.xml index f517fe80d5..49628c1dc4 100644 --- a/jose/jwk/pom.xml +++ b/jose/jwk/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/jose/util/pom.xml b/jose/util/pom.xml index 5ac5d2659b..61eb7b9da1 100644 --- a/jose/util/pom.xml +++ b/jose/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/json-util/pom.xml b/json-util/pom.xml index 864d0ef183..78e0b65221 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index 9afeb1fe37..02da8c51da 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index 1e1d444c66..69b3ef3535 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index 6ab0f2adea..43da68e7d0 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index 4a77cb5122..55c64464b7 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index 162ccd7d9a..416a260721 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index 0800d7b510..f88244b1ce 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index 1409519ea2..cc3ecac978 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index a25e242fcc..d5a8e50d04 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index 4bf5288c25..6253cf8354 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index be6f684862..f4df92da67 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index 2e3434b67e..68b91b48dc 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/pom.xml b/pom.xml index 2ad8067206..90c55948dc 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index 357c4bca88..78d61e1704 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index bc4fe9e710..9dae2c65ca 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index b4deed8054..01377e4b9e 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index 9e0de1ade9..db42c6a9eb 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index ec9d80b047..cb959d88f0 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index e8f92c55e6..c848ef5945 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index 3e951e4f4d..a22b9a3af7 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index 5472a9103d..15bbca1be1 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index 6abd2506fc..8972720d61 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index 1c79432d87..7b5bf99b80 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index 558c7a5681..e91903aacd 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 7a527a07d5..099ce29997 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index 9137f83f5a..e6bcd1c9c9 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index 14b55112b0..28f57ec7cb 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index 653081253e..8a94be01fb 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/ssh/util/pom.xml b/ssh/util/pom.xml index 99ddd05dca..dc4eb55d2c 100644 --- a/ssh/util/pom.xml +++ b/ssh/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index 231f907528..b8f02b4efb 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index 9f7dd257f5..dcfc1bbe23 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 76f8df6df0..db375e8183 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index 748ba25c96..439cb08de6 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index 0eec5dbcd5..4a3f5124a2 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index ba2f517ea1..cccbdf5918 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index b551547576..f3597e2584 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index 3108c07eac..5c4315eb6a 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index d037c6293b..c96c495500 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index 0653e426ae..8bbb66850e 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.5.CR1-SNAPSHOT + 2.2.5.Final ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index e9958e305e..76dd45ea49 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index abe9c96e96..f9faae73ea 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.CR1-SNAPSHOT + 2.2.5.Final ../../pom.xml From ab6b87502240152e7e66812b5a8e63c34f66ce37 Mon Sep 17 00:00:00 2001 From: Ilia Vassilev Date: Tue, 16 Apr 2024 17:37:24 -0400 Subject: [PATCH 2/3] Next is 2.2.6 --- 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 0ed931fc74..9ef1e4dcb7 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 1637384999..934a6c8aef 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index d68166e41b..ba9fa49219 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index 1b7991e7dd..b0bbc59805 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index 420b8e4e56..8e54d05a80 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index 4c06ef7862..d43d458767 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index 8c03449549..ce55069309 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index 1520631770..482529e712 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index fffa5e1966..c5fc40b7e6 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index f5adecea4b..8512c3e184 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index 718bd24b31..06e0398163 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index c1945627d5..fdce21badd 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index f896b05ace..4f9f9f4983 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index 1f53c6c8ae..3d40c50c9d 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index 8109fd2a0d..196d11cd87 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index 2628114b80..ec4118c0bd 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index 8d9d0dc7c8..53e83fd486 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index daa275c150..01f2f60bd3 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index 03e0499da3..fce93219df 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/encryption/pom.xml b/encryption/pom.xml index 9ea3d50567..733e70971c 100644 --- a/encryption/pom.xml +++ b/encryption/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index 1985795a90..168efc1450 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index 6cb1a8bd4d..2e9d6e8d7d 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index d4e69d413f..9999e093ab 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index a0dbf32bad..0fbfc09c71 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index 8f3534bbcd..f3135db133 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index b877510835..5fc80053a4 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index 9cc32b1dee..f3483de20b 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index 8c1162a061..acce7e058e 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/oidc/pom.xml b/http/oidc/pom.xml index 3c32003f25..73bf8a709d 100644 --- a/http/oidc/pom.xml +++ b/http/oidc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index 6774cf59ee..96c630284e 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index 233b283b07..7a13316558 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/stateful-basic/pom.xml b/http/stateful-basic/pom.xml index d83e5cc042..49f224e381 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index 34c161885c..12eae4182e 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/jose/jwk/pom.xml b/jose/jwk/pom.xml index 49628c1dc4..ca1e305c2a 100644 --- a/jose/jwk/pom.xml +++ b/jose/jwk/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/jose/util/pom.xml b/jose/util/pom.xml index 61eb7b9da1..4e42b7953c 100644 --- a/jose/util/pom.xml +++ b/jose/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/json-util/pom.xml b/json-util/pom.xml index 78e0b65221..867d9f6734 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index 02da8c51da..c24f86a9b0 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index 69b3ef3535..614e091564 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index 43da68e7d0..e4540efb62 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index 55c64464b7..bbf25497f1 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index 416a260721..57e730256a 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index f88244b1ce..afb9c5ba11 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index cc3ecac978..a5c2289176 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index d5a8e50d04..eef3186d7b 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index 6253cf8354..c9ee1b53ec 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index f4df92da67..720685c432 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index 68b91b48dc..860bfab6cf 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 90c55948dc..60396319a2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index 78d61e1704..c73d1ced33 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index 9dae2c65ca..27aa6a9045 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index 01377e4b9e..65a8a50c99 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index db42c6a9eb..8357e1ee1e 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index cb959d88f0..63601511e3 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index c848ef5945..e8ea951678 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index a22b9a3af7..fa78409e10 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index 15bbca1be1..5ea6bf1d3e 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index 8972720d61..a785d409c0 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index 7b5bf99b80..5102fd9bf4 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index e91903aacd..75d0666b2a 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 099ce29997..5c7efb1bda 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index e6bcd1c9c9..a5c5f43fb1 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index 28f57ec7cb..73518b3c05 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index 8a94be01fb..5f99071b6a 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/ssh/util/pom.xml b/ssh/util/pom.xml index dc4eb55d2c..d2d82a4fd3 100644 --- a/ssh/util/pom.xml +++ b/ssh/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index b8f02b4efb..ced9b82c42 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index dcfc1bbe23..8fc42e5bfa 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index db375e8183..5b9d724d3b 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index 439cb08de6..661ec50cbb 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index 4a3f5124a2..3510910a32 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index cccbdf5918..7519845ee5 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index f3597e2584..c0ef966520 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index 5c4315eb6a..3d58b892b4 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index c96c495500..2246804b4f 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index 8bbb66850e..72cb461bc6 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.5.Final + 2.2.6.CR1-SNAPSHOT ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index 76dd45ea49..1063ddfbe4 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index f9faae73ea..182d475c90 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 2.2.5.Final + 2.2.6.CR1-SNAPSHOT ../../pom.xml From 8c3bee42757cd2be54c08598d4e7a137adac3954 Mon Sep 17 00:00:00 2001 From: Ilia Vassilev Date: Tue, 16 Apr 2024 17:42:46 -0400 Subject: [PATCH 3/3] [ELY-2748] Perform API check against 2.2.5.Final --- wildfly-elytron/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index 7519845ee5..e3f08a7c34 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -553,7 +553,7 @@ org.wildfly.security wildfly-elytron - 2.2.4.Final + 2.2.5.Final jar