From 8d3ae4d65357a5e8dafa3b0e9ef702c2b479f724 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Wed, 7 Oct 2020 11:41:46 -0400 Subject: [PATCH] [ELY-2027] Release WildFly Elytron 1.13.1.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 +- 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/spnego/pom.xml | 2 +- http/sso/pom.xml | 2 +- http/util/pom.xml | 2 +- jacc/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 +- 73 files changed, 73 insertions(+), 73 deletions(-) diff --git a/asn1/pom.xml b/asn1/pom.xml index b5bb5734b31..2aa856da5b4 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index b77bbe65e51..7c52b8d04e6 100644 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/auth/base/pom.xml b/auth/base/pom.xml index 99523a23f7d..eff2f866547 100644 --- a/auth/base/pom.xml +++ b/auth/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/auth/client/pom.xml b/auth/client/pom.xml index 59544278480..05e4e83db14 100644 --- a/auth/client/pom.xml +++ b/auth/client/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/auth/jaspi/pom.xml b/auth/jaspi/pom.xml index 825dd7fb6c6..37f8b3270f6 100644 --- a/auth/jaspi/pom.xml +++ b/auth/jaspi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/auth/realm/base/pom.xml b/auth/realm/base/pom.xml index d8fbcfcd567..c7e2d69b5c0 100644 --- a/auth/realm/base/pom.xml +++ b/auth/realm/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/realm/jdbc/pom.xml b/auth/realm/jdbc/pom.xml index 0011c447262..e954e662da9 100644 --- a/auth/realm/jdbc/pom.xml +++ b/auth/realm/jdbc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/realm/ldap/pom.xml b/auth/realm/ldap/pom.xml index b3797043fd0..44bf80ff479 100644 --- a/auth/realm/ldap/pom.xml +++ b/auth/realm/ldap/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/realm/token/pom.xml b/auth/realm/token/pom.xml index 0f707dc065d..f691e5e42ed 100644 --- a/auth/realm/token/pom.xml +++ b/auth/realm/token/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/server/base/pom.xml b/auth/server/base/pom.xml index 743d601d2d0..6dca9a171e2 100644 --- a/auth/server/base/pom.xml +++ b/auth/server/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/server/deprecated/pom.xml b/auth/server/deprecated/pom.xml index f0a0aa10e88..7d5d71c103a 100644 --- a/auth/server/deprecated/pom.xml +++ b/auth/server/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/server/http/pom.xml b/auth/server/http/pom.xml index dc3d9e55cda..27bd5fffa13 100644 --- a/auth/server/http/pom.xml +++ b/auth/server/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/server/sasl/pom.xml b/auth/server/sasl/pom.xml index 4f1e9027b35..2e3f1bd034c 100644 --- a/auth/server/sasl/pom.xml +++ b/auth/server/sasl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/auth/util/pom.xml b/auth/util/pom.xml index d574f13c456..ef4e37421d8 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/base/pom.xml b/base/pom.xml index 36d9dfdc44b..75a8976e88d 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/credential/base/pom.xml b/credential/base/pom.xml index 9521aba937f..ca9b913384b 100644 --- a/credential/base/pom.xml +++ b/credential/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/credential/source/deprecated/pom.xml b/credential/source/deprecated/pom.xml index d03195caa84..4056ab9067d 100644 --- a/credential/source/deprecated/pom.xml +++ b/credential/source/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/credential/source/impl/pom.xml b/credential/source/impl/pom.xml index 38b3c8b8d3c..9b53d9bf3e6 100644 --- a/credential/source/impl/pom.xml +++ b/credential/source/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/credential/store/pom.xml b/credential/store/pom.xml index 9b9010e5437..e73fdfcb01e 100644 --- a/credential/store/pom.xml +++ b/credential/store/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/digest/pom.xml b/digest/pom.xml index 588a6f8b57b..3abf2bac239 100644 --- a/digest/pom.xml +++ b/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/http/base/pom.xml b/http/base/pom.xml index c20a58f4ad4..c3bfee957ea 100644 --- a/http/base/pom.xml +++ b/http/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index a4b03ac1a45..aee6618c585 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/bearer/pom.xml b/http/bearer/pom.xml index a693fabbb6f..e74816770af 100644 --- a/http/bearer/pom.xml +++ b/http/bearer/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/cert/pom.xml b/http/cert/pom.xml index b19ecfddc61..782016bbe0b 100644 --- a/http/cert/pom.xml +++ b/http/cert/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/deprecated/pom.xml b/http/deprecated/pom.xml index 4afe0057d53..a21b3d4aad2 100644 --- a/http/deprecated/pom.xml +++ b/http/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/digest/pom.xml b/http/digest/pom.xml index 844546c4554..df4415cc9de 100644 --- a/http/digest/pom.xml +++ b/http/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/external/pom.xml b/http/external/pom.xml index aa0e999f754..17740495249 100644 --- a/http/external/pom.xml +++ b/http/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/form/pom.xml b/http/form/pom.xml index 485acdf460c..a8a4012e065 100644 --- a/http/form/pom.xml +++ b/http/form/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/spnego/pom.xml b/http/spnego/pom.xml index 99dd937774c..ef329ae78a6 100644 --- a/http/spnego/pom.xml +++ b/http/spnego/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/sso/pom.xml b/http/sso/pom.xml index 1a8acd4dfdd..f9ebb0c83d8 100644 --- a/http/sso/pom.xml +++ b/http/sso/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/http/util/pom.xml b/http/util/pom.xml index 0e4c1aa9566..7091866eac0 100644 --- a/http/util/pom.xml +++ b/http/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/jacc/pom.xml b/jacc/pom.xml index 7e12a29209e..c130a1db546 100644 --- a/jacc/pom.xml +++ b/jacc/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/json-util/pom.xml b/json-util/pom.xml index 4e7fc2c13da..68274e0dccb 100644 --- a/json-util/pom.xml +++ b/json-util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/jwt/pom.xml b/jwt/pom.xml index 8f318f5ad30..40cbd0cbfa7 100644 --- a/jwt/pom.xml +++ b/jwt/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/keystore/pom.xml b/keystore/pom.xml index 6b027ea9ef2..71f95da8f87 100644 --- a/keystore/pom.xml +++ b/keystore/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/manager/action/pom.xml b/manager/action/pom.xml index e4265c17576..3772906daeb 100644 --- a/manager/action/pom.xml +++ b/manager/action/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/manager/base/pom.xml b/manager/base/pom.xml index 6aa9284f976..19ea7cc4a8b 100644 --- a/manager/base/pom.xml +++ b/manager/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/mechanism/base/pom.xml b/mechanism/base/pom.xml index bdb6b90ec5a..223e035bc35 100644 --- a/mechanism/base/pom.xml +++ b/mechanism/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/mechanism/digest/pom.xml b/mechanism/digest/pom.xml index 67eb6a4f65c..6c80f0ca400 100644 --- a/mechanism/digest/pom.xml +++ b/mechanism/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/mechanism/gssapi/pom.xml b/mechanism/gssapi/pom.xml index 6012ebca488..90f1234b973 100644 --- a/mechanism/gssapi/pom.xml +++ b/mechanism/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/mechanism/http/pom.xml b/mechanism/http/pom.xml index 8c5c5924355..cb13355fd7d 100644 --- a/mechanism/http/pom.xml +++ b/mechanism/http/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/mechanism/oauth2/pom.xml b/mechanism/oauth2/pom.xml index 6d3a19bdb2f..743bb4b67dc 100644 --- a/mechanism/oauth2/pom.xml +++ b/mechanism/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/mechanism/scram/pom.xml b/mechanism/scram/pom.xml index 12c9d836289..c7bf23e82b3 100644 --- a/mechanism/scram/pom.xml +++ b/mechanism/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/password/impl/pom.xml b/password/impl/pom.xml index 77cdfa840ea..2feac67910c 100644 --- a/password/impl/pom.xml +++ b/password/impl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/permission/pom.xml b/permission/pom.xml index 25aabec780f..03033f29ce7 100644 --- a/permission/pom.xml +++ b/permission/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/pom.xml b/pom.xml index 54ecce3b197..0ea550c0e5b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final pom WildFly Elytron Parent diff --git a/provider/util/pom.xml b/provider/util/pom.xml index e6498751635..f6d92ebf6dc 100644 --- a/provider/util/pom.xml +++ b/provider/util/pom.xml @@ -23,7 +23,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/anonymous/pom.xml b/sasl/anonymous/pom.xml index 7495fb53d06..ccbc9f28d88 100644 --- a/sasl/anonymous/pom.xml +++ b/sasl/anonymous/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/auth/util/pom.xml b/sasl/auth/util/pom.xml index 95949cf5abd..8f401b816e9 100644 --- a/sasl/auth/util/pom.xml +++ b/sasl/auth/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/sasl/base/pom.xml b/sasl/base/pom.xml index f6e12d6159b..1264d832e80 100644 --- a/sasl/base/pom.xml +++ b/sasl/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/deprecated/pom.xml b/sasl/deprecated/pom.xml index b5ca564a589..cd3ebc6cf20 100644 --- a/sasl/deprecated/pom.xml +++ b/sasl/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/digest/pom.xml b/sasl/digest/pom.xml index 4e29da618da..8390087df7d 100644 --- a/sasl/digest/pom.xml +++ b/sasl/digest/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/entity/pom.xml b/sasl/entity/pom.xml index 2bb1b774326..8c168bf84ab 100644 --- a/sasl/entity/pom.xml +++ b/sasl/entity/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/external/pom.xml b/sasl/external/pom.xml index ac5d54b5eb9..fa6c0caa2c1 100644 --- a/sasl/external/pom.xml +++ b/sasl/external/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/gs2/pom.xml b/sasl/gs2/pom.xml index 4385a769b52..10477ae6c73 100644 --- a/sasl/gs2/pom.xml +++ b/sasl/gs2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/gssapi/pom.xml b/sasl/gssapi/pom.xml index 2c924278013..4808db22f87 100644 --- a/sasl/gssapi/pom.xml +++ b/sasl/gssapi/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/localuser/pom.xml b/sasl/localuser/pom.xml index 37f78201438..ef9cb6dd464 100644 --- a/sasl/localuser/pom.xml +++ b/sasl/localuser/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/oauth2/pom.xml b/sasl/oauth2/pom.xml index 3171191b708..3faf45b0d17 100644 --- a/sasl/oauth2/pom.xml +++ b/sasl/oauth2/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/otp/pom.xml b/sasl/otp/pom.xml index 8df46eb1580..bb0543fab80 100644 --- a/sasl/otp/pom.xml +++ b/sasl/otp/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/plain/pom.xml b/sasl/plain/pom.xml index c1370169a8a..e22f7b72639 100644 --- a/sasl/plain/pom.xml +++ b/sasl/plain/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/sasl/scram/pom.xml b/sasl/scram/pom.xml index 97404fd32fd..88f7b664799 100644 --- a/sasl/scram/pom.xml +++ b/sasl/scram/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/ssl/pom.xml b/ssl/pom.xml index 6b0693ab244..cc0945d6361 100644 --- a/ssl/pom.xml +++ b/ssl/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/tests/base/pom.xml b/tests/base/pom.xml index 25ce149cf33..9e1f8dc0b96 100644 --- a/tests/base/pom.xml +++ b/tests/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 03a217a9b8a..f887d182d4e 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -5,7 +5,7 @@ wildfly-elytron-parent org.wildfly.security - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/tool/pom.xml b/tool/pom.xml index d79e0f02a03..f382926d94f 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/util/pom.xml b/util/pom.xml index 07cdaa1c4fc..ae7b6fd2feb 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index 6a9cb19d55b..99d745bc764 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final 4.0.0 diff --git a/x500/base/pom.xml b/x500/base/pom.xml index 0b901d8338b..f71bf97fd98 100644 --- a/x500/base/pom.xml +++ b/x500/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/x500/cert/acme/pom.xml b/x500/cert/acme/pom.xml index 81be087394d..17f29a4709e 100644 --- a/x500/cert/acme/pom.xml +++ b/x500/cert/acme/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/x500/cert/base/pom.xml b/x500/cert/base/pom.xml index 645480f2ead..f9c08fe83f3 100644 --- a/x500/cert/base/pom.xml +++ b/x500/cert/base/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/x500/cert/util/pom.xml b/x500/cert/util/pom.xml index f30e621d18f..b02a106acaf 100644 --- a/x500/cert/util/pom.xml +++ b/x500/cert/util/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../../pom.xml diff --git a/x500/deprecated/pom.xml b/x500/deprecated/pom.xml index 118a2fe0316..5a092eb6610 100644 --- a/x500/deprecated/pom.xml +++ b/x500/deprecated/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml diff --git a/x500/principal/pom.xml b/x500/principal/pom.xml index b90a9f4a45a..5ebfbbffb83 100644 --- a/x500/principal/pom.xml +++ b/x500/principal/pom.xml @@ -24,7 +24,7 @@ org.wildfly.security wildfly-elytron-parent - 1.13.1.CR1-SNAPSHOT + 1.13.1.Final ../../pom.xml