You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2022/02/24 18:51:51 UTC

[cxf] branch 3.3.x-fixes updated (ed28748 -> a560306)

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from ed28748  Recording .gitmergeinfo Changes
     new df74f63  Update Logback to 1.2.10
     new c7843e6  Update Slf4j to 1.7.32
     new c899149  Updating Tika to 1.28
     new e069c53  Update Netty to 4.1.73.Final
     new a23de15  CXF-8641 NPE on NamePasswordCallbackHandler
     new e574ae5  Updating Xerces to 2.12.2
     new 82f2760  Adding guard for array in Base64Utility
     new 775c21d  Use Math.exact to add two ints that might come from user data
     new 5969643  Updating SLF4J to 1.7.35
     new a5dd6d1  Updating SLF4J to 1.7.36
     new f0da121  Update Jetty to 9.4.45.v20220203 (#901)
     new 6cc2597  Update Netty to 4.1.74.Final
     new 142e87d  Recording .gitmergeinfo Changes
     new 29ba38c  Update release notes for 3.3.13
     new a560306  [maven-release-plugin] prepare release cxf-3.3.13

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo                                      | 91 ++++++++++++++++++++++
 core/pom.xml                                       |  2 +-
 .../apache/cxf/attachment/Base64DecoderStream.java |  2 +-
 .../cxf/attachment/MimeBodyPartInputStream.java    |  6 +-
 .../apache/cxf/common/util/Base64OutputStream.java |  2 +-
 .../org/apache/cxf/common/util/Base64Utility.java  |  4 +-
 .../apache/cxf/common/util/CompressionUtils.java   |  3 +-
 .../NameDigestPasswordCallbackHandler.java         |  2 +-
 .../security/NamePasswordCallbackHandler.java      |  4 +-
 .../java/org/apache/cxf/io/ReaderInputStream.java  |  2 +-
 .../security/NamePasswordCallbackHandlerTest.java  | 11 +++
 distribution/javadoc/pom.xml                       |  2 +-
 distribution/manifest/pom.xml                      |  2 +-
 distribution/pom.xml                               |  2 +-
 distribution/src/main/release/release_notes.txt    | 82 +++----------------
 .../src/main/release/samples/aegis/pom.xml         | 10 +--
 .../main/release/samples/aegis_standalone/pom.xml  |  4 +-
 .../src/main/release/samples/callback/pom.xml      |  8 +-
 .../samples/clustering/failover_jaxws_osgi/pom.xml |  8 +-
 .../samples/clustering/failover_server/pom.xml     | 10 +--
 .../samples/configuration_interceptor/pom.xml      |  8 +-
 .../src/main/release/samples/corba/bank/pom.xml    |  8 +-
 .../samples/corba/bank_ws_addressing/pom.xml       |  8 +-
 .../main/release/samples/corba/hello_world/pom.xml |  8 +-
 .../release/samples/groovy_spring_support/pom.xml  |  2 +-
 .../main/release/samples/in_jvm_transport/pom.xml  | 10 +--
 .../main/release/samples/java_first_jaxws/pom.xml  |  2 +-
 .../samples/java_first_jaxws_factory_bean/pom.xml  |  8 +-
 .../main/release/samples/java_first_jms/pom.xml    |  6 +-
 .../main/release/samples/java_first_pojo/pom.xml   |  8 +-
 .../samples/java_first_spring_support/pom.xml      |  2 +-
 .../src/main/release/samples/jax_rs/basic/pom.xml  |  8 +-
 .../release/samples/jax_rs/basic_https/pom.xml     |  2 +-
 .../main/release/samples/jax_rs/basic_oidc/pom.xml |  2 +-
 .../main/release/samples/jax_rs/big_query/pom.xml  |  2 +-
 .../samples/jax_rs/content_negotiation/pom.xml     | 10 +--
 .../samples/jax_rs/description_openapi_v3/pom.xml  |  8 +-
 .../jax_rs/description_openapi_v3_osgi/pom.xml     |  8 +-
 .../jax_rs/description_openapi_v3_spring/pom.xml   | 10 +--
 .../jax_rs/description_openapi_v3_web/pom.xml      |  2 +-
 .../samples/jax_rs/description_swagger2/pom.xml    |  8 +-
 .../jax_rs/description_swagger2_osgi/pom.xml       |  8 +-
 .../jax_rs/description_swagger2_spring/pom.xml     | 10 +--
 .../jax_rs/description_swagger2_web/pom.xml        |  2 +-
 .../release/samples/jax_rs/graalvm_basic/pom.xml   |  2 +-
 .../release/samples/jax_rs/minimal_osgi/pom.xml    |  2 +-
 .../src/main/release/samples/jax_rs/odata/pom.xml  |  2 +-
 .../src/main/release/samples/jax_rs/search/pom.xml | 14 ++--
 .../src/main/release/samples/jax_rs/spark/pom.xml  |  8 +-
 .../release/samples/jax_rs/spring_boot/pom.xml     |  2 +-
 .../jax_rs/spring_boot_scan/application/pom.xml    |  2 +-
 .../samples/jax_rs/spring_boot_scan/client/pom.xml |  2 +-
 .../spring_boot_scan/eureka-registry/pom.xml       |  2 +-
 .../release/samples/jax_rs/spring_security/pom.xml |  8 +-
 .../main/release/samples/jax_rs/sse_cdi/pom.xml    |  2 +-
 .../main/release/samples/jax_rs/sse_client/pom.xml |  2 +-
 .../main/release/samples/jax_rs/sse_osgi/pom.xml   |  2 +-
 .../main/release/samples/jax_rs/sse_spring/pom.xml |  2 +-
 .../main/release/samples/jax_rs/sse_tomcat/pom.xml |  2 +-
 .../release/samples/jax_rs/tracing_brave/pom.xml   |  4 +-
 .../samples/jax_rs/tracing_brave_osgi/pom.xml      |  2 +-
 .../samples/jax_rs/tracing_opentracing/pom.xml     | 14 ++--
 .../jax_rs/tracing_opentracing_camel/pom.xml       | 18 ++---
 .../jax_rs/tracing_opentracing_osgi/pom.xml        |  4 +-
 .../main/release/samples/jax_rs/websocket/pom.xml  | 10 +--
 .../release/samples/jax_rs/websocket_osgi/pom.xml  |  2 +-
 .../release/samples/jax_rs/websocket_web/pom.xml   |  2 +-
 .../samples/jax_server_aegis_client/pom.xml        | 10 +--
 .../src/main/release/samples/jaxws_async/pom.xml   | 10 +--
 .../samples/jaxws_dispatch_provider/pom.xml        |  8 +-
 .../src/main/release/samples/jaxws_graalvm/pom.xml |  2 +-
 .../samples/jaxws_graalvm_dynamic/client/pom.xml   |  2 +-
 .../samples/jaxws_graalvm_dynamic/server/pom.xml   |  2 +-
 .../main/release/samples/jaxws_handlers/pom.xml    |  8 +-
 .../main/release/samples/jaxws_spring_boot/pom.xml |  2 +-
 .../samples/jaxws_tracing_brave_osgi/pom.xml       | 10 +--
 .../src/main/release/samples/jms_pubsub/pom.xml    |  8 +-
 .../src/main/release/samples/jms_queue/pom.xml     |  6 +-
 .../src/main/release/samples/jms_spec_demo/pom.xml |  6 +-
 .../main/release/samples/jms_spring_config/pom.xml |  6 +-
 .../samples/js_browser_client_java_first/pom.xml   | 10 +--
 .../samples/js_browser_client_simple/pom.xml       | 10 +--
 .../src/main/release/samples/js_client/pom.xml     | 10 +--
 .../src/main/release/samples/js_provider/pom.xml   |  8 +-
 distribution/src/main/release/samples/mtom/pom.xml |  8 +-
 .../src/main/release/samples/oauth/client/pom.xml  |  2 +-
 .../src/main/release/samples/oauth/server/pom.xml  |  2 +-
 distribution/src/main/release/samples/pom.xml      |  7 +-
 .../main/release/samples/restful_dispatch/pom.xml  | 10 +--
 .../release/samples/ruby_spring_support/pom.xml    |  2 +-
 .../src/main/release/samples/soap_header/pom.xml   |  8 +-
 distribution/src/main/release/samples/sts/pom.xml  |  2 +-
 .../src/main/release/samples/throttling/pom.xml    |  2 +-
 .../src/main/release/samples/ws_addressing/pom.xml |  8 +-
 .../src/main/release/samples/ws_discovery/pom.xml  | 10 +--
 .../src/main/release/samples/ws_eventing/pom.xml   |  2 +-
 .../main/release/samples/ws_notification/pom.xml   | 14 ++--
 .../src/main/release/samples/ws_policy/pom.xml     |  8 +-
 .../src/main/release/samples/ws_rm/pom.xml         | 10 +--
 .../release/samples/ws_security/sign_enc/pom.xml   | 16 ++--
 .../samples/ws_security/sign_enc_policy/pom.xml    |  2 +-
 .../main/release/samples/ws_security/ut/pom.xml    | 10 +--
 .../release/samples/ws_security/ut_policy/pom.xml  |  2 +-
 .../src/main/release/samples/wsdl_first/pom.xml    |  2 +-
 .../samples/wsdl_first_dynamic_client/pom.xml      |  8 +-
 .../main/release/samples/wsdl_first_https/pom.xml  |  2 +-
 .../release/samples/wsdl_first_pure_xml/pom.xml    |  8 +-
 .../main/release/samples/wsdl_first_rpclit/pom.xml |  8 +-
 .../main/release/samples/wsdl_first_soap12/pom.xml |  8 +-
 .../release/samples/wsdl_first_xml_wrapped/pom.xml |  8 +-
 integration/cdi/pom.xml                            |  2 +-
 integration/jca/pom.xml                            |  2 +-
 integration/pom.xml                                |  2 +-
 integration/spring-boot/autoconfigure/pom.xml      |  2 +-
 integration/spring-boot/pom.xml                    |  2 +-
 integration/spring-boot/starter-jaxrs/pom.xml      |  2 +-
 integration/spring-boot/starter-jaxws/pom.xml      |  2 +-
 integration/tracing/tracing-brave/pom.xml          |  2 +-
 integration/tracing/tracing-opentracing/pom.xml    |  2 +-
 maven-plugins/archetypes/cxf-jaxrs-service/pom.xml |  2 +-
 .../archetypes/cxf-jaxws-javafirst/pom.xml         |  4 +-
 .../archetypes/cxf-jaxws-wsdlfirst/pom.xml         |  2 +-
 maven-plugins/archetypes/pom.xml                   |  2 +-
 maven-plugins/codegen-plugin/pom.xml               |  2 +-
 maven-plugins/corba/pom.xml                        |  2 +-
 maven-plugins/java2swagger-plugin/pom.xml          |  4 +-
 maven-plugins/java2wadl-plugin/pom.xml             |  4 +-
 maven-plugins/java2ws-plugin/pom.xml               |  2 +-
 maven-plugins/pom.xml                              |  2 +-
 maven-plugins/wadl2java-plugin/pom.xml             |  2 +-
 maven-plugins/wsdl-validator-plugin/pom.xml        |  2 +-
 osgi/bundle/compatible/pom.xml                     |  2 +-
 osgi/bundle/pom.xml                                |  2 +-
 osgi/itests/pom.xml                                |  2 +-
 osgi/karaf/commands/pom.xml                        |  2 +-
 osgi/karaf/features/pom.xml                        |  2 +-
 osgi/karaf/pom.xml                                 |  2 +-
 osgi/pom.xml                                       |  2 +-
 osgi/repository/pom.xml                            |  2 +-
 parent/pom.xml                                     | 15 ++--
 pom.xml                                            |  4 +-
 rt/bindings/coloc/pom.xml                          |  2 +-
 rt/bindings/corba/pom.xml                          |  2 +-
 rt/bindings/pom.xml                                |  2 +-
 rt/bindings/soap/pom.xml                           |  2 +-
 rt/bindings/xml/pom.xml                            |  2 +-
 rt/databinding/aegis/pom.xml                       |  2 +-
 rt/databinding/jaxb/pom.xml                        |  2 +-
 rt/databinding/pom.xml                             |  2 +-
 rt/features/clustering/pom.xml                     |  2 +-
 rt/features/logging/pom.xml                        |  2 +-
 rt/features/metrics/pom.xml                        |  2 +-
 rt/features/pom.xml                                |  2 +-
 rt/features/throttling/pom.xml                     |  2 +-
 rt/frontend/jaxrs/pom.xml                          |  2 +-
 rt/frontend/jaxws/pom.xml                          |  2 +-
 rt/frontend/js/pom.xml                             |  2 +-
 rt/frontend/pom.xml                                |  2 +-
 rt/frontend/simple/pom.xml                         |  2 +-
 rt/javascript/javascript-rt/pom.xml                |  2 +-
 rt/javascript/javascript-tests/pom.xml             |  2 +-
 rt/javascript/pom.xml                              |  2 +-
 rt/management/pom.xml                              |  2 +-
 rt/pom.xml                                         |  2 +-
 rt/rs/client/pom.xml                               |  2 +-
 rt/rs/description-common-openapi/pom.xml           |  2 +-
 rt/rs/description-openapi-v3/pom.xml               |  2 +-
 rt/rs/description-swagger-ui/pom.xml               |  2 +-
 rt/rs/description-swagger/pom.xml                  |  2 +-
 rt/rs/description/pom.xml                          |  2 +-
 rt/rs/extensions/json-basic/pom.xml                |  2 +-
 rt/rs/extensions/providers/pom.xml                 |  2 +-
 rt/rs/extensions/reactivestreams/pom.xml           |  2 +-
 rt/rs/extensions/reactor/pom.xml                   |  2 +-
 rt/rs/extensions/rx/pom.xml                        |  2 +-
 rt/rs/extensions/rx2/pom.xml                       |  2 +-
 rt/rs/extensions/rx3/pom.xml                       |  2 +-
 rt/rs/extensions/search/pom.xml                    |  2 +-
 rt/rs/http-sci/pom.xml                             |  2 +-
 rt/rs/microprofile-client/pom.xml                  |  2 +-
 rt/rs/pom.xml                                      |  2 +-
 rt/rs/security/cors/pom.xml                        |  2 +-
 rt/rs/security/http-signature/pom.xml              |  2 +-
 rt/rs/security/jose-parent/jose-jaxrs/pom.xml      |  2 +-
 rt/rs/security/jose-parent/jose/pom.xml            |  2 +-
 rt/rs/security/jose-parent/pom.xml                 |  2 +-
 rt/rs/security/oauth-parent/oauth/pom.xml          |  2 +-
 rt/rs/security/oauth-parent/oauth2-saml/pom.xml    |  2 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml         |  2 +-
 rt/rs/security/oauth-parent/pom.xml                |  2 +-
 rt/rs/security/pom.xml                             |  2 +-
 rt/rs/security/sso/oidc/pom.xml                    |  2 +-
 rt/rs/security/sso/saml/pom.xml                    |  2 +-
 rt/rs/security/xml/pom.xml                         |  2 +-
 rt/rs/sse/pom.xml                                  |  2 +-
 rt/security-saml/pom.xml                           |  2 +-
 rt/security/pom.xml                                |  2 +-
 .../apache/cxf/rt/security/crypto/HmacUtils.java   |  2 +-
 rt/transports/http-hc/pom.xml                      |  2 +-
 rt/transports/http-jetty/pom.xml                   |  2 +-
 rt/transports/http-netty/netty-client/pom.xml      |  2 +-
 rt/transports/http-netty/netty-server/pom.xml      |  2 +-
 rt/transports/http-undertow/pom.xml                |  2 +-
 rt/transports/http/pom.xml                         |  2 +-
 .../servicelist/ServiceListJAASAuthenticator.java  |  5 +-
 rt/transports/jms/pom.xml                          |  2 +-
 rt/transports/local/pom.xml                        |  2 +-
 rt/transports/pom.xml                              |  2 +-
 rt/transports/udp/pom.xml                          |  2 +-
 rt/transports/websocket/pom.xml                    |  2 +-
 .../cxf/transport/websocket/WebSocketUtils.java    |  2 +-
 rt/ws/addr/pom.xml                                 |  2 +-
 rt/ws/eventing/pom.xml                             |  2 +-
 rt/ws/mex/pom.xml                                  |  2 +-
 rt/ws/policy/pom.xml                               |  2 +-
 rt/ws/pom.xml                                      |  2 +-
 rt/ws/rm/pom.xml                                   |  2 +-
 rt/ws/security/pom.xml                             |  2 +-
 rt/ws/transfer/pom.xml                             |  2 +-
 rt/wsdl/pom.xml                                    |  2 +-
 services/pom.xml                                   |  2 +-
 services/sts/pom.xml                               |  2 +-
 services/sts/sts-core/pom.xml                      |  2 +-
 services/sts/systests/advanced/pom.xml             |  2 +-
 services/sts/systests/basic/pom.xml                |  2 +-
 services/sts/systests/pom.xml                      |  2 +-
 services/sts/systests/sts-features/pom.xml         |  2 +-
 services/sts/systests/sts-itests/pom.xml           |  2 +-
 services/sts/systests/sts-osgi/pom.xml             |  2 +-
 services/ws-discovery/pom.xml                      |  2 +-
 services/ws-discovery/ws-discovery-api/pom.xml     |  2 +-
 services/ws-discovery/ws-discovery-service/pom.xml |  2 +-
 services/wsn/pom.xml                               |  2 +-
 services/wsn/wsn-api/pom.xml                       |  2 +-
 services/wsn/wsn-core/pom.xml                      |  2 +-
 services/wsn/wsn-osgi/pom.xml                      |  2 +-
 services/xkms/pom.xml                              |  2 +-
 services/xkms/xkms-client/pom.xml                  |  2 +-
 services/xkms/xkms-common/pom.xml                  |  2 +-
 services/xkms/xkms-features/pom.xml                |  2 +-
 services/xkms/xkms-itests/pom.xml                  |  2 +-
 services/xkms/xkms-osgi/pom.xml                    |  2 +-
 services/xkms/xkms-service/pom.xml                 |  2 +-
 services/xkms/xkms-war/pom.xml                     |  2 +-
 services/xkms/xkms-x509-handlers/pom.xml           |  2 +-
 services/xkms/xkms-x509-repo-ldap/pom.xml          |  2 +-
 systests/cdi/base/pom.xml                          |  2 +-
 systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml |  2 +-
 systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml       |  2 +-
 systests/cdi/cdi-owb/cdi-producers-owb/pom.xml     |  2 +-
 systests/cdi/cdi-owb/pom.xml                       |  2 +-
 .../cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml    |  2 +-
 systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml     |  2 +-
 systests/cdi/cdi-weld/cdi-producers-weld/pom.xml   |  2 +-
 systests/cdi/cdi-weld/pom.xml                      |  2 +-
 systests/cdi/pom.xml                               |  2 +-
 systests/container-integration/grizzly/pom.xml     |  2 +-
 systests/container-integration/pom.xml             |  2 +-
 systests/container-integration/webapp/pom.xml      |  2 +-
 systests/databinding/pom.xml                       |  2 +-
 systests/jaxrs/pom.xml                             |  2 +-
 systests/jaxws/pom.xml                             |  2 +-
 systests/kerberos/pom.xml                          |  2 +-
 systests/ldap/pom.xml                              |  2 +-
 systests/microprofile/client/async/pom.xml         |  2 +-
 systests/microprofile/client/jaxrs/pom.xml         |  2 +-
 systests/microprofile/client/nocdi/pom.xml         |  2 +-
 systests/microprofile/client/tracing/pom.xml       |  2 +-
 systests/microprofile/client/weld/pom.xml          |  2 +-
 systests/microprofile/pom.xml                      |  2 +-
 systests/pom.xml                                   |  2 +-
 systests/rs-http-sci/pom.xml                       |  2 +-
 systests/rs-security/pom.xml                       |  2 +-
 systests/rs-sse/pom.xml                            |  2 +-
 systests/rs-sse/rs-sse-base/pom.xml                |  2 +-
 systests/rs-sse/rs-sse-jetty/pom.xml               |  2 +-
 systests/rs-sse/rs-sse-tomcat/pom.xml              |  2 +-
 systests/rs-sse/rs-sse-undertow/pom.xml            |  2 +-
 systests/spring-boot/pom.xml                       |  2 +-
 systests/tracing/pom.xml                           |  2 +-
 systests/transport-jms/pom.xml                     |  2 +-
 systests/transport-undertow/pom.xml                |  2 +-
 systests/transports-ssl3/pom.xml                   |  2 +-
 systests/transports/pom.xml                        |  2 +-
 systests/uncategorized/pom.xml                     |  2 +-
 systests/ws-rm/pom.xml                             |  2 +-
 systests/ws-security-examples/pom.xml              |  2 +-
 systests/ws-security/pom.xml                       |  2 +-
 systests/ws-specs/pom.xml                          |  2 +-
 systests/ws-transfer/pom.xml                       |  2 +-
 systests/wsdl_maven/codegen/pom.xml                |  2 +-
 systests/wsdl_maven/java2ws/pom.xml                |  2 +-
 systests/wsdl_maven/pom.xml                        |  2 +-
 testutils/pom.xml                                  |  2 +-
 tools/common/pom.xml                               |  2 +-
 tools/corba/pom.xml                                |  2 +-
 tools/javato/pom.xml                               |  2 +-
 tools/javato/ws/pom.xml                            |  2 +-
 tools/pom.xml                                      |  2 +-
 tools/validator/pom.xml                            |  2 +-
 tools/wadlto/jaxrs/pom.xml                         |  2 +-
 tools/wadlto/pom.xml                               |  2 +-
 tools/wsdlto/core/pom.xml                          |  2 +-
 tools/wsdlto/databinding/jaxb/pom.xml              |  2 +-
 tools/wsdlto/frontend/javascript/pom.xml           |  2 +-
 tools/wsdlto/frontend/jaxws/pom.xml                |  2 +-
 tools/wsdlto/misc/pom.xml                          |  2 +-
 tools/wsdlto/pom.xml                               |  2 +-
 tools/wsdlto/test/pom.xml                          |  2 +-
 309 files changed, 637 insertions(+), 589 deletions(-)

[cxf] 14/15: Update release notes for 3.3.13

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 29ba38cc437760833476dba50b4e1b536d5a1487
Author: Daniel Kulp <da...@kulp.com>
AuthorDate: Thu Feb 24 12:50:23 2022 -0500

    Update release notes for 3.3.13
---
 distribution/src/main/release/release_notes.txt | 82 ++++---------------------
 1 file changed, 12 insertions(+), 70 deletions(-)

diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt
index 4a3712f..f8b046e 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.3.12 Release Notes
+Apache CXF 3.3.13 Release Notes
 
 1. Overview
 
@@ -16,7 +16,7 @@ New features include:
 
 
 Important notes:
-3.3.12 is the last planned release for the 3.3.x line of CXF.   Users
+3.3.13 is the last planned release for the 3.3.x line of CXF.   Users
 are encouraged to migrate to the latest 3.4 or newer release.
 
 CXF 3.3.x no longer supports Java 7.   You must upgrade to Java 8 or later.
@@ -26,7 +26,7 @@ http://cxf.apache.org/docs/33-migration-guide.html
 for further information and requirements for upgrading from earlier
 versions of CXF.
 
-3.3.12 fixes over 25 JIRA issues reported by users and the community.
+3.3.13 fixes over 9 JIRA issues reported by users and the community.
 
 
 2. Installation Prerequisites 
@@ -69,74 +69,16 @@ for caveats when upgrading.
 7. Specific issues, features, and improvements fixed in this version
 
 ** Sub-task
-    * [CXF-8514] - jaxrs.spec.context.client clientReaderTest
-    * [CXF-8515] - jaxrs.spec.context.client clientWriterTest
-    * [CXF-8534] - Fix org.apache.cxf.jaxrs.client.logging.RESTLoggingTest.testBinary
-    * [CXF-8573] - Fix org.apache.cxf.systest.jaxrs.spring.boot.SpringJaxrsTest.testJaxrsSuccessMetric
+    * [CXF-8483] - jaxrs.ee.rs.core.uriinfo getMatchedURIsTest2
 
 ** Bug
-    * [CXF-7543] - JAX-RS Features not used in proxies or WebClients
-    * [CXF-8544] - SseEventSink cannot be used in a @POST resource method
-    * [CXF-8555] - JsonMapObjectReaderWriter escapes now any back slash
-    * [CXF-8556] - Null AbstractEndpointFactory Properties Interferes with Class-Level PathParam When Creating Proxies with Defined ClientState
-    * [CXF-8557] - Incorrect Proxy Path Segmenting when @Path Annotation Regex Expression Contains "/"
-    * [CXF-8559] - SseInterceptor uses PROTOCOL_HEADERS from request (in) message, not from response (out) one
-    * [CXF-8561] - SseEventSource sometimes sends partial events when being closed
-    * [CXF-8569] - http-undertow: ensure clear registered paths until destory an undertow server(Port)
-    * [CXF-8572] - Incorrectly parsed ETag when contains 'W/' as part of the content
-    * [CXF-8574] - Rest call on jax-rs interface with long @Path and 3 pathparams causes error since cxf-rt-rs-mp-client 3.3.3
-    * [CXF-8578] - Bridge methods for covariant return types cannot be invoked on client proxies
-    * [CXF-8585] - cxf-specs feature should use stax2-api 4.2 and flag bundle with dependency=true
-    * [CXF-8588] - Micrometer operation UNKNOWN for clients
-    * [CXF-8591] - Temporary queues are never deleted when the are used
-    * [CXF-8594] - Regular expression parameter with non-capturing group doesn't work
-    * [CXF-8596] - WebFaultOutInterceptor goes into infinite loop when it tries to write SoapFaultException with detail
+    * [CXF-8565] - Unable to use transport-http-petty-client with JAX-RS due to NPE
+    * [CXF-8616] - Calling oneway methods using async client hangs response indefinitely
+    * [CXF-8620] - AbstractHTTPServlet should support HTTP TRACE method dispatching if it is allowed by underlying container
+    * [CXF-8626] - async http client may handle response by multiple threads on work queue
+    * [CXF-8641] - NPE on NamePasswordCallbackHandler
 
 ** Improvement
-    * [CXF-8117] - Make dependencies optional
-    * [CXF-8539] - Allow client-only Spring Boot autoconfiguration
-    * [CXF-8587] - Don't check the validation flag and get the schema on every iteration for SoapHeader
-    * [CXF-8600] - Swagger2Feature : Upgrade SwaggerUiConfig to add more configs
-
-** Test
-    * [CXF-8570] - a test to demonstrate how to configure JAXRSClientFactoryBean with org.apache.cxf.feature.Feature to enable Client Cache
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+    * [CXF-8610] - Some public methds in org.apache.cxf.helpers.IOUtils lacks parameter verification, which may cause Null pointer exceptions
+    * [CXF-8627] - AttachmentDataSource should always returns a valid contentType
+    * [CXF-8646] - Don't return exception class name when parsing XML

[cxf] 12/15: Update Netty to 4.1.74.Final

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6cc25975d4ac261c0e64336b47bdfbc36b39062f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Feb 8 14:38:46 2022 -0500

    Update Netty to 4.1.74.Final
    
    (cherry picked from commit b5ed018997d38a6f40e0dc676ad378f85a548e06)
    (cherry picked from commit 6b0c020e28c150d5913ec047c900d63bcc548f3f)
    (cherry picked from commit 69dac9b5e25475220f98c5a4579b6d530c1eb293)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index ca2a0be..d76a9b1 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -33,7 +33,7 @@
         <spring.boot.version>2.1.18.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
-        <cxf.netty.version>4.1.73.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.74.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.28</cxf.tika.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index fd795e1..3732e61 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -169,7 +169,7 @@
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
-        <cxf.netty.version>4.1.73.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.74.Final</cxf.netty.version>
         <cxf.netty.tcnative.version>2.0.46.Final</cxf.netty.tcnative.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>
         <cxf.olingo.version>2.0.11</cxf.olingo.version>

[cxf] 15/15: [maven-release-plugin] prepare release cxf-3.3.13

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit a560306e51947aac612588031af0926559ada40d
Author: Daniel Kulp <da...@kulp.com>
AuthorDate: Thu Feb 24 13:51:45 2022 -0500

    [maven-release-plugin] prepare release cxf-3.3.13
---
 core/pom.xml                                           |  2 +-
 distribution/javadoc/pom.xml                           |  2 +-
 distribution/manifest/pom.xml                          |  2 +-
 distribution/pom.xml                                   |  2 +-
 distribution/src/main/release/samples/aegis/pom.xml    | 10 +++++-----
 .../src/main/release/samples/aegis_standalone/pom.xml  |  4 ++--
 distribution/src/main/release/samples/callback/pom.xml |  8 ++++----
 .../samples/clustering/failover_jaxws_osgi/pom.xml     |  8 ++++----
 .../release/samples/clustering/failover_server/pom.xml | 10 +++++-----
 .../release/samples/configuration_interceptor/pom.xml  |  8 ++++----
 .../src/main/release/samples/corba/bank/pom.xml        |  8 ++++----
 .../release/samples/corba/bank_ws_addressing/pom.xml   |  8 ++++----
 .../src/main/release/samples/corba/hello_world/pom.xml |  8 ++++----
 .../main/release/samples/groovy_spring_support/pom.xml |  2 +-
 .../src/main/release/samples/in_jvm_transport/pom.xml  | 10 +++++-----
 .../src/main/release/samples/java_first_jaxws/pom.xml  |  2 +-
 .../samples/java_first_jaxws_factory_bean/pom.xml      |  8 ++++----
 .../src/main/release/samples/java_first_jms/pom.xml    |  6 +++---
 .../src/main/release/samples/java_first_pojo/pom.xml   |  8 ++++----
 .../release/samples/java_first_spring_support/pom.xml  |  2 +-
 .../src/main/release/samples/jax_rs/basic/pom.xml      |  8 ++++----
 .../main/release/samples/jax_rs/basic_https/pom.xml    |  2 +-
 .../src/main/release/samples/jax_rs/basic_oidc/pom.xml |  2 +-
 .../src/main/release/samples/jax_rs/big_query/pom.xml  |  2 +-
 .../release/samples/jax_rs/content_negotiation/pom.xml | 10 +++++-----
 .../samples/jax_rs/description_openapi_v3/pom.xml      |  8 ++++----
 .../samples/jax_rs/description_openapi_v3_osgi/pom.xml |  8 ++++----
 .../jax_rs/description_openapi_v3_spring/pom.xml       | 10 +++++-----
 .../samples/jax_rs/description_openapi_v3_web/pom.xml  |  2 +-
 .../samples/jax_rs/description_swagger2/pom.xml        |  8 ++++----
 .../samples/jax_rs/description_swagger2_osgi/pom.xml   |  8 ++++----
 .../samples/jax_rs/description_swagger2_spring/pom.xml | 10 +++++-----
 .../samples/jax_rs/description_swagger2_web/pom.xml    |  2 +-
 .../main/release/samples/jax_rs/graalvm_basic/pom.xml  |  2 +-
 .../main/release/samples/jax_rs/minimal_osgi/pom.xml   |  2 +-
 .../src/main/release/samples/jax_rs/odata/pom.xml      |  2 +-
 .../src/main/release/samples/jax_rs/search/pom.xml     | 14 +++++++-------
 .../src/main/release/samples/jax_rs/spark/pom.xml      |  8 ++++----
 .../main/release/samples/jax_rs/spring_boot/pom.xml    |  2 +-
 .../jax_rs/spring_boot_scan/application/pom.xml        |  2 +-
 .../samples/jax_rs/spring_boot_scan/client/pom.xml     |  2 +-
 .../jax_rs/spring_boot_scan/eureka-registry/pom.xml    |  2 +-
 .../release/samples/jax_rs/spring_security/pom.xml     |  8 ++++----
 .../src/main/release/samples/jax_rs/sse_cdi/pom.xml    |  2 +-
 .../src/main/release/samples/jax_rs/sse_client/pom.xml |  2 +-
 .../src/main/release/samples/jax_rs/sse_osgi/pom.xml   |  2 +-
 .../src/main/release/samples/jax_rs/sse_spring/pom.xml |  2 +-
 .../src/main/release/samples/jax_rs/sse_tomcat/pom.xml |  2 +-
 .../main/release/samples/jax_rs/tracing_brave/pom.xml  |  4 ++--
 .../release/samples/jax_rs/tracing_brave_osgi/pom.xml  |  2 +-
 .../release/samples/jax_rs/tracing_opentracing/pom.xml | 14 +++++++-------
 .../samples/jax_rs/tracing_opentracing_camel/pom.xml   | 18 +++++++++---------
 .../samples/jax_rs/tracing_opentracing_osgi/pom.xml    |  4 ++--
 .../src/main/release/samples/jax_rs/websocket/pom.xml  | 10 +++++-----
 .../main/release/samples/jax_rs/websocket_osgi/pom.xml |  2 +-
 .../main/release/samples/jax_rs/websocket_web/pom.xml  |  2 +-
 .../release/samples/jax_server_aegis_client/pom.xml    | 10 +++++-----
 .../src/main/release/samples/jaxws_async/pom.xml       | 10 +++++-----
 .../release/samples/jaxws_dispatch_provider/pom.xml    |  8 ++++----
 .../src/main/release/samples/jaxws_graalvm/pom.xml     |  2 +-
 .../samples/jaxws_graalvm_dynamic/client/pom.xml       |  2 +-
 .../samples/jaxws_graalvm_dynamic/server/pom.xml       |  2 +-
 .../src/main/release/samples/jaxws_handlers/pom.xml    |  8 ++++----
 .../src/main/release/samples/jaxws_spring_boot/pom.xml |  2 +-
 .../release/samples/jaxws_tracing_brave_osgi/pom.xml   | 10 +++++-----
 .../src/main/release/samples/jms_pubsub/pom.xml        |  8 ++++----
 .../src/main/release/samples/jms_queue/pom.xml         |  6 +++---
 .../src/main/release/samples/jms_spec_demo/pom.xml     |  6 +++---
 .../src/main/release/samples/jms_spring_config/pom.xml |  6 +++---
 .../samples/js_browser_client_java_first/pom.xml       | 10 +++++-----
 .../release/samples/js_browser_client_simple/pom.xml   | 10 +++++-----
 .../src/main/release/samples/js_client/pom.xml         | 10 +++++-----
 .../src/main/release/samples/js_provider/pom.xml       |  8 ++++----
 distribution/src/main/release/samples/mtom/pom.xml     |  8 ++++----
 .../src/main/release/samples/oauth/client/pom.xml      |  2 +-
 .../src/main/release/samples/oauth/server/pom.xml      |  2 +-
 distribution/src/main/release/samples/pom.xml          |  2 +-
 .../src/main/release/samples/restful_dispatch/pom.xml  | 10 +++++-----
 .../main/release/samples/ruby_spring_support/pom.xml   |  2 +-
 .../src/main/release/samples/soap_header/pom.xml       |  8 ++++----
 distribution/src/main/release/samples/sts/pom.xml      |  2 +-
 .../src/main/release/samples/throttling/pom.xml        |  2 +-
 .../src/main/release/samples/ws_addressing/pom.xml     |  8 ++++----
 .../src/main/release/samples/ws_discovery/pom.xml      | 10 +++++-----
 .../src/main/release/samples/ws_eventing/pom.xml       |  2 +-
 .../src/main/release/samples/ws_notification/pom.xml   | 14 +++++++-------
 .../src/main/release/samples/ws_policy/pom.xml         |  8 ++++----
 distribution/src/main/release/samples/ws_rm/pom.xml    | 10 +++++-----
 .../main/release/samples/ws_security/sign_enc/pom.xml  | 16 ++++++++--------
 .../samples/ws_security/sign_enc_policy/pom.xml        |  2 +-
 .../src/main/release/samples/ws_security/ut/pom.xml    | 10 +++++-----
 .../main/release/samples/ws_security/ut_policy/pom.xml |  2 +-
 .../src/main/release/samples/wsdl_first/pom.xml        |  2 +-
 .../release/samples/wsdl_first_dynamic_client/pom.xml  |  8 ++++----
 .../src/main/release/samples/wsdl_first_https/pom.xml  |  2 +-
 .../main/release/samples/wsdl_first_pure_xml/pom.xml   |  8 ++++----
 .../src/main/release/samples/wsdl_first_rpclit/pom.xml |  8 ++++----
 .../src/main/release/samples/wsdl_first_soap12/pom.xml |  8 ++++----
 .../release/samples/wsdl_first_xml_wrapped/pom.xml     |  8 ++++----
 integration/cdi/pom.xml                                |  2 +-
 integration/jca/pom.xml                                |  2 +-
 integration/pom.xml                                    |  2 +-
 integration/spring-boot/autoconfigure/pom.xml          |  2 +-
 integration/spring-boot/pom.xml                        |  2 +-
 integration/spring-boot/starter-jaxrs/pom.xml          |  2 +-
 integration/spring-boot/starter-jaxws/pom.xml          |  2 +-
 integration/tracing/tracing-brave/pom.xml              |  2 +-
 integration/tracing/tracing-opentracing/pom.xml        |  2 +-
 maven-plugins/archetypes/cxf-jaxrs-service/pom.xml     |  2 +-
 maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml   |  4 ++--
 maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml   |  2 +-
 maven-plugins/archetypes/pom.xml                       |  2 +-
 maven-plugins/codegen-plugin/pom.xml                   |  2 +-
 maven-plugins/corba/pom.xml                            |  2 +-
 maven-plugins/java2swagger-plugin/pom.xml              |  4 ++--
 maven-plugins/java2wadl-plugin/pom.xml                 |  4 ++--
 maven-plugins/java2ws-plugin/pom.xml                   |  2 +-
 maven-plugins/pom.xml                                  |  2 +-
 maven-plugins/wadl2java-plugin/pom.xml                 |  2 +-
 maven-plugins/wsdl-validator-plugin/pom.xml            |  2 +-
 osgi/bundle/compatible/pom.xml                         |  2 +-
 osgi/bundle/pom.xml                                    |  2 +-
 osgi/itests/pom.xml                                    |  2 +-
 osgi/karaf/commands/pom.xml                            |  2 +-
 osgi/karaf/features/pom.xml                            |  2 +-
 osgi/karaf/pom.xml                                     |  2 +-
 osgi/pom.xml                                           |  2 +-
 osgi/repository/pom.xml                                |  2 +-
 parent/pom.xml                                         |  2 +-
 pom.xml                                                |  4 ++--
 rt/bindings/coloc/pom.xml                              |  2 +-
 rt/bindings/corba/pom.xml                              |  2 +-
 rt/bindings/pom.xml                                    |  2 +-
 rt/bindings/soap/pom.xml                               |  2 +-
 rt/bindings/xml/pom.xml                                |  2 +-
 rt/databinding/aegis/pom.xml                           |  2 +-
 rt/databinding/jaxb/pom.xml                            |  2 +-
 rt/databinding/pom.xml                                 |  2 +-
 rt/features/clustering/pom.xml                         |  2 +-
 rt/features/logging/pom.xml                            |  2 +-
 rt/features/metrics/pom.xml                            |  2 +-
 rt/features/pom.xml                                    |  2 +-
 rt/features/throttling/pom.xml                         |  2 +-
 rt/frontend/jaxrs/pom.xml                              |  2 +-
 rt/frontend/jaxws/pom.xml                              |  2 +-
 rt/frontend/js/pom.xml                                 |  2 +-
 rt/frontend/pom.xml                                    |  2 +-
 rt/frontend/simple/pom.xml                             |  2 +-
 rt/javascript/javascript-rt/pom.xml                    |  2 +-
 rt/javascript/javascript-tests/pom.xml                 |  2 +-
 rt/javascript/pom.xml                                  |  2 +-
 rt/management/pom.xml                                  |  2 +-
 rt/pom.xml                                             |  2 +-
 rt/rs/client/pom.xml                                   |  2 +-
 rt/rs/description-common-openapi/pom.xml               |  2 +-
 rt/rs/description-openapi-v3/pom.xml                   |  2 +-
 rt/rs/description-swagger-ui/pom.xml                   |  2 +-
 rt/rs/description-swagger/pom.xml                      |  2 +-
 rt/rs/description/pom.xml                              |  2 +-
 rt/rs/extensions/json-basic/pom.xml                    |  2 +-
 rt/rs/extensions/providers/pom.xml                     |  2 +-
 rt/rs/extensions/reactivestreams/pom.xml               |  2 +-
 rt/rs/extensions/reactor/pom.xml                       |  2 +-
 rt/rs/extensions/rx/pom.xml                            |  2 +-
 rt/rs/extensions/rx2/pom.xml                           |  2 +-
 rt/rs/extensions/rx3/pom.xml                           |  2 +-
 rt/rs/extensions/search/pom.xml                        |  2 +-
 rt/rs/http-sci/pom.xml                                 |  2 +-
 rt/rs/microprofile-client/pom.xml                      |  2 +-
 rt/rs/pom.xml                                          |  2 +-
 rt/rs/security/cors/pom.xml                            |  2 +-
 rt/rs/security/http-signature/pom.xml                  |  2 +-
 rt/rs/security/jose-parent/jose-jaxrs/pom.xml          |  2 +-
 rt/rs/security/jose-parent/jose/pom.xml                |  2 +-
 rt/rs/security/jose-parent/pom.xml                     |  2 +-
 rt/rs/security/oauth-parent/oauth/pom.xml              |  2 +-
 rt/rs/security/oauth-parent/oauth2-saml/pom.xml        |  2 +-
 rt/rs/security/oauth-parent/oauth2/pom.xml             |  2 +-
 rt/rs/security/oauth-parent/pom.xml                    |  2 +-
 rt/rs/security/pom.xml                                 |  2 +-
 rt/rs/security/sso/oidc/pom.xml                        |  2 +-
 rt/rs/security/sso/saml/pom.xml                        |  2 +-
 rt/rs/security/xml/pom.xml                             |  2 +-
 rt/rs/sse/pom.xml                                      |  2 +-
 rt/security-saml/pom.xml                               |  2 +-
 rt/security/pom.xml                                    |  2 +-
 rt/transports/http-hc/pom.xml                          |  2 +-
 rt/transports/http-jetty/pom.xml                       |  2 +-
 rt/transports/http-netty/netty-client/pom.xml          |  2 +-
 rt/transports/http-netty/netty-server/pom.xml          |  2 +-
 rt/transports/http-undertow/pom.xml                    |  2 +-
 rt/transports/http/pom.xml                             |  2 +-
 rt/transports/jms/pom.xml                              |  2 +-
 rt/transports/local/pom.xml                            |  2 +-
 rt/transports/pom.xml                                  |  2 +-
 rt/transports/udp/pom.xml                              |  2 +-
 rt/transports/websocket/pom.xml                        |  2 +-
 rt/ws/addr/pom.xml                                     |  2 +-
 rt/ws/eventing/pom.xml                                 |  2 +-
 rt/ws/mex/pom.xml                                      |  2 +-
 rt/ws/policy/pom.xml                                   |  2 +-
 rt/ws/pom.xml                                          |  2 +-
 rt/ws/rm/pom.xml                                       |  2 +-
 rt/ws/security/pom.xml                                 |  2 +-
 rt/ws/transfer/pom.xml                                 |  2 +-
 rt/wsdl/pom.xml                                        |  2 +-
 services/pom.xml                                       |  2 +-
 services/sts/pom.xml                                   |  2 +-
 services/sts/sts-core/pom.xml                          |  2 +-
 services/sts/systests/advanced/pom.xml                 |  2 +-
 services/sts/systests/basic/pom.xml                    |  2 +-
 services/sts/systests/pom.xml                          |  2 +-
 services/sts/systests/sts-features/pom.xml             |  2 +-
 services/sts/systests/sts-itests/pom.xml               |  2 +-
 services/sts/systests/sts-osgi/pom.xml                 |  2 +-
 services/ws-discovery/pom.xml                          |  2 +-
 services/ws-discovery/ws-discovery-api/pom.xml         |  2 +-
 services/ws-discovery/ws-discovery-service/pom.xml     |  2 +-
 services/wsn/pom.xml                                   |  2 +-
 services/wsn/wsn-api/pom.xml                           |  2 +-
 services/wsn/wsn-core/pom.xml                          |  2 +-
 services/wsn/wsn-osgi/pom.xml                          |  2 +-
 services/xkms/pom.xml                                  |  2 +-
 services/xkms/xkms-client/pom.xml                      |  2 +-
 services/xkms/xkms-common/pom.xml                      |  2 +-
 services/xkms/xkms-features/pom.xml                    |  2 +-
 services/xkms/xkms-itests/pom.xml                      |  2 +-
 services/xkms/xkms-osgi/pom.xml                        |  2 +-
 services/xkms/xkms-service/pom.xml                     |  2 +-
 services/xkms/xkms-war/pom.xml                         |  2 +-
 services/xkms/xkms-x509-handlers/pom.xml               |  2 +-
 services/xkms/xkms-x509-repo-ldap/pom.xml              |  2 +-
 systests/cdi/base/pom.xml                              |  2 +-
 systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml     |  2 +-
 systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml           |  2 +-
 systests/cdi/cdi-owb/cdi-producers-owb/pom.xml         |  2 +-
 systests/cdi/cdi-owb/pom.xml                           |  2 +-
 systests/cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml   |  2 +-
 systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml         |  2 +-
 systests/cdi/cdi-weld/cdi-producers-weld/pom.xml       |  2 +-
 systests/cdi/cdi-weld/pom.xml                          |  2 +-
 systests/cdi/pom.xml                                   |  2 +-
 systests/container-integration/grizzly/pom.xml         |  2 +-
 systests/container-integration/pom.xml                 |  2 +-
 systests/container-integration/webapp/pom.xml          |  2 +-
 systests/databinding/pom.xml                           |  2 +-
 systests/jaxrs/pom.xml                                 |  2 +-
 systests/jaxws/pom.xml                                 |  2 +-
 systests/kerberos/pom.xml                              |  2 +-
 systests/ldap/pom.xml                                  |  2 +-
 systests/microprofile/client/async/pom.xml             |  2 +-
 systests/microprofile/client/jaxrs/pom.xml             |  2 +-
 systests/microprofile/client/nocdi/pom.xml             |  2 +-
 systests/microprofile/client/tracing/pom.xml           |  2 +-
 systests/microprofile/client/weld/pom.xml              |  2 +-
 systests/microprofile/pom.xml                          |  2 +-
 systests/pom.xml                                       |  2 +-
 systests/rs-http-sci/pom.xml                           |  2 +-
 systests/rs-security/pom.xml                           |  2 +-
 systests/rs-sse/pom.xml                                |  2 +-
 systests/rs-sse/rs-sse-base/pom.xml                    |  2 +-
 systests/rs-sse/rs-sse-jetty/pom.xml                   |  2 +-
 systests/rs-sse/rs-sse-tomcat/pom.xml                  |  2 +-
 systests/rs-sse/rs-sse-undertow/pom.xml                |  2 +-
 systests/spring-boot/pom.xml                           |  2 +-
 systests/tracing/pom.xml                               |  2 +-
 systests/transport-jms/pom.xml                         |  2 +-
 systests/transport-undertow/pom.xml                    |  2 +-
 systests/transports-ssl3/pom.xml                       |  2 +-
 systests/transports/pom.xml                            |  2 +-
 systests/uncategorized/pom.xml                         |  2 +-
 systests/ws-rm/pom.xml                                 |  2 +-
 systests/ws-security-examples/pom.xml                  |  2 +-
 systests/ws-security/pom.xml                           |  2 +-
 systests/ws-specs/pom.xml                              |  2 +-
 systests/ws-transfer/pom.xml                           |  2 +-
 systests/wsdl_maven/codegen/pom.xml                    |  2 +-
 systests/wsdl_maven/java2ws/pom.xml                    |  2 +-
 systests/wsdl_maven/pom.xml                            |  2 +-
 testutils/pom.xml                                      |  2 +-
 tools/common/pom.xml                                   |  2 +-
 tools/corba/pom.xml                                    |  2 +-
 tools/javato/pom.xml                                   |  2 +-
 tools/javato/ws/pom.xml                                |  2 +-
 tools/pom.xml                                          |  2 +-
 tools/validator/pom.xml                                |  2 +-
 tools/wadlto/jaxrs/pom.xml                             |  2 +-
 tools/wadlto/pom.xml                                   |  2 +-
 tools/wsdlto/core/pom.xml                              |  2 +-
 tools/wsdlto/databinding/jaxb/pom.xml                  |  2 +-
 tools/wsdlto/frontend/javascript/pom.xml               |  2 +-
 tools/wsdlto/frontend/jaxws/pom.xml                    |  2 +-
 tools/wsdlto/misc/pom.xml                              |  2 +-
 tools/wsdlto/pom.xml                                   |  2 +-
 tools/wsdlto/test/pom.xml                              |  2 +-
 295 files changed, 495 insertions(+), 495 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index c3171c0..a3fa112 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 41ffbbf..7ee4c2e 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <properties>
diff --git a/distribution/manifest/pom.xml b/distribution/manifest/pom.xml
index d9fc863..fd16e4c 100644
--- a/distribution/manifest/pom.xml
+++ b/distribution/manifest/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <properties>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index eeecb03..630a815 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../parent</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/aegis/pom.xml b/distribution/src/main/release/samples/aegis/pom.xml
index ef97cc1..cd0f24d 100644
--- a/distribution/src/main/release/samples/aegis/pom.xml
+++ b/distribution/src/main/release/samples/aegis/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -88,24 +88,24 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- The server example in here launches the embedded jetty. Not needed
              if you deploy a WAR. -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/distribution/src/main/release/samples/aegis_standalone/pom.xml b/distribution/src/main/release/samples/aegis_standalone/pom.xml
index 2e820b9..9485598 100644
--- a/distribution/src/main/release/samples/aegis_standalone/pom.xml
+++ b/distribution/src/main/release/samples/aegis_standalone/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>net.java.dev.stax-utils</groupId>
diff --git a/distribution/src/main/release/samples/callback/pom.xml b/distribution/src/main/release/samples/callback/pom.xml
index 0bd1cd7..5ce3dee 100644
--- a/distribution/src/main/release/samples/callback/pom.xml
+++ b/distribution/src/main/release/samples/callback/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -117,17 +117,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/pom.xml b/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/pom.xml
index 9ff27c6..d8d837e 100644
--- a/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/pom.xml
+++ b/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -59,19 +59,19 @@ under the License.
     	<dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-client</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.samples</groupId>
             <artifactId>failover_server</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-features-clustering</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/distribution/src/main/release/samples/clustering/failover_server/pom.xml b/distribution/src/main/release/samples/clustering/failover_server/pom.xml
index b9a0373..83b55a0 100644
--- a/distribution/src/main/release/samples/clustering/failover_server/pom.xml
+++ b/distribution/src/main/release/samples/clustering/failover_server/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -58,22 +58,22 @@ under the License.
          <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/configuration_interceptor/pom.xml b/distribution/src/main/release/samples/configuration_interceptor/pom.xml
index 56b5aaa..46b24ae 100644
--- a/distribution/src/main/release/samples/configuration_interceptor/pom.xml
+++ b/distribution/src/main/release/samples/configuration_interceptor/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -118,17 +118,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/corba/bank/pom.xml b/distribution/src/main/release/samples/corba/bank/pom.xml
index 31de280..092f8b0 100644
--- a/distribution/src/main/release/samples/corba/bank/pom.xml
+++ b/distribution/src/main/release/samples/corba/bank/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -117,17 +117,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml b/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
index df275ec..f6be438 100644
--- a/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
+++ b/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -224,17 +224,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/corba/hello_world/pom.xml b/distribution/src/main/release/samples/corba/hello_world/pom.xml
index 5f62d34..42c5608 100644
--- a/distribution/src/main/release/samples/corba/hello_world/pom.xml
+++ b/distribution/src/main/release/samples/corba/hello_world/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -269,17 +269,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-corba</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-common</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/groovy_spring_support/pom.xml b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
index 0dbf8b9..e8afcdf 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
 
     <build>
diff --git a/distribution/src/main/release/samples/in_jvm_transport/pom.xml b/distribution/src/main/release/samples/in_jvm_transport/pom.xml
index e521c52..f363ebd 100644
--- a/distribution/src/main/release/samples/in_jvm_transport/pom.xml
+++ b/distribution/src/main/release/samples/in_jvm_transport/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -87,23 +87,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-bindings-coloc</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/java_first_jaxws/pom.xml b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
index ffb7d6d..8e4c83a 100644
--- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <build>
         <plugins>
diff --git a/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml b/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
index 94b9ca8..1315583 100644
--- a/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -82,18 +82,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/java_first_jms/pom.xml b/distribution/src/main/release/samples/java_first_jms/pom.xml
index 91f847c..48cde77 100644
--- a/distribution/src/main/release/samples/java_first_jms/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jms/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -101,12 +101,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/java_first_pojo/pom.xml b/distribution/src/main/release/samples/java_first_pojo/pom.xml
index 7a30fd2..ea0899e 100644
--- a/distribution/src/main/release/samples/java_first_pojo/pom.xml
+++ b/distribution/src/main/release/samples/java_first_pojo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -82,18 +82,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/java_first_spring_support/pom.xml b/distribution/src/main/release/samples/java_first_spring_support/pom.xml
index 486abe8..cf6e97b 100644
--- a/distribution/src/main/release/samples/java_first_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/java_first_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
 
     <build>
diff --git a/distribution/src/main/release/samples/jax_rs/basic/pom.xml b/distribution/src/main/release/samples/jax_rs/basic/pom.xml
index 1d2e43d..0003467 100644
--- a/distribution/src/main/release/samples/jax_rs/basic/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -83,18 +83,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml b/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
index 01606fa..38ddb6b 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <profiles>
diff --git a/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml b/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml
index 8c79a67..2127768 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jax_rs/big_query/pom.xml b/distribution/src/main/release/samples/jax_rs/big_query/pom.xml
index 3c17c0b..71e8a5f 100644
--- a/distribution/src/main/release/samples/jax_rs/big_query/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/big_query/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml b/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
index a5c1f51..f7ca554 100644
--- a/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -83,23 +83,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.jettison</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml b/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml
index 6b3774d..6423348 100644
--- a/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -68,17 +68,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
           <groupId>com.fasterxml.jackson.jaxrs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/pom.xml
index f3a3dd7..6a3c3aa 100644
--- a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -70,17 +70,17 @@ under the License.
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml
index eb4e3ba..0e4d2d8 100644
--- a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_spring/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -63,23 +63,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
           <groupId>com.fasterxml.jackson.jaxrs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
index 201fef7..7cf6025 100644
--- a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
index eada4c0..d264e01 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -68,17 +68,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
           <groupId>com.fasterxml.jackson.jaxrs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
index 86ff7a8..86cf20d 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -71,17 +71,17 @@ under the License.
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
index 65364fd..7562288 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_spring/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
@@ -63,23 +63,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
index 1e7eebf..c803a29 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml b/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml
index b5cf191..0a4936d 100644
--- a/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
      <properties>
diff --git a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
index 128a72a..e58844f 100644
--- a/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jax_rs/odata/pom.xml b/distribution/src/main/release/samples/jax_rs/odata/pom.xml
index c0fcd1c..6a60fd6 100644
--- a/distribution/src/main/release/samples/jax_rs/odata/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/odata/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jax_rs/search/pom.xml b/distribution/src/main/release/samples/jax_rs/search/pom.xml
index 9f4d34d..ddb145c 100644
--- a/distribution/src/main/release/samples/jax_rs/search/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/search/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -84,33 +84,33 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-search</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>                 
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-security-cors</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency> 
         <dependency>
             <groupId>org.apache.lucene</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/spark/pom.xml b/distribution/src/main/release/samples/jax_rs/spark/pom.xml
index 9b63932..3adf4c4 100644
--- a/distribution/src/main/release/samples/jax_rs/spark/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spark/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -35,17 +35,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-search</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.spark</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
index 273e7cb..5c0b3d2 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.cxf.samples</groupId> 
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
index 661ed8b..a9eb62c 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>spring-boot-sample-rs-scan-app</artifactId>
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml
index cda7a8a..177ca17 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>spring-boot-sample-rs-scan-client</artifactId>
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
index 127e1a7..3f1a749 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../..</relativePath>
     </parent>
     <artifactId>spring-boot-sample-rs-scan-eureka</artifactId>
diff --git a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
index 0c00c44..785cadb 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -89,18 +89,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml b/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml
index 1a996d0..645d07c 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/distribution/src/main/release/samples/jax_rs/sse_client/pom.xml b/distribution/src/main/release/samples/jax_rs/sse_client/pom.xml
index 691c450..eab87dc 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_client/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_client/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     
diff --git a/distribution/src/main/release/samples/jax_rs/sse_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/sse_osgi/pom.xml
index 8ef3741..c3351be 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml b/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml
index 88bb85e..07b2211 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml b/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml
index 0edd48c..9b6bf22 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
 
diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
index bbf9f8a..76eaa1a 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -170,7 +170,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-integration-tracing-brave</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml
index e95a5d5..7c98fa2 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
index 8cd76c3..bd13f46 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -83,33 +83,33 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-client</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>    
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-integration-tracing-opentracing</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>javax.json</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
index 440dcc8..15b4428 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     
@@ -129,43 +129,43 @@
     	<dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-core</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-client</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>    
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-integration-tracing-opentracing</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-extension-providers</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_osgi/pom.xml
index 0f4b5cf..a04d941 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_osgi/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-integration-tracing-opentracing</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
index 21a34f2..604880f 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -127,7 +127,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
@@ -169,17 +169,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-websocket</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/websocket_osgi/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket_osgi/pom.xml
index dee1e67..442ee36 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket_osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
index ece8af6..1f034ce 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml b/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
index 5032826..ce523e3 100644
--- a/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
+++ b/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -82,23 +82,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-databinding-aegis</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/jaxws_async/pom.xml b/distribution/src/main/release/samples/jaxws_async/pom.xml
index 68a1da2..ad40ecf 100644
--- a/distribution/src/main/release/samples/jaxws_async/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_async/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -127,17 +127,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-hc</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -149,7 +149,7 @@
             <!-- Not needed if deploying to a Servlet 3 based container or non-jetty container -->
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.eclipse.jetty</groupId>
diff --git a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
index 8906eb1..f2684b1 100644
--- a/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -114,18 +114,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/jaxws_graalvm/pom.xml b/distribution/src/main/release/samples/jaxws_graalvm/pom.xml
index d97d975..c3fedc6 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
diff --git a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
index 1bac707..4423266 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
index a79301e..6365255 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/jaxws_handlers/pom.xml b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
index b933884..44cdaf8 100644
--- a/distribution/src/main/release/samples/jaxws_handlers/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_handlers/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -114,18 +114,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
index 759476a..5210fa3 100644
--- a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>spring-boot-sample-ws-cxf</artifactId>
diff --git a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml
index e2e02f3..24fe99d 100644
--- a/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>..</relativePath>
     </parent>
     <properties>
@@ -61,23 +61,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- This dependency is needed if you're using the Jetty container -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-integration-tracing-brave</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
diff --git a/distribution/src/main/release/samples/jms_pubsub/pom.xml b/distribution/src/main/release/samples/jms_pubsub/pom.xml
index dc12da8..633cd9d 100644
--- a/distribution/src/main/release/samples/jms_pubsub/pom.xml
+++ b/distribution/src/main/release/samples/jms_pubsub/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -36,7 +36,7 @@
             <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-codegen-plugin</artifactId>
-                <version>3.3.13-SNAPSHOT</version>
+                <version>3.3.13</version>
                 <executions>
                     <execution>
                         <id>generate-sources</id>
@@ -137,12 +137,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         
         <dependency>
diff --git a/distribution/src/main/release/samples/jms_queue/pom.xml b/distribution/src/main/release/samples/jms_queue/pom.xml
index 816cccf..44373ad 100644
--- a/distribution/src/main/release/samples/jms_queue/pom.xml
+++ b/distribution/src/main/release/samples/jms_queue/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -137,12 +137,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>
diff --git a/distribution/src/main/release/samples/jms_spec_demo/pom.xml b/distribution/src/main/release/samples/jms_spec_demo/pom.xml
index 910f5ba..7f41286 100644
--- a/distribution/src/main/release/samples/jms_spec_demo/pom.xml
+++ b/distribution/src/main/release/samples/jms_spec_demo/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -137,12 +137,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>
diff --git a/distribution/src/main/release/samples/jms_spring_config/pom.xml b/distribution/src/main/release/samples/jms_spring_config/pom.xml
index a3a0474..2ee4aca 100644
--- a/distribution/src/main/release/samples/jms_spring_config/pom.xml
+++ b/distribution/src/main/release/samples/jms_spring_config/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -146,12 +146,12 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-jms</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml b/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
index d5c3425..e359425 100644
--- a/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
+++ b/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -59,22 +59,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
index 16a4d5a..21191d6 100644
--- a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
+++ b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -111,22 +111,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/js_client/pom.xml b/distribution/src/main/release/samples/js_client/pom.xml
index c582fe2..9e9323a 100644
--- a/distribution/src/main/release/samples/js_client/pom.xml
+++ b/distribution/src/main/release/samples/js_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -113,22 +113,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-javascript</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>rhino</groupId>
diff --git a/distribution/src/main/release/samples/js_provider/pom.xml b/distribution/src/main/release/samples/js_provider/pom.xml
index ee3d9b6..4bf5872 100644
--- a/distribution/src/main/release/samples/js_provider/pom.xml
+++ b/distribution/src/main/release/samples/js_provider/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -128,18 +128,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-js</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/mtom/pom.xml b/distribution/src/main/release/samples/mtom/pom.xml
index 5699e7d..acc034e 100644
--- a/distribution/src/main/release/samples/mtom/pom.xml
+++ b/distribution/src/main/release/samples/mtom/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -115,18 +115,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.javamail</groupId>
diff --git a/distribution/src/main/release/samples/oauth/client/pom.xml b/distribution/src/main/release/samples/oauth/client/pom.xml
index 8c92895..3795ae8 100644
--- a/distribution/src/main/release/samples/oauth/client/pom.xml
+++ b/distribution/src/main/release/samples/oauth/client/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <build>
diff --git a/distribution/src/main/release/samples/oauth/server/pom.xml b/distribution/src/main/release/samples/oauth/server/pom.xml
index e756cc5..dfb7a2b 100644
--- a/distribution/src/main/release/samples/oauth/server/pom.xml
+++ b/distribution/src/main/release/samples/oauth/server/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <build>
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index d76a9b1..0dbb321 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf.samples</groupId>
     <artifactId>cxf-samples</artifactId>
     <packaging>pom</packaging>
-    <version>3.3.13-SNAPSHOT</version>
+    <version>3.3.13</version>
     <name>Apache CXF Samples</name>
     <description>Apache CXF Samples</description>
     <url>https://cxf.apache.org</url>
diff --git a/distribution/src/main/release/samples/restful_dispatch/pom.xml b/distribution/src/main/release/samples/restful_dispatch/pom.xml
index c915a55..d91ac0d 100644
--- a/distribution/src/main/release/samples/restful_dispatch/pom.xml
+++ b/distribution/src/main/release/samples/restful_dispatch/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -82,23 +82,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/ruby_spring_support/pom.xml b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
index 9420807..dda5f4f 100644
--- a/distribution/src/main/release/samples/ruby_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <build>
         <defaultGoal>install</defaultGoal>
diff --git a/distribution/src/main/release/samples/soap_header/pom.xml b/distribution/src/main/release/samples/soap_header/pom.xml
index f710891..a60c275 100644
--- a/distribution/src/main/release/samples/soap_header/pom.xml
+++ b/distribution/src/main/release/samples/soap_header/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -114,18 +114,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/sts/pom.xml b/distribution/src/main/release/samples/sts/pom.xml
index f74cca6..b822e58 100644
--- a/distribution/src/main/release/samples/sts/pom.xml
+++ b/distribution/src/main/release/samples/sts/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>..</relativePath>
     </parent>
     <properties>
diff --git a/distribution/src/main/release/samples/throttling/pom.xml b/distribution/src/main/release/samples/throttling/pom.xml
index a76edfc..c5e83cc 100644
--- a/distribution/src/main/release/samples/throttling/pom.xml
+++ b/distribution/src/main/release/samples/throttling/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location>
diff --git a/distribution/src/main/release/samples/ws_addressing/pom.xml b/distribution/src/main/release/samples/ws_addressing/pom.xml
index 2c100be..0f6f724 100644
--- a/distribution/src/main/release/samples/ws_addressing/pom.xml
+++ b/distribution/src/main/release/samples/ws_addressing/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -118,17 +118,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/ws_discovery/pom.xml b/distribution/src/main/release/samples/ws_discovery/pom.xml
index 22b7f65..889cd2f 100644
--- a/distribution/src/main/release/samples/ws_discovery/pom.xml
+++ b/distribution/src/main/release/samples/ws_discovery/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -37,22 +37,22 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-api</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.ws-discovery</groupId>
             <artifactId>cxf-services-ws-discovery-service</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/distribution/src/main/release/samples/ws_eventing/pom.xml b/distribution/src/main/release/samples/ws_eventing/pom.xml
index 445670a..6116dfd 100644
--- a/distribution/src/main/release/samples/ws_eventing/pom.xml
+++ b/distribution/src/main/release/samples/ws_eventing/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <dependencies>
         <dependency>
diff --git a/distribution/src/main/release/samples/ws_notification/pom.xml b/distribution/src/main/release/samples/ws_notification/pom.xml
index 591e1bf..25ccaa7 100644
--- a/distribution/src/main/release/samples/ws_notification/pom.xml
+++ b/distribution/src/main/release/samples/ws_notification/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -82,32 +82,32 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf.services.wsn</groupId>
             <artifactId>cxf-services-wsn-core</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/ws_policy/pom.xml b/distribution/src/main/release/samples/ws_policy/pom.xml
index e411be3..97e98f5 100644
--- a/distribution/src/main/release/samples/ws_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -113,17 +113,17 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/ws_rm/pom.xml b/distribution/src/main/release/samples/ws_rm/pom.xml
index 026f1e4..b33d3a5 100644
--- a/distribution/src/main/release/samples/ws_rm/pom.xml
+++ b/distribution/src/main/release/samples/ws_rm/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -108,23 +108,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
index e3c728f..2621e32 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -165,38 +165,38 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-rm</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-addr</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-policy</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
index b077728..726b96d 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>
diff --git a/distribution/src/main/release/samples/ws_security/ut/pom.xml b/distribution/src/main/release/samples/ws_security/ut/pom.xml
index feed64b..c202dd8 100644
--- a/distribution/src/main/release/samples/ws_security/ut/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <properties>
@@ -154,23 +154,23 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-ws-security</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
index 2fe1167..e632107 100644
--- a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
+++ b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../..</relativePath>
     </parent>
     <build>
diff --git a/distribution/src/main/release/samples/wsdl_first/pom.xml b/distribution/src/main/release/samples/wsdl_first/pom.xml
index 601a73f..4e69226 100644
--- a/distribution/src/main/release/samples/wsdl_first/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
 
     <build>
diff --git a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
index cb99d64..d6ff3ce 100644
--- a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -112,18 +112,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/distribution/src/main/release/samples/wsdl_first_https/pom.xml b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
index ef5446d..ec4a751 100644
--- a/distribution/src/main/release/samples/wsdl_first_https/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_https/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location>
diff --git a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
index c91b91e..e5463c3 100644
--- a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -114,18 +114,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
index 919bdb0..208c57a 100644
--- a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -114,18 +114,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
index bb975e5..789a8ba 100644
--- a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -114,18 +114,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
index 2dfa94f..6b70e18 100644
--- a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.cxf.samples</groupId>
         <artifactId>cxf-samples</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
@@ -114,18 +114,18 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
         <!-- Jetty is needed if you're using the CXFServlet -->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>3.3.13-SNAPSHOT</version>
+            <version>3.3.13</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml
index 283c05e..1797d21 100644
--- a/integration/cdi/pom.xml
+++ b/integration/cdi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml
index 8702d23..169f492 100644
--- a/integration/jca/pom.xml
+++ b/integration/jca/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/integration/pom.xml b/integration/pom.xml
index c02b436..ed88fed 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>jca</module>
diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml
index bb1feef..809f1e0 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/integration/spring-boot/pom.xml b/integration/spring-boot/pom.xml
index 2a0381b..00ad99c 100644
--- a/integration/spring-boot/pom.xml
+++ b/integration/spring-boot/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-integration</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>autoconfigure</module>
diff --git a/integration/spring-boot/starter-jaxrs/pom.xml b/integration/spring-boot/starter-jaxrs/pom.xml
index cd81758..4abac75 100644
--- a/integration/spring-boot/starter-jaxrs/pom.xml
+++ b/integration/spring-boot/starter-jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/integration/spring-boot/starter-jaxws/pom.xml b/integration/spring-boot/starter-jaxws/pom.xml
index ef749ac..2469e49 100644
--- a/integration/spring-boot/starter-jaxws/pom.xml
+++ b/integration/spring-boot/starter-jaxws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/integration/tracing/tracing-brave/pom.xml b/integration/tracing/tracing-brave/pom.xml
index 89b5c0a..12b1171 100644
--- a/integration/tracing/tracing-brave/pom.xml
+++ b/integration/tracing/tracing-brave/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/integration/tracing/tracing-opentracing/pom.xml b/integration/tracing/tracing-opentracing/pom.xml
index fe25b2d..fb11993 100644
--- a/integration/tracing/tracing-opentracing/pom.xml
+++ b/integration/tracing/tracing-opentracing/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
index 265a93a..7ec5413 100644
--- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>
diff --git a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
index b9edbdf..659e2a5 100644
--- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>
     <artifactId>cxf-jaxws-javafirst</artifactId>
-    <version>3.3.13-SNAPSHOT</version>
+    <version>3.3.13</version>
     <packaging>maven-archetype</packaging>
     <name>Apache CXF Archetype - Simple JAX-WS Java First</name>
     <description>Creates a project for developing a Web service starting from Java code</description>
diff --git a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
index 67c4c06..ee68073 100644
--- a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>
diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml
index a2ba1a4..3c01a13 100644
--- a/maven-plugins/archetypes/pom.xml
+++ b/maven-plugins/archetypes/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>cxf-jaxws-javafirst</module>
diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 7467bc7..0ac4df5 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.plugin.codegen</cxf.module.name>
diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml
index f8a0391..89f685a 100644
--- a/maven-plugins/corba/pom.xml
+++ b/maven-plugins/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.plugin.corbatools</cxf.module.name>
diff --git a/maven-plugins/java2swagger-plugin/pom.xml b/maven-plugins/java2swagger-plugin/pom.xml
index 79a71c1..841a3f4 100644
--- a/maven-plugins/java2swagger-plugin/pom.xml
+++ b/maven-plugins/java2swagger-plugin/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-java2swagger-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>3.3.13-SNAPSHOT</version>
+    <version>3.3.13</version>
     <name>Apache CXF Java2Swagger Maven2 Plugin</name>
     <description>Apache CXF Java2Swagger Maven2 Plugin</description>
     <url>https://cxf.apache.org</url>
@@ -30,7 +30,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>3.3.13-SNAPSHOT</version>
+      <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.plugin.java2swagger</cxf.module.name>
diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml
index e7f6f03..30ab813 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -22,7 +22,7 @@
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-java2wadl-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>3.3.13-SNAPSHOT</version>
+    <version>3.3.13</version>
     <name>Apache CXF Java2WADL Maven2 Plugin</name>
     <description>Apache CXF Java2WADL Maven2 Plugin</description>
     <url>https://cxf.apache.org</url>
@@ -31,7 +31,7 @@
     <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-maven-plugins</artifactId>
-      <version>3.3.13-SNAPSHOT</version>
+      <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.plugin.java2wadl</cxf.module.name>
diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml
index 4c5a05c..1e74f0c 100644
--- a/maven-plugins/java2ws-plugin/pom.xml
+++ b/maven-plugins/java2ws-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.plugin.java2ws</cxf.module.name>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index aa7f1a1..d3a719f 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../parent</relativePath>
     </parent>
     <modules>
diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml
index 75797a3..9b07231 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.plugin.wadl2java</cxf.module.name>
diff --git a/maven-plugins/wsdl-validator-plugin/pom.xml b/maven-plugins/wsdl-validator-plugin/pom.xml
index 26b1330..9e3243b 100644
--- a/maven-plugins/wsdl-validator-plugin/pom.xml
+++ b/maven-plugins/wsdl-validator-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-maven-plugins</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.plugin.wsdl.validator</cxf.module.name>
diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml
index b90516f..5a5fc76 100644
--- a/osgi/bundle/compatible/pom.xml
+++ b/osgi/bundle/compatible/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-bundle-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name>
diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml
index 9e5b9ae..3976806 100644
--- a/osgi/bundle/pom.xml
+++ b/osgi/bundle/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <properties>
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index be31eb8..c261810 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.osgi.itests</groupId>
diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml
index 91c7794..4c87b3c 100644
--- a/osgi/karaf/commands/pom.xml
+++ b/osgi/karaf/commands/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <artifactId>cxf-karaf-commands</artifactId>
     <packaging>bundle</packaging>
diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml
index 53369fd..09c01f2 100644
--- a/osgi/karaf/features/pom.xml
+++ b/osgi/karaf/features/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.karaf</groupId>
         <artifactId>karaf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <artifactId>apache-cxf</artifactId>
     <packaging>pom</packaging>
diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml
index 8d469e6..75436ce 100644
--- a/osgi/karaf/pom.xml
+++ b/osgi/karaf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.apache.cxf.karaf</groupId>
diff --git a/osgi/pom.xml b/osgi/pom.xml
index dea27e8..556f4fb 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>bundle</module>
diff --git a/osgi/repository/pom.xml b/osgi/repository/pom.xml
index d095c2c..73fb053 100644
--- a/osgi/repository/pom.xml
+++ b/osgi/repository/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.cxf</groupId>
 		<artifactId>cxf-parent</artifactId>
-		<version>3.3.13-SNAPSHOT</version>
+		<version>3.3.13</version>
 		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 	<artifactId>cxf-repository</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3732e61..457e1c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>cxf-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 07fd5ef..d2d58bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf</artifactId>
-    <version>3.3.13-SNAPSHOT</version>
+    <version>3.3.13</version>
     <name>Apache CXF</name>
     <description>Apache CXF is an open-source services framework that aids in 
     the development of services using front-end programming APIs, like JAX-WS 
@@ -32,7 +32,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/cxf.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>cxf-3.3.13</tag>
     </scm>
     <issueManagement>
         <system>jira</system>
diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml
index c74b027..dd98da4 100644
--- a/rt/bindings/coloc/pom.xml
+++ b/rt/bindings/coloc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml
index 60e0e9a..a9883d9 100644
--- a/rt/bindings/corba/pom.xml
+++ b/rt/bindings/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml
index aedc155..d117ba3 100644
--- a/rt/bindings/pom.xml
+++ b/rt/bindings/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
         <modules>
             <module>soap</module>
diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml
index a67f049..021828a 100644
--- a/rt/bindings/soap/pom.xml
+++ b/rt/bindings/soap/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml
index 454d20e..7945ae0 100644
--- a/rt/bindings/xml/pom.xml
+++ b/rt/bindings/xml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml
index a24ea07..7b6b07c 100644
--- a/rt/databinding/aegis/pom.xml
+++ b/rt/databinding/aegis/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml
index ab8909d..2923fd6 100644
--- a/rt/databinding/jaxb/pom.xml
+++ b/rt/databinding/jaxb/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/databinding/pom.xml b/rt/databinding/pom.xml
index 738208f..580306a 100644
--- a/rt/databinding/pom.xml
+++ b/rt/databinding/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>jaxb</module>
diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml
index ef6f5fa..c1dc7ef 100644
--- a/rt/features/clustering/pom.xml
+++ b/rt/features/clustering/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/features/logging/pom.xml b/rt/features/logging/pom.xml
index 646dd0d..6397b92 100644
--- a/rt/features/logging/pom.xml
+++ b/rt/features/logging/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-rt-features-logging</artifactId>
diff --git a/rt/features/metrics/pom.xml b/rt/features/metrics/pom.xml
index 2847571..621c636 100644
--- a/rt/features/metrics/pom.xml
+++ b/rt/features/metrics/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-rt-features-metrics</artifactId>
diff --git a/rt/features/pom.xml b/rt/features/pom.xml
index be92a99..ab25300 100644
--- a/rt/features/pom.xml
+++ b/rt/features/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>clustering</module>
diff --git a/rt/features/throttling/pom.xml b/rt/features/throttling/pom.xml
index 9394102..65f51d7 100644
--- a/rt/features/throttling/pom.xml
+++ b/rt/features/throttling/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-rt-features-throttling</artifactId>
diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml
index c2522c3..a4e6c6a 100644
--- a/rt/frontend/jaxrs/pom.xml
+++ b/rt/frontend/jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml
index bcc9298..4e62926 100644
--- a/rt/frontend/jaxws/pom.xml
+++ b/rt/frontend/jaxws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml
index 99058b1..b278544 100644
--- a/rt/frontend/js/pom.xml
+++ b/rt/frontend/js/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/frontend/pom.xml b/rt/frontend/pom.xml
index 6abf6ae..654069f 100644
--- a/rt/frontend/pom.xml
+++ b/rt/frontend/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>simple</module>
diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml
index 553f172..c57cefc 100644
--- a/rt/frontend/simple/pom.xml
+++ b/rt/frontend/simple/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml
index fccc25c..84fd531 100644
--- a/rt/javascript/javascript-rt/pom.xml
+++ b/rt/javascript/javascript-rt/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.js</cxf.module.name>
diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml
index a83f0cc..2ddb0c5 100644
--- a/rt/javascript/javascript-tests/pom.xml
+++ b/rt/javascript/javascript-tests/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-runtime-javascript</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <properties>
         <cxf.module.name>org.apache.cxf.js.tests</cxf.module.name>
diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml
index 1ee8a1a..0324482 100644
--- a/rt/javascript/pom.xml
+++ b/rt/javascript/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modules>
diff --git a/rt/management/pom.xml b/rt/management/pom.xml
index 42fec30..dbb67be 100644
--- a/rt/management/pom.xml
+++ b/rt/management/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/pom.xml b/rt/pom.xml
index e9c2e95..747812a 100644
--- a/rt/pom.xml
+++ b/rt/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>wsdl</module>
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index 5b53bf5..72e9592 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/description-common-openapi/pom.xml b/rt/rs/description-common-openapi/pom.xml
index 8103c61..7dfd389 100644
--- a/rt/rs/description-common-openapi/pom.xml
+++ b/rt/rs/description-common-openapi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/description-openapi-v3/pom.xml b/rt/rs/description-openapi-v3/pom.xml
index 01f6b31..69405e5 100644
--- a/rt/rs/description-openapi-v3/pom.xml
+++ b/rt/rs/description-openapi-v3/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/description-swagger-ui/pom.xml b/rt/rs/description-swagger-ui/pom.xml
index 2f17c56..2e64256 100644
--- a/rt/rs/description-swagger-ui/pom.xml
+++ b/rt/rs/description-swagger-ui/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/description-swagger/pom.xml b/rt/rs/description-swagger/pom.xml
index 59929ad..919fdc3 100644
--- a/rt/rs/description-swagger/pom.xml
+++ b/rt/rs/description-swagger/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/description/pom.xml b/rt/rs/description/pom.xml
index cacb1f2..e4a135f 100644
--- a/rt/rs/description/pom.xml
+++ b/rt/rs/description/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/json-basic/pom.xml b/rt/rs/extensions/json-basic/pom.xml
index 370d603..4b29218 100644
--- a/rt/rs/extensions/json-basic/pom.xml
+++ b/rt/rs/extensions/json-basic/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml
index 1939e72..6d801e4 100644
--- a/rt/rs/extensions/providers/pom.xml
+++ b/rt/rs/extensions/providers/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/reactivestreams/pom.xml b/rt/rs/extensions/reactivestreams/pom.xml
index 204c982..1c8c0b9 100644
--- a/rt/rs/extensions/reactivestreams/pom.xml
+++ b/rt/rs/extensions/reactivestreams/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/reactor/pom.xml b/rt/rs/extensions/reactor/pom.xml
index 97c705a..339bd1f 100644
--- a/rt/rs/extensions/reactor/pom.xml
+++ b/rt/rs/extensions/reactor/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/rx/pom.xml b/rt/rs/extensions/rx/pom.xml
index 501acdd..2ca35a5 100644
--- a/rt/rs/extensions/rx/pom.xml
+++ b/rt/rs/extensions/rx/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/rx2/pom.xml b/rt/rs/extensions/rx2/pom.xml
index 44fd004..06ccf7c 100644
--- a/rt/rs/extensions/rx2/pom.xml
+++ b/rt/rs/extensions/rx2/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/rx3/pom.xml b/rt/rs/extensions/rx3/pom.xml
index b8bc4b8..87e471c 100644
--- a/rt/rs/extensions/rx3/pom.xml
+++ b/rt/rs/extensions/rx3/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index b9ec4b2..edfbe33 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml
index e2ce931..b747401 100644
--- a/rt/rs/http-sci/pom.xml
+++ b/rt/rs/http-sci/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/microprofile-client/pom.xml b/rt/rs/microprofile-client/pom.xml
index 787a65d..9f52330 100644
--- a/rt/rs/microprofile-client/pom.xml
+++ b/rt/rs/microprofile-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/pom.xml b/rt/rs/pom.xml
index 245bc56..6d4781b 100644
--- a/rt/rs/pom.xml
+++ b/rt/rs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>client</module>
diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml
index cf2722c..bde8279 100644
--- a/rt/rs/security/cors/pom.xml
+++ b/rt/rs/security/cors/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/http-signature/pom.xml b/rt/rs/security/http-signature/pom.xml
index 91e3386..73b1fc5 100644
--- a/rt/rs/security/http-signature/pom.xml
+++ b/rt/rs/security/http-signature/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
index f0a3c2a..68c8e24 100644
--- a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
+++ b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/jose-parent/jose/pom.xml b/rt/rs/security/jose-parent/jose/pom.xml
index 380bc4e..be15fd6 100644
--- a/rt/rs/security/jose-parent/jose/pom.xml
+++ b/rt/rs/security/jose-parent/jose/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/jose-parent/pom.xml b/rt/rs/security/jose-parent/pom.xml
index e4c2d8b..e0a7d47 100644
--- a/rt/rs/security/jose-parent/pom.xml
+++ b/rt/rs/security/jose-parent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-security</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>jose</module>
diff --git a/rt/rs/security/oauth-parent/oauth/pom.xml b/rt/rs/security/oauth-parent/oauth/pom.xml
index e283b20..c15c0aa 100644
--- a/rt/rs/security/oauth-parent/oauth/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
index 6e28bf1..3092041 100644
--- a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index 91a93be..a50116d 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
     <groupId>org.apache.cxf</groupId>
-    <version>3.3.13-SNAPSHOT</version>
+    <version>3.3.13</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/rt/rs/security/oauth-parent/pom.xml b/rt/rs/security/oauth-parent/pom.xml
index 3bb65b2..b080ba6 100644
--- a/rt/rs/security/oauth-parent/pom.xml
+++ b/rt/rs/security/oauth-parent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/pom.xml b/rt/rs/security/pom.xml
index c6a2330..c593d99 100644
--- a/rt/rs/security/pom.xml
+++ b/rt/rs/security/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>xml</module>
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index 00bb50c..45bbe17 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cxf</groupId>
     <artifactId>cxf-parent</artifactId>
-    <version>3.3.13-SNAPSHOT</version>
+    <version>3.3.13</version>
     <relativePath>../../../../../parent/pom.xml</relativePath>
   </parent>
   <properties>
diff --git a/rt/rs/security/sso/saml/pom.xml b/rt/rs/security/sso/saml/pom.xml
index 176aba5..2ef2243 100644
--- a/rt/rs/security/sso/saml/pom.xml
+++ b/rt/rs/security/sso/saml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml
index b7cc002..b653faa 100644
--- a/rt/rs/security/xml/pom.xml
+++ b/rt/rs/security/xml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/rs/sse/pom.xml b/rt/rs/sse/pom.xml
index cb6652d..f60aaa6 100644
--- a/rt/rs/sse/pom.xml
+++ b/rt/rs/sse/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/security-saml/pom.xml b/rt/security-saml/pom.xml
index 5995cdf..50c1833 100644
--- a/rt/security-saml/pom.xml
+++ b/rt/security-saml/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/security/pom.xml b/rt/security/pom.xml
index b7c23e5..67c2478 100644
--- a/rt/security/pom.xml
+++ b/rt/security/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml
index 3fc1101..3255988 100644
--- a/rt/transports/http-hc/pom.xml
+++ b/rt/transports/http-hc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml
index 1cab501..88b2237 100644
--- a/rt/transports/http-jetty/pom.xml
+++ b/rt/transports/http-jetty/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/http-netty/netty-client/pom.xml b/rt/transports/http-netty/netty-client/pom.xml
index 5a06781..18b8be2 100644
--- a/rt/transports/http-netty/netty-client/pom.xml
+++ b/rt/transports/http-netty/netty-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/http-netty/netty-server/pom.xml b/rt/transports/http-netty/netty-server/pom.xml
index 0dcfc1b..75d5368 100644
--- a/rt/transports/http-netty/netty-server/pom.xml
+++ b/rt/transports/http-netty/netty-server/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/http-undertow/pom.xml b/rt/transports/http-undertow/pom.xml
index 351c14f..c53063f 100644
--- a/rt/transports/http-undertow/pom.xml
+++ b/rt/transports/http-undertow/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index 4af2049..7f93653 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index 54fcee1..782d192 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml
index 7c8a082..77b31bd 100644
--- a/rt/transports/local/pom.xml
+++ b/rt/transports/local/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/pom.xml b/rt/transports/pom.xml
index c87d8d5..a8567ef 100644
--- a/rt/transports/pom.xml
+++ b/rt/transports/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>local</module>
diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml
index 559d465..d4cec75 100644
--- a/rt/transports/udp/pom.xml
+++ b/rt/transports/udp/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml
index e50525f..e181416 100644
--- a/rt/transports/websocket/pom.xml
+++ b/rt/transports/websocket/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml
index cf03cf5..dae4160 100644
--- a/rt/ws/addr/pom.xml
+++ b/rt/ws/addr/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/ws/eventing/pom.xml b/rt/ws/eventing/pom.xml
index 0a9d605..6df97bf 100644
--- a/rt/ws/eventing/pom.xml
+++ b/rt/ws/eventing/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/ws/mex/pom.xml b/rt/ws/mex/pom.xml
index db22741..197b5dd 100644
--- a/rt/ws/mex/pom.xml
+++ b/rt/ws/mex/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml
index 424f02b..924ddbb 100644
--- a/rt/ws/policy/pom.xml
+++ b/rt/ws/policy/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/ws/pom.xml b/rt/ws/pom.xml
index 2ce4cf9..21a4fc3 100644
--- a/rt/ws/pom.xml
+++ b/rt/ws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>policy</module>
diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml
index 40cb7d0..5ffeab6 100644
--- a/rt/ws/rm/pom.xml
+++ b/rt/ws/rm/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml
index 253f13d..fba136f 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/rt/ws/transfer/pom.xml b/rt/ws/transfer/pom.xml
index 22921a6..0d8fdbe 100644
--- a/rt/ws/transfer/pom.xml
+++ b/rt/ws/transfer/pom.xml
@@ -9,7 +9,7 @@
   <parent>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-parent</artifactId>
-      <version>3.3.13-SNAPSHOT</version>
+      <version>3.3.13</version>
       <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml
index a1e18b9..698a5a9 100644
--- a/rt/wsdl/pom.xml
+++ b/rt/wsdl/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/pom.xml b/services/pom.xml
index d282e85..5b53328 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -28,7 +28,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
         <relativePath>../pom.xml</relativePath>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>sts</module>
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 01c44d7..93407e1 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>
diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml
index 4eba4a5..e0698cd 100644
--- a/services/sts/sts-core/pom.xml
+++ b/services/sts/sts-core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml
index 0df8990..f532014 100644
--- a/services/sts/systests/advanced/pom.xml
+++ b/services/sts/systests/advanced/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml
index bd4c226..1315710 100644
--- a/services/sts/systests/basic/pom.xml
+++ b/services/sts/systests/basic/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml
index 16034f0..c2c694b 100644
--- a/services/sts/systests/pom.xml
+++ b/services/sts/systests/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services.sts</groupId>
         <artifactId>cxf-services-sts</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>basic</module>
diff --git a/services/sts/systests/sts-features/pom.xml b/services/sts/systests/sts-features/pom.xml
index 4a73ad4..6b45af8 100644
--- a/services/sts/systests/sts-features/pom.xml
+++ b/services/sts/systests/sts-features/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <build>
diff --git a/services/sts/systests/sts-itests/pom.xml b/services/sts/systests/sts-itests/pom.xml
index 524bcab..7c116a6 100644
--- a/services/sts/systests/sts-itests/pom.xml
+++ b/services/sts/systests/sts-itests/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/services/sts/systests/sts-osgi/pom.xml b/services/sts/systests/sts-osgi/pom.xml
index 656e45b..446a3e9 100644
--- a/services/sts/systests/sts-osgi/pom.xml
+++ b/services/sts/systests/sts-osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/services/ws-discovery/pom.xml b/services/ws-discovery/pom.xml
index 2e2a7b0..567a5e4 100644
--- a/services/ws-discovery/pom.xml
+++ b/services/ws-discovery/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>
diff --git a/services/ws-discovery/ws-discovery-api/pom.xml b/services/ws-discovery/ws-discovery-api/pom.xml
index d14ef52..272a424 100644
--- a/services/ws-discovery/ws-discovery-api/pom.xml
+++ b/services/ws-discovery/ws-discovery-api/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/ws-discovery/ws-discovery-service/pom.xml b/services/ws-discovery/ws-discovery-service/pom.xml
index 097c673..6cd7c05 100644
--- a/services/ws-discovery/ws-discovery-service/pom.xml
+++ b/services/ws-discovery/ws-discovery-service/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/wsn/pom.xml b/services/wsn/pom.xml
index 4ad0b72..bdbf666 100644
--- a/services/wsn/pom.xml
+++ b/services/wsn/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>
diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml
index ab0e26f..ad1b28f 100644
--- a/services/wsn/wsn-api/pom.xml
+++ b/services/wsn/wsn-api/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml
index 6d2c067..bcf8a66 100644
--- a/services/wsn/wsn-core/pom.xml
+++ b/services/wsn/wsn-core/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml
index d0bdec4..ce645d3 100644
--- a/services/wsn/wsn-osgi/pom.xml
+++ b/services/wsn/wsn-osgi/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/pom.xml b/services/xkms/pom.xml
index 77db9ad..17213a1 100644
--- a/services/xkms/pom.xml
+++ b/services/xkms/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf.services</groupId>
         <artifactId>cxf-services</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>
diff --git a/services/xkms/xkms-client/pom.xml b/services/xkms/xkms-client/pom.xml
index f506ca2..b177c7a 100644
--- a/services/xkms/xkms-client/pom.xml
+++ b/services/xkms/xkms-client/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/xkms-common/pom.xml b/services/xkms/xkms-common/pom.xml
index 782560c..4bb8de1 100644
--- a/services/xkms/xkms-common/pom.xml
+++ b/services/xkms/xkms-common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/xkms-features/pom.xml b/services/xkms/xkms-features/pom.xml
index 4917d7d..8796f31 100644
--- a/services/xkms/xkms-features/pom.xml
+++ b/services/xkms/xkms-features/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/xkms-itests/pom.xml b/services/xkms/xkms-itests/pom.xml
index c014534..d9e8044 100644
--- a/services/xkms/xkms-itests/pom.xml
+++ b/services/xkms/xkms-itests/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/xkms-osgi/pom.xml b/services/xkms/xkms-osgi/pom.xml
index f6aa49c..980cdab 100644
--- a/services/xkms/xkms-osgi/pom.xml
+++ b/services/xkms/xkms-osgi/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/xkms-service/pom.xml b/services/xkms/xkms-service/pom.xml
index e4e27b8..8ce3e82 100644
--- a/services/xkms/xkms-service/pom.xml
+++ b/services/xkms/xkms-service/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/xkms-war/pom.xml b/services/xkms/xkms-war/pom.xml
index 1664991..f83bdd3 100644
--- a/services/xkms/xkms-war/pom.xml
+++ b/services/xkms/xkms-war/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <dependencies>
diff --git a/services/xkms/xkms-x509-handlers/pom.xml b/services/xkms/xkms-x509-handlers/pom.xml
index a8fb6a9..3a6872e 100644
--- a/services/xkms/xkms-x509-handlers/pom.xml
+++ b/services/xkms/xkms-x509-handlers/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/services/xkms/xkms-x509-repo-ldap/pom.xml b/services/xkms/xkms-x509-repo-ldap/pom.xml
index eed08cf..e332205 100644
--- a/services/xkms/xkms-x509-repo-ldap/pom.xml
+++ b/services/xkms/xkms-x509-repo-ldap/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.services.xkms</groupId>
diff --git a/systests/cdi/base/pom.xml b/systests/cdi/base/pom.xml
index 65366f6..f1df986 100644
--- a/systests/cdi/base/pom.xml
+++ b/systests/cdi/base/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cxf-systests-cdi</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml b/systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml
index 3d50a4d9..b8d33cc 100644
--- a/systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml
+++ b/systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi-owb</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml b/systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml
index 86fe3fc..4644e65 100644
--- a/systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml
+++ b/systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml
@@ -22,7 +22,7 @@
         <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi-owb</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml b/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml
index b95660a..09f2a2f 100644
--- a/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml
+++ b/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi-owb</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/cdi-owb/pom.xml b/systests/cdi/cdi-owb/pom.xml
index 54ac33c..f8c922a 100644
--- a/systests/cdi/cdi-owb/pom.xml
+++ b/systests/cdi/cdi-owb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml b/systests/cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml
index fb33f20..3661098 100644
--- a/systests/cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml
+++ b/systests/cdi/cdi-weld/cdi-multiple-apps-weld/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi-weld</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml b/systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml
index 4a982bd..20a14ad 100644
--- a/systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml
+++ b/systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi-weld</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml b/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml
index dd4bffa..121738c 100644
--- a/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml
+++ b/systests/cdi/cdi-weld/cdi-producers-weld/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi-weld</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/cdi-weld/pom.xml b/systests/cdi/cdi-weld/pom.xml
index b49a750..3c55580 100644
--- a/systests/cdi/cdi-weld/pom.xml
+++ b/systests/cdi/cdi-weld/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-cdi</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index 5fec1bb..fe4f173 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/container-integration/grizzly/pom.xml b/systests/container-integration/grizzly/pom.xml
index a7ec59b..15a9297 100644
--- a/systests/container-integration/grizzly/pom.xml
+++ b/systests/container-integration/grizzly/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>cxf-systests-ci-grizzly</artifactId>
diff --git a/systests/container-integration/pom.xml b/systests/container-integration/pom.xml
index e796308..a40d40a 100644
--- a/systests/container-integration/pom.xml
+++ b/systests/container-integration/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/container-integration/webapp/pom.xml b/systests/container-integration/webapp/pom.xml
index 51abd34..1bdae03 100644
--- a/systests/container-integration/webapp/pom.xml
+++ b/systests/container-integration/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-container-integration</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>cxf-systests-ci-webapp</artifactId>
diff --git a/systests/databinding/pom.xml b/systests/databinding/pom.xml
index 222c5b4..214e0f9 100644
--- a/systests/databinding/pom.xml
+++ b/systests/databinding/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index c0a7bc6..86be550 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index 3907493..9895960 100644
--- a/systests/jaxws/pom.xml
+++ b/systests/jaxws/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index f40dc8b..a52f92c 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/ldap/pom.xml b/systests/ldap/pom.xml
index 0614b7f..8492dba 100644
--- a/systests/ldap/pom.xml
+++ b/systests/ldap/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/microprofile/client/async/pom.xml b/systests/microprofile/client/async/pom.xml
index e90a3f4..f2c81cf 100644
--- a/systests/microprofile/client/async/pom.xml
+++ b/systests/microprofile/client/async/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-microprofile-tck</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/microprofile/client/jaxrs/pom.xml b/systests/microprofile/client/jaxrs/pom.xml
index 12746e3..6de3927 100644
--- a/systests/microprofile/client/jaxrs/pom.xml
+++ b/systests/microprofile/client/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-microprofile-tck</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/microprofile/client/nocdi/pom.xml b/systests/microprofile/client/nocdi/pom.xml
index 994198f..3bd051f 100644
--- a/systests/microprofile/client/nocdi/pom.xml
+++ b/systests/microprofile/client/nocdi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-microprofile-tck</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/microprofile/client/tracing/pom.xml b/systests/microprofile/client/tracing/pom.xml
index 6d163f3..af0ca81 100644
--- a/systests/microprofile/client/tracing/pom.xml
+++ b/systests/microprofile/client/tracing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-microprofile-tck</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml
index 2a1a58a..c7ae428 100644
--- a/systests/microprofile/client/weld/pom.xml
+++ b/systests/microprofile/client/weld/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>cxf-microprofile-tck</artifactId>
         <groupId>org.apache.cxf.systests</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index 9827a13..1f09288 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/pom.xml b/systests/pom.xml
index 2d4c738..8c8d399 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>container-integration</module>
diff --git a/systests/rs-http-sci/pom.xml b/systests/rs-http-sci/pom.xml
index d528091..11d6521 100644
--- a/systests/rs-http-sci/pom.xml
+++ b/systests/rs-http-sci/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml
index 616757d..e6f222e 100644
--- a/systests/rs-security/pom.xml
+++ b/systests/rs-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/rs-sse/pom.xml b/systests/rs-sse/pom.xml
index 60cce79..bbd179c 100644
--- a/systests/rs-sse/pom.xml
+++ b/systests/rs-sse/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/rs-sse/rs-sse-base/pom.xml b/systests/rs-sse/rs-sse-base/pom.xml
index c1a6007..72391bd 100644
--- a/systests/rs-sse/rs-sse-base/pom.xml
+++ b/systests/rs-sse/rs-sse-base/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-rs-sse</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/rs-sse/rs-sse-jetty/pom.xml b/systests/rs-sse/rs-sse-jetty/pom.xml
index 9e0f8da..cc744b5 100644
--- a/systests/rs-sse/rs-sse-jetty/pom.xml
+++ b/systests/rs-sse/rs-sse-jetty/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-rs-sse</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/rs-sse/rs-sse-tomcat/pom.xml b/systests/rs-sse/rs-sse-tomcat/pom.xml
index ec9055f..44567d8 100644
--- a/systests/rs-sse/rs-sse-tomcat/pom.xml
+++ b/systests/rs-sse/rs-sse-tomcat/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-rs-sse</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/rs-sse/rs-sse-undertow/pom.xml b/systests/rs-sse/rs-sse-undertow/pom.xml
index 5dfea9d..989cd15 100644
--- a/systests/rs-sse/rs-sse-undertow/pom.xml
+++ b/systests/rs-sse/rs-sse-undertow/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests-rs-sse</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/spring-boot/pom.xml b/systests/spring-boot/pom.xml
index d239fc8..d451374 100644
--- a/systests/spring-boot/pom.xml
+++ b/systests/spring-boot/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/tracing/pom.xml b/systests/tracing/pom.xml
index d5d0ae0..f465859 100644
--- a/systests/tracing/pom.xml
+++ b/systests/tracing/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml
index 476f40b..fb27ce3 100644
--- a/systests/transport-jms/pom.xml
+++ b/systests/transport-jms/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/transport-undertow/pom.xml b/systests/transport-undertow/pom.xml
index 9c5cc30..70a309b 100644
--- a/systests/transport-undertow/pom.xml
+++ b/systests/transport-undertow/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/transports-ssl3/pom.xml b/systests/transports-ssl3/pom.xml
index ccda171..8a6c89a 100644
--- a/systests/transports-ssl3/pom.xml
+++ b/systests/transports-ssl3/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 55b5718..3de6846 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 4e986ba..c169b9c 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/ws-rm/pom.xml b/systests/ws-rm/pom.xml
index 9bc0e10..fa93654 100644
--- a/systests/ws-rm/pom.xml
+++ b/systests/ws-rm/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/ws-security-examples/pom.xml b/systests/ws-security-examples/pom.xml
index 7430b3a..d6a1aa0 100644
--- a/systests/ws-security-examples/pom.xml
+++ b/systests/ws-security-examples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/ws-security/pom.xml b/systests/ws-security/pom.xml
index f7d4eeb..d6ac060 100644
--- a/systests/ws-security/pom.xml
+++ b/systests/ws-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/ws-specs/pom.xml b/systests/ws-specs/pom.xml
index b40fe27..f44f848 100644
--- a/systests/ws-specs/pom.xml
+++ b/systests/ws-specs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/systests/ws-transfer/pom.xml b/systests/ws-transfer/pom.xml
index 6fce34e..06dda24 100644
--- a/systests/ws-transfer/pom.xml
+++ b/systests/ws-transfer/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>cxf-parent</artifactId>
         <groupId>org.apache.cxf</groupId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/systests/wsdl_maven/codegen/pom.xml b/systests/wsdl_maven/codegen/pom.xml
index f9224f5..8a9f9fd 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/systests/wsdl_maven/java2ws/pom.xml b/systests/wsdl_maven/java2ws/pom.xml
index 6a9798b..b53bff1 100644
--- a/systests/wsdl_maven/java2ws/pom.xml
+++ b/systests/wsdl_maven/java2ws/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     
diff --git a/systests/wsdl_maven/pom.xml b/systests/wsdl_maven/pom.xml
index f30043f..5383123 100644
--- a/systests/wsdl_maven/pom.xml
+++ b/systests/wsdl_maven/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.systests</groupId>
         <artifactId>cxf-systests</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>codegen</module>
diff --git a/testutils/pom.xml b/testutils/pom.xml
index e6c45bc..521514f 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/common/pom.xml b/tools/common/pom.xml
index d3c75f2..1cee576 100644
--- a/tools/common/pom.xml
+++ b/tools/common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/corba/pom.xml b/tools/corba/pom.xml
index 2ea23b1..988c686 100644
--- a/tools/corba/pom.xml
+++ b/tools/corba/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/javato/pom.xml b/tools/javato/pom.xml
index ad6ce95..a949699 100644
--- a/tools/javato/pom.xml
+++ b/tools/javato/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>ws</module>
diff --git a/tools/javato/ws/pom.xml b/tools/javato/ws/pom.xml
index b86d3b4..c856ae6 100644
--- a/tools/javato/ws/pom.xml
+++ b/tools/javato/ws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/pom.xml b/tools/pom.xml
index 51c94da..04f3b67 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>common</module>
diff --git a/tools/validator/pom.xml b/tools/validator/pom.xml
index a031b4c..779b3c5 100644
--- a/tools/validator/pom.xml
+++ b/tools/validator/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/wadlto/jaxrs/pom.xml b/tools/wadlto/jaxrs/pom.xml
index a845fba..ef0c079 100644
--- a/tools/wadlto/jaxrs/pom.xml
+++ b/tools/wadlto/jaxrs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/wadlto/pom.xml b/tools/wadlto/pom.xml
index 8cc4fc6..d601796 100644
--- a/tools/wadlto/pom.xml
+++ b/tools/wadlto/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>jaxrs</module>
diff --git a/tools/wsdlto/core/pom.xml b/tools/wsdlto/core/pom.xml
index 3fb9f37..0e2612f 100644
--- a/tools/wsdlto/core/pom.xml
+++ b/tools/wsdlto/core/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/wsdlto/databinding/jaxb/pom.xml b/tools/wsdlto/databinding/jaxb/pom.xml
index bcae6f7..bf22c21 100644
--- a/tools/wsdlto/databinding/jaxb/pom.xml
+++ b/tools/wsdlto/databinding/jaxb/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/wsdlto/frontend/javascript/pom.xml b/tools/wsdlto/frontend/javascript/pom.xml
index a50ca9d..6b9232a 100644
--- a/tools/wsdlto/frontend/javascript/pom.xml
+++ b/tools/wsdlto/frontend/javascript/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/wsdlto/frontend/jaxws/pom.xml b/tools/wsdlto/frontend/jaxws/pom.xml
index b794f31..653eea8 100644
--- a/tools/wsdlto/frontend/jaxws/pom.xml
+++ b/tools/wsdlto/frontend/jaxws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/wsdlto/misc/pom.xml b/tools/wsdlto/misc/pom.xml
index 7285e18..1306774 100644
--- a/tools/wsdlto/misc/pom.xml
+++ b/tools/wsdlto/misc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/tools/wsdlto/pom.xml b/tools/wsdlto/pom.xml
index e1c30d7..b17673e 100644
--- a/tools/wsdlto/pom.xml
+++ b/tools/wsdlto/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-tools</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
     </parent>
     <modules>
         <module>core</module>
diff --git a/tools/wsdlto/test/pom.xml b/tools/wsdlto/test/pom.xml
index b0683ea..b817f5d 100644
--- a/tools/wsdlto/test/pom.xml
+++ b/tools/wsdlto/test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.3.13-SNAPSHOT</version>
+        <version>3.3.13</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <properties>

[cxf] 05/15: CXF-8641 NPE on NamePasswordCallbackHandler

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit a23de15d4472812520d400d8ef733570fa23e285
Author: Jan Filipski <Ja...@warta.pl>
AuthorDate: Tue Jan 18 11:24:32 2022 +0100

    CXF-8641
    NPE on NamePasswordCallbackHandler
    
    (cherry picked from commit b4f45e7ece7d5f6bdda6df6284decbccc00817af)
    (cherry picked from commit 299a294adbeb413f76edc0686c00df0096f00085)
    (cherry picked from commit 098c80771d9dccac074084995fcbd92921b04f2f)
---
 .../security/NameDigestPasswordCallbackHandler.java           |  2 +-
 .../cxf/interceptor/security/NamePasswordCallbackHandler.java |  4 ++--
 .../interceptor/security/NamePasswordCallbackHandlerTest.java | 11 +++++++++++
 .../servlet/servicelist/ServiceListJAASAuthenticator.java     |  5 +++--
 4 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/core/src/main/java/org/apache/cxf/interceptor/security/NameDigestPasswordCallbackHandler.java b/core/src/main/java/org/apache/cxf/interceptor/security/NameDigestPasswordCallbackHandler.java
index a8e242d..97e0563 100644
--- a/core/src/main/java/org/apache/cxf/interceptor/security/NameDigestPasswordCallbackHandler.java
+++ b/core/src/main/java/org/apache/cxf/interceptor/security/NameDigestPasswordCallbackHandler.java
@@ -72,7 +72,7 @@ public class NameDigestPasswordCallbackHandler implements CallbackHandler {
                 ((NameCallback) callback).setName(username);
             } else if (callback instanceof PasswordCallback) {
                 PasswordCallback pwCallback = (PasswordCallback) callback;
-                pwCallback.setPassword(password.toCharArray());
+                pwCallback.setPassword(password == null ? null : password.toCharArray());
             } else if (!invokePasswordCallback(callback)) {
                 org.apache.cxf.common.i18n.Message errorMsg =
                     new org.apache.cxf.common.i18n.Message("UNSUPPORTED_CALLBACK_TYPE",
diff --git a/core/src/main/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandler.java b/core/src/main/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandler.java
index a5c7e81..c66bc72 100644
--- a/core/src/main/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandler.java
+++ b/core/src/main/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandler.java
@@ -64,7 +64,7 @@ public class NamePasswordCallbackHandler implements CallbackHandler {
                 ((NameCallback) callback).setName(username);
             } else if (callback instanceof PasswordCallback) {
                 PasswordCallback pwCallback = (PasswordCallback) callback;
-                pwCallback.setPassword(password.toCharArray());
+                pwCallback.setPassword(password == null ? null : password.toCharArray());
             } else if (!invokePasswordCallback(callback)) {
                 org.apache.cxf.common.i18n.Message errorMsg =
                     new org.apache.cxf.common.i18n.Message("UNSUPPORTED_CALLBACK_TYPE",
@@ -83,7 +83,7 @@ public class NamePasswordCallbackHandler implements CallbackHandler {
     /*
      * This method is called from the handle(Callback[]) method when the specified callback
      * did not match any of the known callback classes. It looks for the callback method
-     * having the specified method name with one of the suppported parameter types.
+     * having the specified method name with one of the supported parameter types.
      * If found, it invokes the callback method on the object and returns true.
      * If not, it returns false.
      */
diff --git a/core/src/test/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandlerTest.java b/core/src/test/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandlerTest.java
index ab21a15..047cab4 100755
--- a/core/src/test/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandlerTest.java
+++ b/core/src/test/java/org/apache/cxf/interceptor/security/NamePasswordCallbackHandlerTest.java
@@ -26,6 +26,7 @@ import javax.security.auth.callback.PasswordCallback;
 import org.junit.Test;
 
 import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertTrue;
 
 /**
@@ -75,6 +76,16 @@ public class NamePasswordCallbackHandlerTest {
         assertEquals("dog", new String(((CharArrayCallback)callbacks[1]).getValue()));
     }
 
+    @Test
+    public void testHandleCallbackNullPassword() throws Exception {
+        NamePasswordCallbackHandler handler = new NamePasswordCallbackHandler("Barry", null);
+        Callback[] callbacks =
+            new Callback[]{new NameCallback("name"), new PasswordCallback("password", false)};
+        handler.handle(callbacks);
+        assertEquals("Barry", ((NameCallback)callbacks[0]).getName());
+        assertNull(((PasswordCallback)callbacks[1]).getPassword());
+    }
+
     static class ObjectCallback implements Callback {
         private Object obj;
 
diff --git a/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/servicelist/ServiceListJAASAuthenticator.java b/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/servicelist/ServiceListJAASAuthenticator.java
index 075be00..7c20022 100644
--- a/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/servicelist/ServiceListJAASAuthenticator.java
+++ b/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/servicelist/ServiceListJAASAuthenticator.java
@@ -72,12 +72,13 @@ public class ServiceListJAASAuthenticator {
         try {
             Subject subject = new Subject();
             LoginContext loginContext = new LoginContext(realm, subject, new CallbackHandler() {
-                public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException {
+                public void handle(Callback[] callbacks) throws UnsupportedCallbackException {
                     for (int i = 0; i < callbacks.length; i++) {
                         if (callbacks[i] instanceof NameCallback) {
                             ((NameCallback)callbacks[i]).setName(username);
                         } else if (callbacks[i] instanceof PasswordCallback) {
-                            ((PasswordCallback)callbacks[i]).setPassword(password.toCharArray());
+                            ((PasswordCallback)callbacks[i]).setPassword(
+                                password == null ? null : password.toCharArray());
                         } else {
                             throw new UnsupportedCallbackException(callbacks[i]);
                         }

[cxf] 03/15: Updating Tika to 1.28

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit c899149913b0fb6a9c649425400826f226ea6171
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Dec 28 10:17:49 2021 +0000

    Updating Tika to 1.28
    
    (cherry picked from commit 33fbbc38452f5c2ab56fb9f0c49755a7b9ea69b0)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    #	parent/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 8b4623c..46c6408 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -35,7 +35,7 @@
         <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
-        <cxf.tika.version>1.27</cxf.tika.version>
+        <cxf.tika.version>1.28</cxf.tika.version>
         <cxf.tomcat.version>8.5.71</cxf.tomcat.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index eeae4b5..f1b9bb7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -205,7 +205,7 @@
         <cxf.swagger.v3.version>2.0.10</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.5.24</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>
-        <cxf.tika.version>1.27</cxf.tika.version>
+        <cxf.tika.version>1.28</cxf.tika.version>
         <cxf.tomcat.version>8.5.71</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.7</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>

[cxf] 04/15: Update Netty to 4.1.73.Final

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e069c53614d97b26c9f1430d4dc28fa6db537c97
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jan 12 17:30:13 2022 -0500

    Update Netty to 4.1.73.Final
    
    (cherry picked from commit 5b6528fab4e004a8fb9a7a19c4af41f12367d807)
    (cherry picked from commit d16d7d6e3634bc0b420c812f7e0fe50145604933)
    (cherry picked from commit 6f2e26db0e889232f1332001812687a0b9faaa48)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 1 +
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 46c6408..084df01 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -33,6 +33,7 @@
         <spring.boot.version>2.1.18.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
+        <cxf.netty.version>4.1.73.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
         <cxf.tika.version>1.28</cxf.tika.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index f1b9bb7..bf84888 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -169,7 +169,7 @@
         <cxf.msv.version>2013.6.1</cxf.msv.version>
         <cxf.neethi.version>3.1.1</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>
-        <cxf.netty.version>4.1.72.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.73.Final</cxf.netty.version>
         <cxf.netty.tcnative.version>2.0.46.Final</cxf.netty.tcnative.version>
         <cxf.oauth.version>20100527</cxf.oauth.version>
         <cxf.olingo.version>2.0.11</cxf.olingo.version>

[cxf] 02/15: Update Slf4j to 1.7.32

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit c7843e68e00cc8187e26ac4400027ad25bd4f5ab
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Dec 24 13:06:30 2021 -0500

    Update Slf4j to 1.7.32
    
    (cherry picked from commit 32561c12ed2676a07b76c730bc4ef50f542b48bc)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 11376f53..eeae4b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -191,7 +191,7 @@
         <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>javax.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>3.1.0</cxf.servlet-api.version>
-        <cxf.slf4j.version>1.7.30</cxf.slf4j.version>
+        <cxf.slf4j.version>1.7.32</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.1.18.RELEASE</cxf.spring.boot.version>

[cxf] 01/15: Update Logback to 1.2.10

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit df74f634767d460cb85ef23b3eeb0eb286b1ff47
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Dec 24 13:03:11 2021 -0500

    Update Logback to 1.2.10
    
    (cherry picked from commit 3a3a9fc853b51cfb6d3564942eb86013f54726f8)
    (cherry picked from commit c741a057830f5a661ad51869b11704253a272a89)
    (cherry picked from commit 6e86a6b33778317cf1c7cd82c0b6539bb35298f1)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d8812d9..11376f53 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -158,7 +158,7 @@
         <cxf.kerby.version>2.0.1</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
         <cxf.log4j.version>1.2.17</cxf.log4j.version>
-        <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>
+        <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
         <cxf.lucene.version>4.9.1</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
         <cxf.micrometer.version>1.1.19</cxf.micrometer.version>

[cxf] 06/15: Updating Xerces to 2.12.2

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e574ae5d64c6fb2184202c4ea98634297ffc1d8e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 31 16:54:22 2022 +0000

    Updating Xerces to 2.12.2
    
    (cherry picked from commit 71e7c2bbea6fd1f6e3451673af939f5e910b91bc)
    (cherry picked from commit dff93aa931d7c4d671c458f63f450c0a4d5fea3f)
    
    # Conflicts:
    #	parent/pom.xml
    (cherry picked from commit a76b2d91a8cbad94abfaa60572b17d65e4173c82)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bf84888..8bb298e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -222,7 +222,7 @@
         <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
         <cxf.wss4j.version>2.2.7</cxf.wss4j.version>
         <cxf.xalan.version>2.7.2</cxf.xalan.version>
-        <cxf.xerces.version>2.12.0</cxf.xerces.version>
+        <cxf.xerces.version>2.12.2</cxf.xerces.version>
         <cxf.xmlschema.version>2.2.5</cxf.xmlschema.version>
         <cxf.zest.version>2.1</cxf.zest.version>
 

[cxf] 13/15: Recording .gitmergeinfo Changes

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 142e87d5f93f04915587869669ff128306225cb3
Author: Daniel Kulp <da...@kulp.com>
AuthorDate: Thu Feb 24 12:45:42 2022 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 91 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 12455a0..e4460cb 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -5,9 +5,11 @@ B 00a83132af1d549508159d503aa6b171c8607341
 B 00aac546bc3288a39edaca94f921737cdcd6653a
 B 00f9a5fcf9ccfa1212b84ff0a83392a96b29836a
 B 01106a1171fd53c5077cbae74143e1421977d91e
+B 013015c02b040ffcb00dec7a392bf0799fbf2b12
 B 02186aebad9329afdcd5fcfcb74d5174f4e8d738
 B 024a38fcf44937d5174f54e4770069e8257f77b1
 B 02782356b3b2d0a8bc321667851a0f441784fb9a
+B 028c3a6bdfc3b14f60b853d140f9b8d006fa3f81
 B 0298be286acb8e61047ecfd8c31171524a4b6728
 B 0324d36ec2ae9f614b32499809b17926f22a36e0
 B 046443fa88aa8883258b04e5763d0e38996c8d93
@@ -22,7 +24,10 @@ B 08410191bfd0133deaafa81138b74460defbd8ca
 B 0919568ba259baba9c7cfd3823516d880644804c
 B 092263e8fc0ba09ae7acb1d53482c51a6d341a8b
 B 0a13eff8c2a6326dced9d9b67c421504e79783b0
+B 0a5cd2f5cd9a937f3fb3a1517ab3003c55c01128
 B 0a961b125c0f81fc8d130ad99cc2c986e0dcdfb0
+B 0ab74d9acbd10f315a7248efa77535ef299964a1
+B 0ad84b5283109eaa4999970b15baa891bfef8695
 B 0af6ac03b35075a5729023ab3b15c8daf1a55347
 B 0b0ac33200a39d567a522588bfe67a9321d49733
 B 0b1c413071a7c4c933667d6ab21e2bb51252163c
@@ -41,8 +46,10 @@ B 0f30442f3acb82e9936d4b486e07f5c341c142d2
 B 0fd2f4c5d273aab2aedcf7d432cc167a2e174376
 B 1020075ce40afe3b2b4d8e3caaef280e1d78b207
 B 1035dd72a3f2c53d276f5d557a72b3fb3daf1342
+B 1061676c9b81461d82ce890b0178fa9f9432de05
 B 108fdf84a8e3cc5374f053214ad86f17fcb42998
 B 10ef461c261a9242025b1369556f5368711435d7
+B 10fb7732f02e1116366c2e495971a8a3e7844aad
 B 119b68779316174145b168fc538f1747e06a51ee
 B 11de1e0dfff9a8f9b157e23983c8e25f8503f868
 B 1220bc9ed1a7b93ded065b0b8f19b704d7d06e1a
@@ -55,6 +62,7 @@ B 12b80dcd143a56a0d4ee33e22633a4f0a435216e
 B 12e20a5147f57dde28c1cfb08acbf1ccd8ba3402
 B 132a28c581dae7866c6e800d586d8b5d7fabff2c
 B 13459f1f5a935e498c36b93b8b70e8b3c1a6180e
+B 138cb28c172e6c2abb04cf5da28d2e12a96f2d93
 B 13a6bf1ca7efdd4b1f0816aabd935dfac7f5689f
 B 1448dd059193dac0a975520707ae98b1fe3a7e18
 B 147d415632809aa68a6a9afd3198b8467f5629b2
@@ -94,7 +102,9 @@ B 1e3eb7b3edf841d00a284d891b3cee76b64f4b89
 B 1ea897a6e322a434c04ede380517b9b1057b5a5d
 B 1eeb3913156c4747ae1c9b5bd768cb6002e98d86
 B 1efdffb512580ec229e498cd785e83b5bdc69dc5
+B 1f61d0cbaa45a48dffcd5f1554e434657d76bd30
 B 1f7143e9ea4812dd466059f7c04407170e505695
+B 1f768b0f19195591a85e7d76db71bce4f4ba2918
 B 1fb0d016859fa11d34d051e119fa830b494fd1d8
 B 1fd2ea9cd7975bf770a132687233c973debdf18b
 B 20f83473e497a587b4c35ed47f5cdbbf36183477
@@ -103,6 +113,8 @@ B 214e375e1a3771ece687294c4313da0641bea99b
 B 218fec091a7626adc6dba9e25454c2b080576ea6
 B 21a297f885b486022705065001f418d28263a516
 B 221223da61d1b7ba3dce3b1d73db84ba646c3629
+B 2240753b974c62311802f35e84c495847d4cf4d1
+B 22482187238ea33732e680df4934a28d07d583b3
 B 22b225fbad422134b7ea14e6b20693bbfcc0a2e9
 B 22df51a8d75e3807e4765efd89cb5e5b76b3ef7e
 B 23e18bb6dfbe081027609c8d5efcb296eefcdb3b
@@ -131,6 +143,7 @@ B 29603389cb1cfc045b1be61fe2c5e01df59549fe
 B 2ab877784791d5365f89bdc89a1bbb90200550fe
 B 2ad573058cc7e85c089a84b0d9eb310e991528bb
 B 2b03e6b82c90839f447f3531f0a573a08652e13b
+B 2ba5d5a40d8a499f9b5d920c92e68a425b944b96
 B 2bd5324d6d09e35345af4013bb5f4f07113b03d2
 B 2cff3ce96abb43a5171d047984a47a37c1c2ea68
 B 2d065f32c8aae68b4af8f99f098caab1541b1b5c
@@ -144,8 +157,10 @@ B 2f47c807b37758e10fb2d6c7746fd3f40451b566
 B 2f4a36ea8ab2c23b8ccfd9522a948b5aca3fe39c
 B 2f51b38911a24061bcb816af9a427466269f72d5
 B 2ff8c81f9f4a2f8b62f449f3241ea26dabba6a50
+B 305aa81518e073159089f139431054346d442d68
 B 30ccec8572016e266b3ab2d134e90828ece79f85
 B 314b148a9b6e80d743d92cad4d56991623386980
+B 3172f023da6bddac37d157dd204b089c4d47e43e
 B 320534fa741aa00834c1d35a46efd3eedeb7229a
 B 324e838b6faf233f9d0c5b2ad618cbe92c39bbcf
 B 331342782e654235803406a5d80cd38f7a88a2b9
@@ -153,6 +168,7 @@ B 3332e7438116940c7d7db3467c02e072ecdff826
 B 33467ce1b0a3730c1a73f3e6d28687dab9cf3a22
 B 3379747b84c383b18ca73115f50ac086c6f71e59
 B 3436215413082598adb4353489fce4754854b516
+B 348fbc185ca6b82800ffc6d57a331b700cc818fa
 B 35b236399f20273c721d3d9530a265f35bf22d08
 B 35de9c3e5ac1eceae28525d04431bbafc6331522
 B 363ed8a608b635323d7f903b7301073f90318890
@@ -162,11 +178,14 @@ B 3725d3379c214051b0d073b24b74dafb383d092c
 B 378af94b087e1e8af1689a5a071e7b79bb87a705
 B 3886940ff54ca85aa989296b0c11f4941ccc5faa
 B 38ab3d3e64b7b0934e276dab92c00687854dfd29
+B 38ae4c3554cca7f40e9112475e719403bf7ccc7b
+B 392751a15f664f74c342821304aae05af9b9238b
 B 39de3d7cefb5a877267418f85fbd2c75d0798aff
 B 39e26e3b2d3059664cc9aca6c8a4ea7f60bab3f1
 B 39fd00a13073cd303803fa52af0b5f0c5f510024
 B 3a05ddf21ef1e76c8b7b440213ff1afbf7757fbf
 B 3b11ad447a8d2f296f9ae59a87c93ab8706a2588
+B 3b339573a79d8028d0ea888ec037c8c5099bd69d
 B 3b96065d50dbfda39b6f09d641893fe50a74c786
 B 3ba61d249544cf5b0270bc82aa0efe1e433c046e
 B 3bf2dcafccb3d8243dea1afdedc333e307dddde0
@@ -174,6 +193,7 @@ B 3c2a3f4b4878d0637b9a88c0415c4509dc2dbcda
 B 3cc41b3ec06795e4589f3caaa6c085d73aa047d5
 B 3cd982b47033b6fe860e1b949ac9014762b5aa13
 B 3cf2efcddb47678cbb447ddbec9c4deed4a87aab
+B 3d010b05a1eef3a4f0140492878d14e5baa6b09e
 B 3d0dd308b7591ee8e5b3448acd72146c942b5180
 B 3d688474b7f83f0619fbcb9776892e583a2add03
 B 3dac028ff64baa03b06574d62a6fc9d62373a724
@@ -198,11 +218,14 @@ B 428a40a1aae000304642dcc6647a9f8f27a4a2c7
 B 42b2481f670f63835ad28d23c5138c8ccd1ab251
 B 432c6a3cbc9bb5db99a0c7822c80001338746e08
 B 43cc974bd09b7fa5f6f4c9d49d12d548773f2f13
+B 43f14100bb661ddb4c08ed9af8512d14007bc8b5
 B 44a5b0e974c76880e6ec1b8b6b96f7b51d18ca0c
 B 44a930752c799a6e784ad598079b80bd99efa362
+B 45a23f77c35892b6e771df7836fb90388d215137
 B 45ac63164794165bb2fe8364cca5bfa71b8f096d
 B 45ec912f26dfeadeb97725aa2498abd68f29f279
 B 46075b814986b8ab1cbf3ab07e6dccd1ae436410
+B 46197033d65c52942d6bc074c6c7ecb3573059c1
 B 474b8c2c9c7e6fa0cffc01ec9cf5a18b5f7e5f4c
 B 47a21d46390e4865c524447944180f28496333cf
 B 47ac71e69df225baf6dbf2e201810c5b87072af8
@@ -229,6 +252,7 @@ B 4d46618c17cb5c1386d493c75faf0f89dbece267
 B 4dfd51045436d16f94c422d20f930244bb819e2c
 B 4e3a1ad836f7c655a5dd88e4fa185f1e8682719b
 B 4e981b1f5bb19bc85e3b92e325216148ef043e8c
+B 4f356961e558e19143d12d6d8eadfd8fd60aa822
 B 4f6b2c23194d30a86fd274a7ac5ca8c1f11783dd
 B 4f96ae24ce3361642544d85177b4036905ba389f
 B 4fb1fe04a4ec67d79c1e027a2e4f5490f1704973
@@ -296,12 +320,14 @@ B 64915c3d36d6ef2bef8168e912a9b8977b5b2330
 B 65869badeefe7eedd60fbc8b7d7c614a3c6d59a8
 B 65ce2461c578bd1d7b65fc6c3abc5531804736b7
 B 65d7db982de6e8ba7d0e49807577b31f2828814b
+B 661d7ebe287bc032241bb38cae0f48e5acc85e24
 B 6632627f8c26c4ac488fbdafcde981684231dd9f
 B 663a7689c72437c7e37ee83c85f0dc573d5d4db3
 B 66660e429cbaa12acd18ea3538d808792e15f1a6
 B 6765f6ccf6b5611461ab8e361a729629119e633b
 B 67715076cb7d245aaf2d3a2442a40349d354e323
 B 67dbf83ef2f7a207a6374fec9775c481fe9afc53
+B 67ffd07d06ad6ee63882829adc50063972f41763
 B 6851ea7eba9449e9b247a620392398902e3707ec
 B 685645871160d02696d8df3c584633d29e42df3b
 B 6870b040452032c557ec6a93af717139737801fd
@@ -310,15 +336,19 @@ B 68d21206e618130aa5c0b05053a1a64e38feb2d7
 B 692a519746bb0ea00f1c99e176e80c34339e951e
 B 694741b2a1e38f20fdb80b5b9470be7772859c52
 B 6964e46587a94d04a1ea80b05e1024cf1e400c8e
+B 696cb81463ac9a314c5b09bedce8037d36a86845
 B 69bb516b197271ab9b640192495f8ad73a5f6a98
 B 6b96bee1bb947ceaa7a46ebb94ef3549ca410610
 B 6bc7f0cc09395effeaa57ee92e4b8c5dce5c00a6
+B 6c0afc89a95a130c693fa16b0f82664ae5edbe01
+B 6c0ce44269d8c4f153a1e7d01b7f2c899faf6504
 B 6c368654075cfc80a6b59903fd0ae343f2cd5fff
 B 6cf4ea9cc1340af99a3774e43c4064e58cc4e66b
 B 6d062f9ca5ad733f96a776ec1301dfb56df7a4f4
 B 6d41caac92d1a814db231a06f676273d3551b62d
 B 6d59a806aca3cd81e7e86df401afd771274c3141
 B 6d6aab715383337c8ff98a789d9eb2da594d6421
+B 6d7cb14fffe9a6e310ad39578e1f671a378ebf98
 B 6dd6377021ac0b9b586a0c579c3adfd6950936c8
 B 6eb88763b1ca04b3a9451f994c435e5f821ca449
 B 6ef11c95058077c4eb707077ff99271da581599e
@@ -328,6 +358,7 @@ B 6f774a0cbea695986548029bfe7202d2536ad4d2
 B 6f9303c1e94800ac453cc10e5268024fd2831418
 B 6fbaddee67676f9840405bd49cb7d6e08a81bd23
 B 700f1c85b01f3bf14ad20e1dd57f89a812109894
+B 7070830f1033c25fe02fb08e2efccd90d5c07f1c
 B 707e2376a798a65ed2f71c34d9f351d481396381
 B 70b0e41133aa3fc8ba5b36214cf0cf2ff7306be1
 B 70cca209c7dfbb70e20d26d2b491687e089f8f97
@@ -338,6 +369,7 @@ B 71825d2583f6ea5c8fc21b4eec9a5ca2a380d490
 B 719a5a02108910f00b5454fe3c4518668279ac3e
 B 71b0cee7b2148af88c005cccd4c46f64ffbf62dd
 B 71d6c19e9ed5f875aad7f30100545175b2d4106f
+B 71ede623455f0baa1618d1de14a3e23e673a340d
 B 72325e329fbf9cfb09d52b10138670e3e4875c8c
 B 723bb16431f1f03ed600c1b0c39049cb55c105d0
 B 72882445f3c00faf3987c2025aec09679c0efb0b
@@ -363,6 +395,7 @@ B 7a224e9a09aebccc0ae1cd584a96d9cbe1f42dac
 B 7a38b3174a21e5e92d1781ae4f2e2fb8fb68270f
 B 7a5dae0516ce59e6c2ad23424153c5903d5a72da
 B 7a91c752ef10c703c86aceebe5e22778a065a1ed
+B 7aab47407a44bd36c31775661059e63faa2e9205
 B 7abbb406d5bc03f6c3ca239a00c8cdb343a8d8ef
 B 7b1b2e589117fca637efce77f97ae70394ef34ac
 B 7b333d06910b3d4a84dd77a3c76b48d1b44525b3
@@ -383,17 +416,24 @@ B 7fe3f8dc32b47974bb79ec6cba3afcddefca0084
 B 803fd6f254e25225a927793f02a69bbb9fdd34b3
 B 80b32bb41504ecf23eaafb1d62aac8c9c3f5d405
 B 80b81f85e6bd9908629bb0f3498ecb0127faa4c3
+B 811fe1e1d7944a5b43ca952cb5ca4fb8e5356ec6
 B 8157fa38544cf2d3da51339e67571bf087611af5
 B 817b10b9089f29785e5f74f33e53a49f16dde320
 B 81fb643d3b30d47cfe79ce4786a2cd6b421da46c
+B 820d6860ea0fb6d3ba69417442b5d3afe37f1496
 B 821471d951ad1cd16546658b086eb3f607287f99
 B 8298c92ea15daf4afdfaffe7fc093d270a7d27f8
+B 82a4e41011b3dc843395c33b02e0f8855e988667
 B 83724e70108873037cf58a8119ff4bf0d49a9056
 B 837401d8b08449ea34304df68600514d1132c499
+B 838a56bc06cf0b9f18b87f5f20e20a2db6a4ba59
+B 8397ef2e3e188bb5daa970b742f2be4907019d5b
 B 83dfabaf8773a355a867e3aa93e30989a1bbb7ba
+B 84493adf66d2912127bf84eb4c9b4d68fdab5265
 B 847df194f6590e1cc1287f2ee16afe1f0e49d227
 B 8509ea4ffb5ee31e8922795c8e1b01f675548f82
 B 851c909a71d7a9e92c0349a0fbd1a5f3c2c53eb4
+B 85ab0e0a6b6cc18e3ab084a39c03e7d733d364d5
 B 85b048e674b16541cf6a4a35ea96a7d1081faca9
 B 85ba0e6e65374df37b253f32a183b336b6d64991
 B 85bc548f2131172a0c797eb478b0e14ebd101684
@@ -406,7 +446,9 @@ B 88492662ae0e2bb84fc221979d055f4284900fa0
 B 884fbd1277f20b6fbad139cce68c5ae129557de6
 B 88871e7b3becec513eeec7eb215ee1cb7d02bc3d
 B 88b9d5db1be08f89c7e4ecb88e56b21d42daa463
+B 88d4d1855c6c0cc41dd31848da69a742bf5d5cb8
 B 88f00173f86542c2e6b3fa85e2a34cae9d745d39
+B 890d14845614e1a48ed6a953548f3b908bee6e59
 B 8950654186a0f890c2ff6632ed016ddc57ff5f8d
 B 897068a32f37d1c166cba182ac085b8451437a95
 B 8a1b8139a44e1ef537e80340f5e1c05deb654869
@@ -416,6 +458,7 @@ B 8b2fae26d3021086b8a7dc0e03ac97a3293e7df5
 B 8b392a77dd4fe42a4bf065797328929ae519f786
 B 8b58f8a6d044db3059823e5f7c50c77d94a27baf
 B 8bbe66a1ae5744ec72d9619e95efa606b080b169
+B 8c6602049325177b0eec2a4b820578f9cf5b550d
 B 8c67eee0538975d0ecfa9b9719824d15cf296625
 B 8d62ad92dbd57e8bb99e0704ffde0faf66b719b7
 B 8dc92f19a88809b3f113a6d0ded07b9cfc0d3777
@@ -430,6 +473,7 @@ B 9183102499abd1ff2e41fe18172b783a5d9b3695
 B 9196eb88a0350eabb9177e3087712d377d920d8c
 B 9196f3364085c9f9ba6319d7b068d44206b0e290
 B 91cb6d0f8f4d1e76320de4fe89e202367a1b8fd5
+B 91f9ce953aa841e0a9294bba5d8d227d02e61e71
 B 926ebafc410de012210123e679b83bf5cfca7b13
 B 92756ad3ef5e4f42cd26b634a71d52ae78522ae4
 B 92a693d73bd530713b5ea1c368c45dc0c9ed0127
@@ -437,6 +481,7 @@ B 92f97a1e9fb02887e5c70ba228cd22867669f9a1
 B 930e6e5cbd64279a356560100090f04d81941182
 B 93246fa3f82bac472901b31ba963bd4dfbca17e6
 B 9387c3f65862bbe9356457ad4c111eda852fcc90
+B 93f947138143b2e9b3c17c7ce45cc1135a71f76b
 B 9485e3b46125c9102610aa6dcab6e330952b2fb0
 B 94ab34c63b366b7dd61778deb22233bd012a929b
 B 94bbe7392fe7d024455e43c90fb8a38e28530971
@@ -445,9 +490,11 @@ B 95bf5ecde3dbc17ec3dbf7c9b901113a4b0488ca
 B 95dc2d0e6f99d1b73a8f46197ef06d03c8d5bd87
 B 963f330264fcbfca907950554c32b67f9354cb7a
 B 964573a4d386339fd38a21885317ddfe338fd7a6
+B 964729ca7f776be0315614f7782a949c9d7583b2
 B 964d78985b67512dfbc0600b3d1e4f8ee401bf6f
 B 9702d57ef1ce87d66d1dadf3c48bfeb626f9d0d4
 B 9762b77f128768aabd70c53ec00572e0f5f37adb
+B 97ada30ae538dd9d4a6519e8cfe1efc88b792729
 B 97b064dbcd33c59905be09fe6eb822e098e8d570
 B 97e891d42136dea99739c573599d37a597f72e46
 B 97efd8a63848811f38a9a6d2f01a7910f39a584a
@@ -458,13 +505,16 @@ B 997eed0a4bc68445fe46dcf093548e04b17e1566
 B 9a50c9af49a3d0291ca43213554d6e62eefbe13a
 B 9a53209683921b860e4c13e8418e37534f2ad4ab
 B 9a8f225fb8b69b54591bbfd4b4ae790dc9c6beea
+B 9ac9443d55d3fda487ae200232f19b8f685a7c0a
 B 9bbfd29401e159964b0b39a8db32534222931f26
 B 9be0ff566caa784807bd89e7c6996a4405ac59d7
 B 9be663526f0890f0e465c57dd9b8fa27a22c51ce
 B 9c146e1e154ce179aa5cb1b60fe4e1dc6670f73d
 B 9c48667915c34d2e8960d9f11be5b6b7d824ff24
+B 9c4b3e383d2badd7df6a7823347fed916a72735c
 B 9d97e0d5b7f4e0ed3ebf531b389b38f6f3c111ed
 B 9db9dd6abc9f705ca248c96bc701c2cc2259ff24
+B 9e7ce99aeeae4bb0a3e3ff1c75ee6fd76dc44683
 B 9eb56bd308f49c761075777173e40714bf20d869
 B 9ed8ca9bc8da8955f72931c798b240615f2adbcb
 B 9fd3ec99d73449779915279cd8bdabe484c29fda
@@ -481,6 +531,8 @@ B a207359e74b2f664dbd78855e7e49e0efe3972b8
 B a276fd2cfd6e78326cda060779d9d8568e796313
 B a29109410e8427d1fb8edf5fb88c955aaca0b79a
 B a2c07c91d9df7849dc58d3b2e68fb17384cf2711
+B a323dd75d276123bb94a86af9a3839047b0481ba
+B a34c8104ed889ffdf781024db35c461ad55a23cc
 B a37f192c93be370fde6ff2f00ca9047f94f7abf2
 B a421613ce5b5bb21bfa22c94a3b3fd42b77c9079
 B a44960c899ed754f2192fcc62b4320b6bbb4b184
@@ -490,7 +542,9 @@ B a50d2d81dd7d620061ac21b6df7943ad5c6c92cc
 B a5161fdc753d099cccd47adb5b1100c69fe5dfe8
 B a53013c56fc35bc665e18d02814af4afd1f8669d
 B a54d44946534039daada01f4db89274a8a4dac88
+B a5747fd66a73e14ec35eb73588da523189a005dc
 B a5aeebd9835ce93c2c61fdbdeb614682d4437057
+B a612bf032e0379f21bd0b66ad453b8befc5f1bb6
 B a61ad9d6205618e6e401812876f84472f126f751
 B a69f0444081047e2bbae9e9b8f180d490d417f8a
 B a6d0fffa218865d3972d407d268865d43c52a58a
@@ -499,10 +553,12 @@ B a818ee3e63c6e4b1011a66cf39da32c181e96f89
 B a82ef01453ffa77fe5fe62abe36f13d51522d268
 B a842a33554e8d26b4a42dc1e1734fc9dc0a21067
 B a8ae6bc86b0285196b523f2fc8b2431dd11f2c67
+B a8e04114661e6295ef487d8587f9fc6b8a34ea4c
 B a8fc2af2afcd562a2b97d99308095c2e94b81216
 B a99ff2c787ae6fa56a51113a13a6d20ae6b8e65c
 B aa403a00d26475885f8d2f0da74aac87a531cbc6
 B ab3df13b8d15aa36365eb2e10b5961d17330d9a2
+B abd7b8d6d54b074019fb94c5912e7a5dfa104c0e
 B ac00941d07b9562391b16ecdc650dcedbce03ce4
 B ac56abee9c1256742bbcfe45afbd4fdf6585da55
 B ad0ae5dac3623c9a69b7d7d6985ea0be7fd30966
@@ -512,6 +568,7 @@ B adb1b8b6280a738f3b2b4f6ea40ee902d94cc2dd
 B adf55e5b73a51180379027ebf22800adcd9a7d56
 B adfa9ff834fcf81d4d9d15e14ef8c420b4e05a00
 B ae291a8edb1dc9321f664eb3fe75c7c7e352b66a
+B ae4305fe24f0aa388a2f3f6a1e32abd32ef0767e
 B ae4d1dec77f3432c85a4a6ddcacaf4540d1a528c
 B ae963c2258b8501f104387891d8de424d0ecc398
 B aebfb0d712b503bee9627c036b67a1ed5c40db9a
@@ -527,8 +584,10 @@ B b0df863bd1b3afae3f7af5c4693caa5c16729d99
 B b1ab732fb0d10056c125fce80b5e79aad7b26cc3
 B b1efa0e20ad8208294836e2e80a912b3f184cb4b
 B b2ba19a5650881cd875ce85045f188ebe115ecd1
+B b38a8e10910235ddf242a571bb84fdac2a8e3464
 B b38a8efd0afa9b98e3c050db201b12df4f5fdabf
 B b448d2fd876515fe27cad2d12a9f326fa642c816
+B b47e2a7f141e3a50db196edd87ab38c38ad88939
 B b4e0024dd241085ad892890f84bdbf645b4814ab
 B b4fe6a1f375df372a15603073fdb3f5a68e73383
 B b5d0c54ed4f8d647e2094807f54470ada0e11c99
@@ -551,12 +610,15 @@ B bb7754baeb5e839061249ba32a48ba5f83bcb5e3
 B bbfc4c98c0010cb052dec2629b0f7502ce749871
 B bc1848e5686a87355563e50dd12abfa38c84adaa
 B bc4ea132eafb8d6668b07667f7acfcd94f1f7d62
+B bcaef9a6cbe82d6877024a37900044593f79e34d
 B bcb2af94957d033fa033a94d97cedf7d69ad33b4
 B bcce0112112ab8c75a339a69e5445eb9a5c2c92f
+B bd1fedccde31c6b49b39a4bd35662a2a508ff9c5
 B bd859e38476c492ecd2419407e22b4674ddc3b29
 B be478266f6ce99dc6326aceccb77f13e87f76ef0
 B be760d210477b66fb9276d122054a26e6324fdeb
 B be7a16cd972e5d354f856dc2deca0b1b4a51c9f6
+B bebb5d1e53d63e618e6ca43f242dcd66f9dff648
 B bed309fcae7514d6bd7fccbc6c9d9835a7a39625
 B bf50c4e3fd27db24b51fd971a61b004312aa5e4f
 B bf85fd1ff59b0a5341554a82dd4c31a37a06e62e
@@ -564,6 +626,7 @@ B c01e88091015218ad2711dbee70675cdf833748a
 B c054b9d2b08b36874805db096015360663742c9c
 B c2221165fd99fc6c04046bda0058a2fc355e8a2c
 B c2452b233339a6c3e35644de7e3765350bacdab1
+B c26f2bb516a72fc5ba5e0b5d9a0ef583e4495032
 B c28748596a0240f749daaddc9e5fbf2df83c10f7
 B c2b7f3b3857afd5fe4e33dff35ed1992f6f4854a
 B c3d825c4265754ed327980a2adc9422dd561419b
@@ -578,17 +641,21 @@ B c6043b6d2bd7367cbaf069636e50a7bed81d9f23
 B c632ae2d07941257e14a5277f35e81cd7214531c
 B c6b762b70358423212e1d4b35b2873d31c156672
 B c6b87a0eadcd26dbe6341a44ec510dd039d9956f
+B c7022bf91bee5aaa8aae5f6a5496755366c0edde
 B c7651f00216ca2272c8e7828691291f53f76dcad
 B c773be026b34c4082a3112149d156540c6282bf0
 B c7a6024d9b66dd601acd5780d8551487ff0e4c78
 B c7c465652ef9e8faa6fd37c8beb7210878c3bb5e
 B c7cb26832cc8cb8e9cd04b600101c22459883c0f
+B c7db1c5308b534180283a83fe6521568af553d2c
 B c7dff867998da49669f259f6d8f1703684ce685a
 B c7e4f422aaf0c169422cf42e7b80c9e101c456fe
 B c83c81571fb2fc86b9f8ce0eb2f3fb4de567af04
 B c87876c488b99de32e2dfb0ace27c43ef70f647b
+B c8a58ceba96dba6738f26d7adde82e0e812cad4b
 B c8b20754eaeb69380e7c64aca6ada409952cbbed
 B c9a2275276c6f8099585519372c24fda1cd7c3e0
+B c9c03a8917fc251e036a877f4a266f9734543198
 B c9ddafedf4d1ca2283817f1863681fc44bd879f0
 B caf6b63ec019a4d59cc36ca973fbd18e27be1f7e
 B caf6f42bc5bc589c0bff0e8042d801bd17e08c91
@@ -603,8 +670,10 @@ B cc4ea93826655c45eb5dd65290300ee42fe8d596
 B cc7f1d26f9fd3f70827748e88bef3fc75ae5ad59
 B ccb5935a6884e8691448da2b65f3cce66b94cc34
 B ccc9330b321e08b5b883ed12ce9ae592e77f0517
+B ccdeb7b2bea8a70e1cdb6eb105206712308cc3fa
 B cd2e92367208b3e2a5d2f0b7dbe8328e72a5cf11
 B cd7cbb3aec02654cdd7e891e9e17ef2c0f70888b
+B cd7fb7bf0d0324d6c27f7173c67c85bde8f8ff4a
 B cdf7685cf7a7583ee076e97706d82d5271f582b1
 B ce23b6688cbb6f88f575a8471e9ce84dfb534bc5
 B d0421064a69b714383b0c46c3e1d666ee14e942a
@@ -614,6 +683,7 @@ B d1e39f84005235533212920295314b8347a70b9d
 B d1ed01aa4708a81be37833ba2a2da29ae63f47c1
 B d2220915afd6aa0d8aeec3506dd1ef82dff110af
 B d239c1b3472550a60eefbbee2da8dc802d472c59
+B d28d082ddc1cab9c51fc669661cc0550f69b12d4
 B d2ec5b8a5e568e79e0c423c7c4d063a99283e65c
 B d2ec7e42bff13d498879fcd6fb321274af349f3c
 B d334b46e36d58d3b08b678baefa22f0f09ca34c2
@@ -624,11 +694,13 @@ B d3f0f0f620efbc108782f63a9f93f993716038a5
 B d440e062d57d60b5efae2723bccc327d8be91c58
 B d4551f23ce0118f86c946724e138a3f53d930115
 B d46361cac865ccbd0bf7f630641ffc1f4d8f1aa5
+B d4a9d7b5aec3aec3ecac957601f12fcaa62fb4d9
 B d4d4b1e740a48103811e33094adb19d5c22ca108
 B d520a2906196b45cb464ace1d6fe3afaa2f2962e
 B d5a09ec624288c157698308db653daa00ab6382f
 B d5b7fbe585c959007adb5916ddd85350b9dd6f03
 B d5d1daeecac5db72feb44bb0e3c43ee62a586f47
+B d5ffba8072dbf43a9e69a81b758fcba72b00fa68
 B d61b17a1c9047ae6cc6d281dfccbd09374bf8afb
 B d638b89cccf98194ca676069372808aad222699a
 B d6747e93b419e21812d616350ab50ae452fd61cb
@@ -666,11 +738,14 @@ B dfb8d8a8caf59e2328b0218a7b9b7f835546d2d6
 B e0c1b36b15924d01a8c7b100222e0fa32de2b832
 B e1122ff0fc059b7a04ca42df3cd90db29b495892
 B e1675c3885ceac0f7adf879453ec48a107466cc4
+B e18bf640f39e81b083af946652db9eabb5352c7e
 B e1b149357e40bdafe3881f9fac8dfc46f1c1420f
 B e2993f2158e8191b56165a96d14828008b7b1551
+B e2ec68bf15a634941c94888d0634996ff7b3091e
 B e2fdfa58006a2813dedb0fdb4ce8d9542935c060
 B e4b7097b19388124883191bc32300ee6562849b4
 B e55f47464ad82db4cbe19b33748b56edc45f20ca
+B e593edd9ade575b5b6255ac116929d7ec919246d
 B e5b1b36d382586ff9b12c53409ec714ff12e1962
 B e5bf361a17db43fab159e811b8c6ec742dfb6e3d
 B e6096179e424da3297116c3e4e9e5b178ff2e368
@@ -682,6 +757,7 @@ B e6d432be93022b5b4ac1998a546d0652861fdff3
 B e73daaaa4a04c3d29c9280934a4ca7a81abb7729
 B e75756033fcb6f393fc725d13a5241c462add1d9
 B e775237e6dcb16b647d102bcbb3908d3e9fce1de
+B e78e84c025721bee203d0d1950dc790efa60bb1b
 B e7abc42184717e5f5e9263ce93ef026de5dd7a3b
 B e8703c07917a37eae9d4dc313c9b6f1347d4c99b
 B e8b7c0816ebfad5a36606843bd7634d6ff827785
@@ -698,6 +774,7 @@ B ec10806f0833e004cbdecad0e308cf8c2df33619
 B ec444f3892ddcd2434b625ee606d8cc2dfb8f0de
 B ec8c4448f701e47c0424bc08c8a51feb90c98c6e
 B ec9e894b86e06577e7797bad603c850822e9ddf3
+B ecf91073666b32077d64439c9ac8cb0429933c83
 B ed26fd6789405690490b766bb9d1f3d888e1cfc3
 B ed504c80c0d40f709566b0b485e4bce7affff504
 B ed7a42e8262ac66b50a33bff0f3c21d8a0f559b4
@@ -706,6 +783,8 @@ B ee2e5ee16fe802cc1f4010b59b73c5ef53777429
 B eec13f495ec1207da93d8373531cdb3c0605781a
 B ef53e68a21747a39198db22a3dbf804512fbebab
 B ef7f9b1d16ec71ea1186701e20818607ce7d2bba
+B efdc05ceda1c751887306cf8c4e116cd37ff6755
+B efe4356607024f813e2df2bbba3f0103e5aeeb7b
 B eff15d982722111d5da87591bd115cefefe944df
 B f0648c415bb9b9235170037414768f8602065bb9
 B f0874e6e6b67908e84415536e624a50a5c516920
@@ -725,6 +804,7 @@ B f330a85c8dd3ba07913badeb72f27dd41971973d
 B f342fba01d88d60e9f7419c7811bd86074b249a8
 B f3c4ac43c6043b8a2eb9682c7de3fba74a531c69
 B f3cee43a917bfa767757b7c7d0e9cf2afa5fb07f
+B f41c4787a51ef9b8aafa63536737dc84251c41df
 B f48870559bc15762c8392ead4a5ed4832fbc6d9c
 B f4f227be9a1c4f31817a62fad7fff382d3089621
 B f54062eb331fcf35d9f3a840f532417fccbb2673
@@ -743,6 +823,7 @@ B f6d5026ce93ed9bd2169e004680b8749d1afd809
 B f6d7593cc52cc406ba4d837b4eeca042ec796909
 B f82b1f6acafb50f4b4ab4c75e6013d7c59025b6c
 B f83eca59328c185cc92ea7e57ecf005d8e2e0956
+B f91e3aac4363ab7d32b3c4750c64ff4ce7243a81
 B f9220c8186c731caf803739ca4f3d86c8ca5737d
 B f965e4917e440327abeb067c6d24ce9292f77f23
 B f993b8cb6307c5d654c84c1f307164bbb268848f
@@ -756,6 +837,7 @@ B fab7fc9e2dfbe32cc9988b16f2aa03e4bfff28e3
 B face8c6a8918214e90005fc3142e84a410d5054e
 B fb7c501a22208b2ff0a16aee5cf0add2ae2525f1
 B fbc83c5b702e24fc074c4a98e8aaee371e055996
+B fbf38c365d9482f3be48effb73074e6f53493e46
 B fc0b4b4c6a9684ac68d4fd3e6966f78cfefbadd4
 B fc5d30052b2aba1ba4c5df55572688811e75729f
 B fc8019fd4c3bdb579d177f98c2cafe4391746e74
@@ -857,10 +939,12 @@ M 2eab747e67a2172614b5d63fa7f7557029e48c42
 M 2f392a68ed59b0a73ffdc3ff114bba1041ae3f63
 M 2f844e251362ab62923cfc6b7061591375a1cb44
 M 3218d06ce8867b8449e34e140899ec9a166a203d
+M 32561c12ed2676a07b76c730bc4ef50f542b48bc
 M 325ed0436bc9cfa9150b3504a54b5911b47e3266
 M 330f0f9d83c5e689a8db3c107b3d27a294161bbb
 M 336d49d4e88641a6ffaf757185ff0ff93473322c
 M 33abf4131ccc46b4027dbbba1c0347445473c1ea
+M 33fbbc38452f5c2ab56fb9f0c49755a7b9ea69b0
 M 34a8f691a1926a26d2ecefa527eaf76f68b98def
 M 34dcb8025369137794281606ad70db0530f18759
 M 356c0eca80991fa821e95326f6a8578fc018a017
@@ -869,6 +953,7 @@ M 375b065fa6c6fdc73b2d137654f5b60cc3464793
 M 382d38af1395e4571f686274de9c10f01a7bad90
 M 384c0fdba102eb58d8b05af26322c46bcde01be2
 M 398b04819bdfa5dae88c30c9b3f47d71625431d2
+M 39e1d08afb73b57ea36157200c667f78034b65fd
 M 39ff641f3d81d8e0b9487ae8c49ac2a5bf055bc1
 M 3b119ca6630f1384b93cd718d0cd95ccabc81e91
 M 3b21d2ba746fb1a78009f271f71eb0c2063e7430
@@ -904,6 +989,7 @@ M 528b35178ec31860cf5ad2095d6f3cc3c951d914
 M 535f75e575f151634316fb0bb19c28faee2b257c
 M 54a009938cfdfac65a04c849cf2268d8be9899b7
 M 54ecc5e5686ab26a233d64ba17f8bf6360227732
+M 5555aa13b1c6ddd03502fbaccd0e068cdeef5813
 M 55abc6f8416fd81f26627fa42a37f903f9ef7965
 M 568f184b914989bb66c0308a32a6276168db7df7
 M 56e962c295f48e9f48dbd0884df79e5e48601284
@@ -933,6 +1019,7 @@ M 67b40fba212ac9a72de6dba2b31eb235b1ce3d71
 M 68bb7cf9074c96c8e71f843c90f1d948ac45c2bf
 M 69590fe82d3dc1a1e0d7c42753c2465a1380abea
 M 69b805a97fa96716c8f76278e577ba122c2727e2
+M 69dac9b5e25475220f98c5a4579b6d530c1eb293
 M 69e31b9bbde9b6662989868cb600b545ba379b97
 M 6a4e41b34af91dd2409cd511e852c27e4eeac193
 M 6a77819f4bc141fcddd53a36b178972f1f68fe97
@@ -941,9 +1028,11 @@ M 6b8368ba32ded81492d258940f447845f84bc474
 M 6c62112a6d2b7534125da6fb22ed5c87c5bf8417
 M 6df728589b4c50cf5d1d5417d517a7d26b15a9bf
 M 6e828d6f0fea652231d0cdc9990169c3583ad03a
+M 6e86a6b33778317cf1c7cd82c0b6539bb35298f1
 M 6ea58a013295a5cad998a814f7ec33ebf34fccfb
 M 6ec36084f23b5b9a5e41659b68aa8a24838f32d3
 M 6f08487b2b02d4fd4c95b232eff839c6066fa668
+M 6f2e26db0e889232f1332001812687a0b9faaa48
 M 6f79756afa8a0cf90a7132929cc387f6f1d21ba0
 M 6fb1e66cb2336c0e4564e8ddf02b16e9d43d53bd
 M 703e58590a3481f1f3255187728f8a7bc0c4bf00
@@ -1020,6 +1109,7 @@ M 9c2721f27e9697fa0f515e0787f75c26077d0572
 M 9c37b6c321f06621334076cc61b5b31b237f634d
 M 9c462e9bd614d529f0a2fd86490243ea1c858651
 M 9c6958cee3e57912b07cd3907b3aa649e797b29f
+M 9c88f2e964abfef7da99a207612dd88b9f819119
 M 9d423d4ceb41a6a025b1cada185f0255e731d3af
 M 9dcb9524457b4c17d09802a6862e5bc790f7cd8f
 M 9df9b22a4032b19ea953600ebdfa84e8c15d2370
@@ -1036,6 +1126,7 @@ M a4fc3a0462f09dd6c6c920385b67e621d7e36399
 M a61ca44ab50c1a3fc20fbaafe89b372809e0f49b
 M a7146f788b388b6ac69725f9b0294e1dd5ee2e93
 M a7169e542bb351563cc2296853681f06f35b4bfd
+M a76b2d91a8cbad94abfaa60572b17d65e4173c82
 M a7e3d0cfb720310bbd17315de3a9ece7fe4e697e
 M a8fcf81a7a7f06a9c5ffb75cbe372b841f4ba38c
 M a9ba4196e8f914b04c1465f909a68122b4ce7fdf

[cxf] 09/15: Updating SLF4J to 1.7.35

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 596964318f7cb9e165293f09a774efd76eabb59a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 8 11:58:36 2022 +0000

    Updating SLF4J to 1.7.35
    
    (cherry picked from commit 84e8433cabd1c026df47792b6d48adcc39c14fad)
    (cherry picked from commit 4992b309f274750c0074d544b491e46402dd928b)
    
    # Conflicts:
    #	parent/pom.xml
    (cherry picked from commit 9c88f2e964abfef7da99a207612dd88b9f819119)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8bb298e..ae763b7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -191,7 +191,7 @@
         <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>javax.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>3.1.0</cxf.servlet-api.version>
-        <cxf.slf4j.version>1.7.32</cxf.slf4j.version>
+        <cxf.slf4j.version>1.7.35</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.1.18.RELEASE</cxf.spring.boot.version>

[cxf] 08/15: Use Math.exact to add two ints that might come from user data

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 775c21dc45a9f7c8b6dfe5fa619c9037f74e1672
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 3 11:14:39 2022 +0000

    Use Math.exact to add two ints that might come from user data
    
    (cherry picked from commit daeafbf9f0817e5b7448c6f9ca930a29ed50bc1e)
    (cherry picked from commit e607d5c197aaa07ae213aa129e7bc09003c8804c)
    (cherry picked from commit 1a9637692d9887514449a41d114af8dfb1b1e0e6)
---
 .../main/java/org/apache/cxf/attachment/Base64DecoderStream.java    | 2 +-
 .../java/org/apache/cxf/attachment/MimeBodyPartInputStream.java     | 6 +++---
 .../main/java/org/apache/cxf/common/util/Base64OutputStream.java    | 2 +-
 core/src/main/java/org/apache/cxf/common/util/Base64Utility.java    | 2 +-
 core/src/main/java/org/apache/cxf/common/util/CompressionUtils.java | 3 ++-
 core/src/main/java/org/apache/cxf/io/ReaderInputStream.java         | 2 +-
 .../java/org/apache/cxf/transport/websocket/WebSocketUtils.java     | 2 +-
 7 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/core/src/main/java/org/apache/cxf/attachment/Base64DecoderStream.java b/core/src/main/java/org/apache/cxf/attachment/Base64DecoderStream.java
index 9367db4..9f887bf 100644
--- a/core/src/main/java/org/apache/cxf/attachment/Base64DecoderStream.java
+++ b/core/src/main/java/org/apache/cxf/attachment/Base64DecoderStream.java
@@ -187,6 +187,6 @@ public class Base64DecoderStream extends FilterInputStream {
 
 
     public int available() throws IOException {
-        return ((in.available() / 4) * 3) + decodedCount;
+        return Math.addExact((in.available() / 4) * 3, decodedCount);
     }
 }
diff --git a/core/src/main/java/org/apache/cxf/attachment/MimeBodyPartInputStream.java b/core/src/main/java/org/apache/cxf/attachment/MimeBodyPartInputStream.java
index 7d71b45..e0eb57e 100644
--- a/core/src/main/java/org/apache/cxf/attachment/MimeBodyPartInputStream.java
+++ b/core/src/main/java/org/apache/cxf/attachment/MimeBodyPartInputStream.java
@@ -59,11 +59,11 @@ public class MimeBodyPartInputStream extends InputStream {
             return 0;
         }
         boolean bufferCreated = false;
-        if (len < boundary.length * 2) {
+        if (len < Math.addExact(boundary.length, boundary.length)) {
             //buffer is too short to detect boundaries with it.  We'll need to create a larger buffer
             bufferCreated = true;
             if (boundaryBuffer == null) {
-                boundaryBuffer = new byte[boundary.length * 2];
+                boundaryBuffer = new byte[Math.addExact(boundary.length, boundary.length)];
             }
             b = boundaryBuffer;
             off = 0;
@@ -74,7 +74,7 @@ public class MimeBodyPartInputStream extends InputStream {
         }
         int read = 0;
         int idx = 0;
-        while (read >= 0 && idx < len && idx < (boundary.length * 2)) {
+        while (read >= 0 && idx < len && idx < Math.addExact(boundary.length, boundary.length)) {
             //make sure we read enough to detect the boundary
             read = inStream.read(b, off + idx, len - idx);
             if (read != -1) {
diff --git a/core/src/main/java/org/apache/cxf/common/util/Base64OutputStream.java b/core/src/main/java/org/apache/cxf/common/util/Base64OutputStream.java
index e21c2fa..cddab83 100644
--- a/core/src/main/java/org/apache/cxf/common/util/Base64OutputStream.java
+++ b/core/src/main/java/org/apache/cxf/common/util/Base64OutputStream.java
@@ -82,7 +82,7 @@ public class Base64OutputStream extends FilterOutputStream {
         return buf;
     }
     private byte[] newArray(byte[] src, int srcPos, int srcLen, byte[] src2, int srcPos2, int srcLen2) {
-        byte[] buf = new byte[srcLen + srcLen2];
+        byte[] buf = new byte[Math.addExact(srcLen, srcLen2)];
         System.arraycopy(src, srcPos, buf, 0, srcLen);
         System.arraycopy(src2, srcPos2, buf, srcLen, srcLen2);
         return buf;
diff --git a/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java b/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java
index 0e00f52..6279cff 100644
--- a/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java
+++ b/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java
@@ -161,7 +161,7 @@ public final class Base64Utility {
         byte[] ob = new byte[octetCount];
         int obcount = 0;
 
-        for (int i = o;  i < o + l && i < id.length;  i++) {
+        for (int i = o;  i < Math.addExact(o, l) && i < id.length;  i++) {
             if (id[i] == PAD
                 || id[i] < BDT.length
                 && BDT[id[i]] != Byte.MAX_VALUE) {
diff --git a/core/src/main/java/org/apache/cxf/common/util/CompressionUtils.java b/core/src/main/java/org/apache/cxf/common/util/CompressionUtils.java
index d07a51e..ea4ce34 100644
--- a/core/src/main/java/org/apache/cxf/common/util/CompressionUtils.java
+++ b/core/src/main/java/org/apache/cxf/common/util/CompressionUtils.java
@@ -70,7 +70,8 @@ public final class CompressionUtils {
         compresser.setInput(tokenBytes);
         compresser.finish();
 
-        byte[] output = new byte[tokenBytes.length * 2];
+        int tokenBytesLength = tokenBytes.length;
+        byte[] output = new byte[Math.addExact(tokenBytesLength, tokenBytesLength)];
 
         int compressedDataLength = compresser.deflate(output);
 
diff --git a/core/src/main/java/org/apache/cxf/io/ReaderInputStream.java b/core/src/main/java/org/apache/cxf/io/ReaderInputStream.java
index 30e7c24..1c8b641 100644
--- a/core/src/main/java/org/apache/cxf/io/ReaderInputStream.java
+++ b/core/src/main/java/org/apache/cxf/io/ReaderInputStream.java
@@ -224,7 +224,7 @@ public class ReaderInputStream extends InputStream {
         if (b == null) {
             throw new NullPointerException("Byte array must not be null");
         }
-        if (len < 0 || off < 0 || (off + len) > b.length) {
+        if (len < 0 || off < 0 || Math.addExact(off, len) > b.length) {
             throw new IndexOutOfBoundsException("Array Size=" + b.length
                     + ", offset=" + off + ", length=" + len);
         }
diff --git a/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketUtils.java b/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketUtils.java
index 8bcc67d..4e27aeb 100644
--- a/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketUtils.java
+++ b/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketUtils.java
@@ -169,7 +169,7 @@ public final class WebSocketUtils {
      */
     public static byte[] buildResponse(byte[] headers, byte[] data, int offset, int length) {
         final int hlen = headers != null ? headers.length : 0;
-        byte[] longdata = new byte[length + 2 + hlen];
+        byte[] longdata = new byte[Math.addExact(length, hlen) + 2];
 
         if (hlen > 0) {
             System.arraycopy(headers, 0, longdata, 0, hlen);

[cxf] 11/15: Update Jetty to 9.4.45.v20220203 (#901)

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f0da1215cb1db2d79543651a9c363b13802d842d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Feb 7 19:05:43 2022 -0500

    Update Jetty to 9.4.45.v20220203 (#901)
    
    (cherry picked from commit b1d519a47641dee041303ac9d68b09e2acb4ffaf)
    (cherry picked from commit 469f06b67b716b30bb5f115639644d1284dbe4b1)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    (cherry picked from commit 39e1d08afb73b57ea36157200c667f78034b65fd)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 084df01..ca2a0be 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,7 +32,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.1.18.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
         <cxf.netty.version>4.1.73.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 9e2c126..fd795e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -146,7 +146,7 @@
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.4.1</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
-        <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.45.v20220203</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jexl.version>2.1.1</cxf.jexl.version>
         <cxf.joda.time.version>2.10.10</cxf.joda.time.version>

[cxf] 07/15: Adding guard for array in Base64Utility

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 82f276060aba1c1b58f3297a0261be43d07428f9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Feb 2 20:32:28 2022 +0000

    Adding guard for array in Base64Utility
    
    (cherry picked from commit 128881c08184e8dde09c823122ede5a103cfd4e3)
    (cherry picked from commit 0a75ab23495ae1bd1b9fbbcac4ed481351cf97df)
    (cherry picked from commit 4ee67066ca31c5d5658226e4147ba590a98a77c9)
---
 core/src/main/java/org/apache/cxf/common/util/Base64Utility.java        | 2 +-
 .../src/main/java/org/apache/cxf/rt/security/crypto/HmacUtils.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java b/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java
index 22bb96f..0e00f52 100644
--- a/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java
+++ b/core/src/main/java/org/apache/cxf/common/util/Base64Utility.java
@@ -468,7 +468,7 @@ public final class Base64Utility {
     }
 
     public static boolean isValidBase64(int ch) {
-        return ch == PAD || BDT[ch] != Byte.MAX_VALUE;
+        return ch == PAD || ch >= 0 && ch < BDT.length && BDT[ch] != Byte.MAX_VALUE;
     }
 
 }
diff --git a/rt/security/src/main/java/org/apache/cxf/rt/security/crypto/HmacUtils.java b/rt/security/src/main/java/org/apache/cxf/rt/security/crypto/HmacUtils.java
index 8c4317e..78f4774 100644
--- a/rt/security/src/main/java/org/apache/cxf/rt/security/crypto/HmacUtils.java
+++ b/rt/security/src/main/java/org/apache/cxf/rt/security/crypto/HmacUtils.java
@@ -42,7 +42,7 @@ import org.apache.cxf.common.util.Base64Utility;
 
 public final class HmacUtils {
 
-    private static final Logger LOG = LogUtils.getL7dLogger(CryptoUtils.class);
+    private static final Logger LOG = LogUtils.getL7dLogger(HmacUtils.class);
 
     private HmacUtils() {
 

[cxf] 10/15: Updating SLF4J to 1.7.36

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit a5dd6d1876670848821d2422511b5483326ba94d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 8 13:58:34 2022 +0000

    Updating SLF4J to 1.7.36
    
    (cherry picked from commit 0f84303f91c56e19858323b54ce3dc37497db62f)
    (cherry picked from commit 287f3a8a5a4cacbdf6be86e72251ef0f20bcb251)
    
    # Conflicts:
    #	parent/pom.xml
    (cherry picked from commit 5555aa13b1c6ddd03502fbaccd0e068cdeef5813)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index ae763b7..9e2c126 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -192,6 +192,7 @@
         <cxf.servlet-api.group>javax.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>3.1.0</cxf.servlet-api.version>
         <cxf.slf4j.version>1.7.35</cxf.slf4j.version>
+        <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.1.18.RELEASE</cxf.spring.boot.version>