You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/08/13 07:21:38 UTC

[tomee] branch master updated (4e00382 -> 2064c06)

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

dblevins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from 4e00382  Merge pull request #537 from cesarhernandezgt/TOMEE-2617
     new 4fff8bb  Rebrand the Maven modules s/OpenEJB/TomEE/
     new 7f8a0cb  Use JAXB 2.3.  Introduce "BOM" concept to reduce redundancy of deps & excludes.
     new 2064c06  Merge branch 'master' of github.com:apache/tomee

The 3 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:
 arquillian/arquillian-common/pom.xml               |  2 +-
 arquillian/arquillian-openejb-embedded/pom.xml     |  2 +-
 .../pom.xml                                        |  2 +-
 arquillian/arquillian-tck/pom.xml                  |  2 +-
 arquillian/arquillian-tomee-common/pom.xml         |  2 +-
 arquillian/arquillian-tomee-embedded/pom.xml       |  2 +-
 .../arquillian-tomee-moviefun-example/pom.xml      |  2 +-
 arquillian/arquillian-tomee-remote/pom.xml         |  2 +-
 .../arquillian-tomee-codi-tests/pom.xml            |  2 +-
 .../arquillian-tomee-config-tests/pom.xml          |  2 +-
 .../arquillian-tomee-jaxrs-tests/pom.xml           |  2 +-
 .../arquillian-tomee-jaxws-tests/pom.xml           |  2 +-
 .../arquillian-tomee-jms-tests/pom.xml             |  2 +-
 .../arquillian-tomee-webprofile-tests/pom.xml      |  2 +-
 arquillian/arquillian-tomee-tests/pom.xml          |  2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml  |  2 +-
 arquillian/pom.xml                                 |  2 +-
 arquillian/ziplock/pom.xml                         |  2 +-
 assembly/openejb-lite/pom.xml                      |  2 +-
 assembly/openejb-standalone/pom.xml                |  2 +-
 assembly/pom.xml                                   |  2 +-
 .../jaxb-runtime}/pom.xml                          | 50 +++++++++++++---------
 {assembly => boms}/pom.xml                         | 16 ++++---
 container/mbean-annotation-api/pom.xml             |  2 +-
 container/openejb-api/pom.xml                      |  2 +-
 container/openejb-core/pom.xml                     |  2 +-
 container/openejb-javaagent/pom.xml                |  2 +-
 container/openejb-jee-accessors/pom.xml            |  2 +-
 container/openejb-jee/pom.xml                      | 23 ++--------
 container/openejb-jpa-integration/pom.xml          |  2 +-
 container/openejb-junit/pom.xml                    |  2 +-
 container/openejb-loader/pom.xml                   |  2 +-
 container/pom.xml                                  |  2 +-
 examples/access-timeout-meta/pom.xml               |  2 +-
 examples/access-timeout/pom.xml                    |  2 +-
 examples/alternate-descriptors/pom.xml             |  2 +-
 examples/applet/pom.xml                            |  2 +-
 examples/application-composer/pom.xml              |  2 +-
 examples/applicationcomposer-jaxws-cdi/pom.xml     |  2 +-
 examples/applicationexception/pom.xml              |  2 +-
 examples/arquillian-jpa/pom.xml                    |  2 +-
 examples/async-methods/pom.xml                     |  2 +-
 examples/async-postconstruct/pom.xml               |  2 +-
 .../bean-validation-design-by-contract/pom.xml     |  2 +-
 examples/cdi-alternative-and-stereotypes/pom.xml   |  2 +-
 examples/cdi-application-scope/pom.xml             |  2 +-
 examples/cdi-basic/pom.xml                         |  2 +-
 examples/cdi-ejbcontext-jaas/pom.xml               |  2 +-
 examples/cdi-events/pom.xml                        |  2 +-
 examples/cdi-interceptors/pom.xml                  |  2 +-
 examples/cdi-produces-disposes/pom.xml             |  2 +-
 examples/cdi-produces-field/pom.xml                |  2 +-
 examples/cdi-qualifier/pom.xml                     |  2 +-
 examples/cdi-realm/pom.xml                         |  2 +-
 examples/cdi-request-scope/pom.xml                 |  2 +-
 examples/cdi-session-scope/pom.xml                 |  2 +-
 examples/change-jaxws-url/pom.xml                  |  2 +-
 examples/client-resource-lookup-preview/pom.xml    |  2 +-
 examples/cloud-tomee-azure/pom.xml                 |  2 +-
 examples/component-interfaces/pom.xml              |  2 +-
 examples/concurrency-utils/pom.xml                 |  2 +-
 .../connector-ear/connector-sample-api/pom.xml     |  2 +-
 .../connector-ear/connector-sample-ear/pom.xml     |  2 +-
 .../connector-sample-functional-tests/pom.xml      |  2 +-
 .../connector-ear/connector-sample-impl/pom.xml    |  2 +-
 .../connector-ear/connector-sample-rar/pom.xml     |  2 +-
 .../connector-ear/connector-sample-war/pom.xml     |  2 +-
 examples/connector-ear/pom.xml                     |  2 +-
 examples/connector-war/pom.xml                     |  2 +-
 examples/cucumber-jvm/pom.xml                      |  2 +-
 examples/custom-injection/pom.xml                  |  2 +-
 examples/datasource-ciphered-password/pom.xml      |  2 +-
 examples/datasource-definition/pom.xml             |  2 +-
 examples/datasource-versioning/pom.xml             |  2 +-
 examples/decorators/pom.xml                        |  2 +-
 examples/deltaspike-configproperty/pom.xml         |  2 +-
 examples/deltaspike-exception-handling/pom.xml     |  2 +-
 examples/deltaspike-fullstack/pom.xml              |  2 +-
 examples/deltaspike-i18n/pom.xml                   |  2 +-
 examples/dynamic-dao-implementation/pom.xml        |  2 +-
 examples/dynamic-datasource-routing/pom.xml        |  2 +-
 examples/dynamic-implementation/pom.xml            |  2 +-
 examples/dynamic-proxy-to-access-mbean/pom.xml     |  2 +-
 examples/ear-testing/business-logic/pom.xml        |  2 +-
 examples/ear-testing/business-model/pom.xml        |  2 +-
 examples/ear-testing/pom.xml                       |  2 +-
 examples/ejb-examples/pom.xml                      |  2 +-
 examples/ejb-remote-call-2/pom.xml                 |  2 +-
 examples/ejb-remote-call/pom.xml                   |  2 +-
 examples/ejb-webservice/pom.xml                    |  2 +-
 examples/groovy-cdi/pom.xml                        | 18 ++------
 examples/groovy-jpa/pom.xml                        | 18 ++------
 examples/groovy-spock/pom.xml                      | 18 ++------
 examples/helloworld-weblogic/pom.xml               |  2 +-
 examples/injection-of-connectionfactory/pom.xml    |  2 +-
 examples/injection-of-datasource/pom.xml           |  2 +-
 examples/injection-of-ejbs/pom.xml                 |  2 +-
 examples/injection-of-entitymanager/pom.xml        |  2 +-
 examples/injection-of-env-entry/pom.xml            |  2 +-
 examples/interceptors/pom.xml                      |  2 +-
 examples/java-modules/pom.xml                      |  2 +-
 examples/javamail/pom.xml                          |  2 +-
 examples/jaxrs-filter/pom.xml                      |  2 +-
 examples/jaxrs-json-provider-jettison/pom.xml      |  9 +++-
 examples/jpa-eclipselink/pom.xml                   |  2 +-
 examples/jpa-enumerated/pom.xml                    |  2 +-
 examples/jpa-hibernate/pom.xml                     |  2 +-
 examples/jsf-cdi-and-ejb/pom.xml                   |  2 +-
 examples/jsf-managedBean-and-ejb/pom.xml           |  2 +-
 examples/jsonb-configuration/pom.xml               |  2 +-
 examples/jsonb-custom-serializer/pom.xml           |  2 +-
 examples/lookup-of-ejbs-with-descriptor/pom.xml    |  2 +-
 examples/lookup-of-ejbs/pom.xml                    |  2 +-
 examples/mbean-auto-registration/pom.xml           |  2 +-
 examples/moviefun-rest/pom.xml                     |  2 +-
 examples/moviefun/pom.xml                          |  2 +-
 examples/movies-complete-meta/pom.xml              |  2 +-
 examples/movies-complete/pom.xml                   |  2 +-
 examples/mp-custom-healthcheck/pom.xml             |  2 +-
 examples/mp-faulttolerance-fallback/pom.xml        |  2 +-
 examples/mp-faulttolerance-retry/pom.xml           |  2 +-
 examples/mp-faulttolerance-timeout/pom.xml         |  2 +-
 examples/mp-jsonb-configuration/pom.xml            |  2 +-
 examples/mp-metrics-counted/pom.xml                |  2 +-
 examples/mp-metrics-histogram/pom.xml              |  2 +-
 examples/mp-metrics-timed/pom.xml                  |  2 +-
 examples/mp-rest-client/pom.xml                    |  2 +-
 examples/mp-rest-jwt-jwk/pom.xml                   |  2 +-
 examples/mp-rest-jwt-principal/pom.xml             |  2 +-
 examples/mp-rest-jwt-public-key/pom.xml            |  2 +-
 examples/mp-rest-jwt/pom.xml                       |  2 +-
 examples/mtom/pom.xml                              |  2 +-
 examples/multi-jpa-provider-testing/pom.xml        |  2 +-
 examples/multiple-arquillian-adapters/pom.xml      |  2 +-
 examples/multiple-tomee-arquillian/pom.xml         |  2 +-
 examples/mvc-cxf-hibernate/pom.xml                 |  2 +-
 examples/mvc-cxf/pom.xml                           |  2 +-
 examples/mvc-resteasy/pom.xml                      |  2 +-
 examples/myfaces-codi-demo/pom.xml                 |  2 +-
 examples/persistence-fragment/pom.xml              |  2 +-
 examples/pojo-webservice/pom.xml                   |  2 +-
 examples/polling-parent/polling-client/pom.xml     |  2 +-
 examples/polling-parent/polling-core/pom.xml       |  2 +-
 examples/polling-parent/polling-domain/pom.xml     |  2 +-
 examples/polling-parent/polling-mdb/pom.xml        |  2 +-
 examples/polling-parent/polling-web/pom.xml        |  2 +-
 examples/polling-parent/pom.xml                    |  2 +-
 examples/pom.xml                                   |  2 +-
 examples/projectstage-demo/pom.xml                 |  2 +-
 examples/quartz-app/pom.xml                        |  2 +-
 examples/quartz-app/quartz-beans/pom.xml           |  2 +-
 examples/quartz-app/quartz-ra/pom.xml              |  2 +-
 examples/realm-in-tomee/pom.xml                    |  2 +-
 .../reload-persistence-unit-properties/pom.xml     |  2 +-
 examples/resources-declared-in-webapp/pom.xml      |  2 +-
 examples/resources-jmx-example/pom.xml             |  2 +-
 .../resources-jmx-ear/pom.xml                      |  2 +-
 .../resources-jmx-ejb/pom.xml                      |  2 +-
 examples/rest-applicationcomposer-mockito/pom.xml  |  2 +-
 examples/rest-applicationcomposer/pom.xml          |  2 +-
 examples/rest-cdi/pom.xml                          |  2 +-
 examples/rest-example-with-application/pom.xml     |  2 +-
 examples/rest-example/pom.xml                      |  2 +-
 examples/rest-jaas/pom.xml                         |  2 +-
 examples/rest-on-ejb/pom.xml                       |  2 +-
 examples/rest-xml-json/pom.xml                     |  2 +-
 examples/scala-basic/pom.xml                       |  2 +-
 examples/schedule-events/pom.xml                   |  2 +-
 examples/schedule-expression/pom.xml               |  2 +-
 examples/schedule-methods-meta/pom.xml             |  2 +-
 examples/schedule-methods/pom.xml                  |  2 +-
 examples/server-events/pom.xml                     |  2 +-
 examples/simple-cdi-interceptor/pom.xml            |  2 +-
 examples/simple-cmp2/pom.xml                       |  2 +-
 .../simple-ear/moviefun-business-logic/pom.xml     |  2 +-
 .../simple-ear/moviefun-business-model/pom.xml     |  2 +-
 examples/simple-ear/moviefun-ear/pom.xml           |  2 +-
 .../simple-ear/moviefun-functional-tests/pom.xml   |  2 +-
 examples/simple-ear/moviefun-webapp/pom.xml        |  2 +-
 examples/simple-ear/pom.xml                        |  2 +-
 examples/simple-mdb-and-cdi/pom.xml                |  2 +-
 examples/simple-mdb-with-descriptor/pom.xml        |  2 +-
 examples/simple-mdb/pom.xml                        |  2 +-
 examples/simple-remote-tomcatusers/pom.xml         |  2 +-
 examples/simple-rest/pom.xml                       |  2 +-
 examples/simple-singleton/pom.xml                  |  2 +-
 examples/simple-stateful-callbacks/pom.xml         | 14 ++----
 examples/simple-stateful/pom.xml                   |  2 +-
 examples/simple-stateless-callbacks/pom.xml        |  2 +-
 examples/simple-stateless-with-descriptor/pom.xml  |  2 +-
 examples/simple-stateless/pom.xml                  |  2 +-
 .../simple-webservice-without-interface/pom.xml    |  2 +-
 examples/simple-webservice/pom.xml                 |  2 +-
 examples/singleton-startup-ordering/pom.xml        |  2 +-
 examples/spring-data-proxy-meta/pom.xml            |  2 +-
 examples/spring-data-proxy/pom.xml                 |  2 +-
 examples/struts/pom.xml                            |  2 +-
 examples/telephone-stateful/pom.xml                |  2 +-
 examples/testcase-injection/pom.xml                |  2 +-
 examples/testing-security-2/pom.xml                |  2 +-
 examples/testing-security-3/pom.xml                |  2 +-
 examples/testing-security-4/pom.xml                |  2 +-
 examples/testing-security-meta/pom.xml             |  2 +-
 examples/testing-security/pom.xml                  |  2 +-
 examples/testing-transactions-bmt/pom.xml          |  2 +-
 examples/testing-transactions/pom.xml              |  2 +-
 examples/tomee-jersey-eclipselink/pom.xml          |  2 +-
 examples/tomee-jms-portability/pom.xml             |  2 +-
 examples/transaction-rollback/pom.xml              |  2 +-
 examples/troubleshooting/pom.xml                   |  2 +-
 examples/vaadin-lts-v08-simple/pom.xml             |  2 +-
 examples/vaadin-lts-v10-simple/pom.xml             |  2 +-
 examples/vaadin-vxx-simple/pom.xml                 |  2 +-
 examples/webservice-attachments/pom.xml            |  2 +-
 examples/webservice-handlerchain/pom.xml           |  2 +-
 examples/webservice-holder/pom.xml                 |  2 +-
 examples/webservice-inheritance/pom.xml            |  2 +-
 examples/webservice-security/pom.xml               |  2 +-
 examples/webservice-ssl-client-cert/pom.xml        |  2 +-
 examples/webservice-ws-security/pom.xml            |  2 +-
 .../webservice-ws-with-resources-config/pom.xml    |  2 +-
 examples/websocket-tls-basic-auth/pom.xml          |  2 +-
 examples/xa-datasource/pom.xml                     |  2 +-
 gradle/gradle-tomee-embedded/pom.xml               |  2 +-
 gradle/pom.xml                                     |  2 +-
 itests/failover-ejb/pom.xml                        |  2 +-
 itests/failover/pom.xml                            |  2 +-
 itests/legacy-client/pom.xml                       |  2 +-
 itests/legacy-server/pom.xml                       |  2 +-
 itests/microprofile-jwt-itests/pom.xml             |  2 +-
 itests/openejb-itests-app/pom.xml                  |  2 +-
 itests/openejb-itests-beans/pom.xml                |  2 +-
 itests/openejb-itests-client/pom.xml               |  2 +-
 itests/openejb-itests-interceptor-beans/pom.xml    |  2 +-
 itests/openejb-itests-servlets/pom.xml             |  2 +-
 itests/openejb-itests-web/pom.xml                  |  2 +-
 itests/pom.xml                                     |  2 +-
 itests/startup/pom.xml                             |  2 +-
 itests/tomee-server-composer/pom.xml               |  2 +-
 itests/tomee-server-version/pom.xml                |  2 +-
 maven/applicationcomposer-maven-plugin/pom.xml     |  2 +-
 maven/jarstxt-maven-plugin/pom.xml                 |  2 +-
 maven/maven-util/pom.xml                           |  2 +-
 maven/openejb-embedded-maven-plugin/pom.xml        |  2 +-
 maven/pom.xml                                      |  2 +-
 maven/tomee-embedded-maven-plugin/pom.xml          |  2 +-
 maven/tomee-maven-plugin/pom.xml                   |  2 +-
 maven/tomee-webapp-archetype/pom.xml               |  2 +-
 mp-jwt/pom.xml                                     |  2 +-
 pom.xml                                            | 30 +++----------
 server/openejb-activemq/pom.xml                    |  2 +-
 server/openejb-axis/pom.xml                        |  2 +-
 server/openejb-bonecp/pom.xml                      |  2 +-
 server/openejb-client/pom.xml                      | 26 ++---------
 server/openejb-common-cli/pom.xml                  |  2 +-
 server/openejb-cxf-rs/pom.xml                      |  2 +-
 server/openejb-cxf-transport/pom.xml               |  2 +-
 server/openejb-cxf/pom.xml                         | 21 ++-------
 server/openejb-daemon/pom.xml                      |  2 +-
 server/openejb-derbynet/pom.xml                    |  2 +-
 server/openejb-ejbd/pom.xml                        |  2 +-
 server/openejb-hessian/pom.xml                     |  2 +-
 server/openejb-hsql/pom.xml                        |  2 +-
 server/openejb-http/pom.xml                        |  2 +-
 server/openejb-multicast/pom.xml                   |  2 +-
 server/openejb-rest/pom.xml                        |  2 +-
 server/openejb-server/pom.xml                      |  2 +-
 server/openejb-ssh/pom.xml                         |  2 +-
 server/openejb-webservices/pom.xml                 | 21 ++-------
 server/pom.xml                                     |  2 +-
 tck/bval-embedded/pom.xml                          |  2 +-
 tck/bval-tomee/pom.xml                             |  2 +-
 tck/cdi-embedded/pom.xml                           |  2 +-
 tck/cdi-tomee/pom.xml                              |  2 +-
 tck/microprofile-tck/config/pom.xml                |  2 +-
 tck/microprofile-tck/fault-tolerance/pom.xml       |  2 +-
 tck/microprofile-tck/health/pom.xml                |  2 +-
 tck/microprofile-tck/jwt/pom.xml                   |  2 +-
 tck/microprofile-tck/metrics/pom.xml               |  2 +-
 tck/microprofile-tck/openapi/pom.xml               |  2 +-
 tck/microprofile-tck/opentracing/pom.xml           |  2 +-
 tck/microprofile-tck/pom.xml                       |  2 +-
 tck/microprofile-tck/rest-client/pom.xml           |  2 +-
 tck/pom.xml                                        |  2 +-
 tck/tck-common/pom.xml                             |  2 +-
 tomee/apache-tomee/pom.xml                         | 18 ++------
 tomee/pom.xml                                      |  2 +-
 tomee/tomee-catalina/pom.xml                       |  2 +-
 tomee/tomee-common/pom.xml                         |  2 +-
 tomee/tomee-config/pom.xml                         |  2 +-
 tomee/tomee-deb/pom.xml                            |  2 +-
 tomee/tomee-embedded/pom.xml                       |  2 +-
 tomee/tomee-jaxrs/pom.xml                          |  2 +-
 tomee/tomee-jdbc/pom.xml                           |  2 +-
 tomee/tomee-juli/pom.xml                           |  2 +-
 tomee/tomee-loader/pom.xml                         |  2 +-
 tomee/tomee-microprofile/mp-common/pom.xml         |  2 +-
 tomee/tomee-microprofile/pom.xml                   |  2 +-
 .../tomee-microprofile-webapp/pom.xml              |  2 +-
 tomee/tomee-mojarra/pom.xml                        |  2 +-
 tomee/tomee-myfaces/pom.xml                        |  2 +-
 tomee/tomee-overlay-runner/pom.xml                 |  2 +-
 tomee/tomee-plume-webapp/pom.xml                   |  2 +-
 tomee/tomee-plus-webapp/pom.xml                    |  2 +-
 tomee/tomee-security/pom.xml                       |  2 +-
 tomee/tomee-util/pom.xml                           |  2 +-
 tomee/tomee-webaccess/pom.xml                      | 19 ++------
 tomee/tomee-webapp/pom.xml                         |  2 +-
 tomee/tomee-webservices/pom.xml                    |  2 +-
 utils/livereload-tomee/pom.xml                     |  2 +-
 utils/log4j2-tomee/pom.xml                         |  2 +-
 utils/openejb-core-eclipselink/pom.xml             |  2 +-
 utils/openejb-core-hibernate/pom.xml               |  2 +-
 utils/openejb-mockito/pom.xml                      |  2 +-
 utils/openejb-provisionning/pom.xml                |  2 +-
 utils/pom.xml                                      |  2 +-
 utils/webdeployer/pom.xml                          |  2 +-
 317 files changed, 390 insertions(+), 517 deletions(-)
 copy {itests/openejb-itests-servlets => boms/jaxb-runtime}/pom.xml (62%)
 copy {assembly => boms}/pom.xml (84%)


[tomee] 02/03: Use JAXB 2.3. Introduce "BOM" concept to reduce redundancy of deps & excludes.

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 7f8a0cbb18a46011b50cfcdb5a65d22e38b1b99f
Author: David Blevins <da...@gmail.com>
AuthorDate: Tue Aug 13 00:20:21 2019 -0700

    Use JAXB 2.3.  Introduce "BOM" concept to reduce redundancy of deps & excludes.
---
 boms/jaxb-runtime/pom.xml                     | 63 +++++++++++++++++++++++++++
 boms/pom.xml                                  | 41 +++++++++++++++++
 container/openejb-jee/pom.xml                 | 21 +--------
 examples/groovy-cdi/pom.xml                   | 16 ++-----
 examples/groovy-jpa/pom.xml                   | 16 ++-----
 examples/groovy-spock/pom.xml                 | 16 ++-----
 examples/jaxrs-json-provider-jettison/pom.xml |  7 +++
 examples/simple-stateful-callbacks/pom.xml    | 12 ++---
 pom.xml                                       | 30 +++----------
 server/openejb-client/pom.xml                 | 24 +---------
 server/openejb-cxf/pom.xml                    | 19 +-------
 server/openejb-webservices/pom.xml            | 19 +-------
 tomee/apache-tomee/pom.xml                    | 16 ++-----
 tomee/tomee-webaccess/pom.xml                 | 17 +-------
 14 files changed, 141 insertions(+), 176 deletions(-)

diff --git a/boms/jaxb-runtime/pom.xml b/boms/jaxb-runtime/pom.xml
new file mode 100644
index 0000000..5e1eafb
--- /dev/null
+++ b/boms/jaxb-runtime/pom.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <groupId>org.apache.tomee.bom</groupId>
+    <artifactId>boms</artifactId>
+    <version>8.0.0-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jaxb-runtime</artifactId>
+  <packaging>pom</packaging>
+  <name>TomEE :: BOMs :: JAXB Runtime</name>
+
+  <!-- For easy copy paste
+    <dependency>
+      <groupId>org.apache.tomee.bom</groupId>
+      <artifactId>jaxb-runtime</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  -->
+
+  <dependencies>
+    <dependency>
+      <groupId>jakarta.xml.bind</groupId>
+      <artifactId>jakarta.xml.bind-api</artifactId>
+      <version>2.3.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.glassfish.jaxb</groupId>
+      <artifactId>jaxb-runtime</artifactId>
+      <version>2.3.2</version>
+      <exclusions>
+        <exclusion> <!-- Is already included in java-ee-api -->
+          <artifactId>jakarta.activation</artifactId>
+          <groupId>jakarta.activation-api</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+
+</project>
+
diff --git a/boms/pom.xml b/boms/pom.xml
new file mode 100644
index 0000000..1db12e3
--- /dev/null
+++ b/boms/pom.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
+    <artifactId>tomee-project</artifactId>
+    <groupId>org.apache.tomee</groupId>
+    <version>8.0.0-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.tomee.bom</groupId>
+  <artifactId>boms</artifactId>
+  <packaging>pom</packaging>
+  <name>TomEE :: BOMs</name>
+
+  <modules>
+    <module>jaxb-runtime</module>
+  </modules>
+
+</project>
+
diff --git a/container/openejb-jee/pom.xml b/container/openejb-jee/pom.xml
index 63c9d93..144f4be 100644
--- a/container/openejb-jee/pom.xml
+++ b/container/openejb-jee/pom.xml
@@ -59,26 +59,9 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>jakarta.xml.bind</groupId>
-      <artifactId>jakarta.xml.bind-api</artifactId>
-      <scope>provided</scope>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <scope>provided</scope>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml
index e3ef823..a3105c3 100644
--- a/examples/groovy-cdi/pom.xml
+++ b/examples/groovy-cdi/pom.xml
@@ -80,20 +80,10 @@
       <version>2.4.8</version>
     </dependency>
     <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>2.3.2</version>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <artifactId>jakarta.activation</artifactId>
-          <groupId>jakarta.activation-api</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-      <version>1.0.1</version>
+      <version>8.0.0-SNAPSHOT</version>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml
index be2a127..3bd65fc 100644
--- a/examples/groovy-jpa/pom.xml
+++ b/examples/groovy-jpa/pom.xml
@@ -81,20 +81,10 @@
       <version>2.4.8</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>2.3.2</version>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <artifactId>jakarta.activation</artifactId>
-          <groupId>jakarta.activation-api</groupId>
-        </exclusion>
-      </exclusions>
+      <version>8.0.0-SNAPSHOT</version>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml
index cbbc352..31c37a7 100644
--- a/examples/groovy-spock/pom.xml
+++ b/examples/groovy-spock/pom.xml
@@ -90,20 +90,10 @@
       <version>2.4.8</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-      <version>1.0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>2.3.2</version>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <artifactId>jakarta.activation</artifactId>
-          <groupId>jakarta.activation-api</groupId>
-        </exclusion>
-      </exclusions>
+      <version>8.0.0-SNAPSHOT</version>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/examples/jaxrs-json-provider-jettison/pom.xml b/examples/jaxrs-json-provider-jettison/pom.xml
index 811a993..d930405 100755
--- a/examples/jaxrs-json-provider-jettison/pom.xml
+++ b/examples/jaxrs-json-provider-jettison/pom.xml
@@ -43,6 +43,13 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.tomee.bom</groupId>
+      <artifactId>jaxb-runtime</artifactId>
+      <version>8.0.0-SNAPSHOT</version>
+      <type>pom</type>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>${junit.version}</version>
diff --git a/examples/simple-stateful-callbacks/pom.xml b/examples/simple-stateful-callbacks/pom.xml
index ae54a82..97a952c 100644
--- a/examples/simple-stateful-callbacks/pom.xml
+++ b/examples/simple-stateful-callbacks/pom.xml
@@ -58,16 +58,10 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>2.3.2</version>
-      <scope>provided</scope>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <artifactId>jakarta.activation</artifactId>
-          <groupId>jakarta.activation-api</groupId>
-        </exclusion>
-      </exclusions>
+      <version>8.0.0-SNAPSHOT</version>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/pom.xml b/pom.xml
index 9a216b7..60f5e60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -565,6 +565,7 @@
         <activeByDefault>true</activeByDefault>
       </activation>
       <modules>
+        <module>boms</module>
         <module>itests</module>
         <module>maven</module>
         <module>gradle</module>
@@ -603,6 +604,7 @@
     <profile>
       <id>quick</id>
       <modules>
+        <module>boms</module>
         <module>maven</module>
         <module>gradle</module>
         <module>container</module>
@@ -1823,38 +1825,16 @@
         <artifactId>eclipselink</artifactId>
         <version>${version.eclipselink}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-        <version>1.0.1</version>
-      </dependency>
-
       <dependency> <!-- Added in for backwards compatibility with the move to Jakarta EE coordinates -->
         <groupId>com.sun.activation</groupId>
         <artifactId>jakarta.activation</artifactId>
         <version>1.2.1</version>
       </dependency>
       <dependency>
-        <groupId>jakarta.xml.bind</groupId>
-        <artifactId>jakarta.xml.bind-api</artifactId>
-        <version>2.3.2</version>
-        <exclusions>
-          <exclusion> <!-- Is already included in java-ee-api -->
-            <artifactId>jakarta.activation</artifactId>
-            <groupId>jakarta.activation-api</groupId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.glassfish.jaxb</groupId>
+        <groupId>org.apache.tomee.bom</groupId>
         <artifactId>jaxb-runtime</artifactId>
-        <version>2.3.2</version>
-        <exclusions>
-          <exclusion> <!-- Is already included in java-ee-api -->
-            <artifactId>jakarta.activation</artifactId>
-            <groupId>jakarta.activation-api</groupId>
-          </exclusion>
-        </exclusions>
+        <version>${project.version}</version>
+        <type>pom</type>
       </dependency>
       <dependency> <!-- licence apache, only 110ko -->
         <groupId>org.fusesource.jansi</groupId>
diff --git a/server/openejb-client/pom.xml b/server/openejb-client/pom.xml
index 56137a9..4d4fe8b 100644
--- a/server/openejb-client/pom.xml
+++ b/server/openejb-client/pom.xml
@@ -142,29 +142,9 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.javamail</groupId>
-      <artifactId>geronimo-javamail_1.5_mail</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>jakarta.xml.bind</groupId>
-      <artifactId>jakarta.xml.bind-api</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>      
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index fe74dec..73a5676 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -143,24 +143,9 @@
       <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>jakarta.xml.bind</groupId>
-      <artifactId>jakarta.xml.bind-api</artifactId>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>
diff --git a/server/openejb-webservices/pom.xml b/server/openejb-webservices/pom.xml
index 1dbd659..b44d0d8 100644
--- a/server/openejb-webservices/pom.xml
+++ b/server/openejb-webservices/pom.xml
@@ -62,24 +62,9 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>jakarta.xml.bind</groupId>
-      <artifactId>jakarta.xml.bind-api</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>      
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <type>pom</type>
     </dependency>
     <dependency>
       <groupId>org.codehaus.swizzle</groupId>
diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 5452e92..759c86c 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -282,20 +282,10 @@
             <version>${version.javaee-api}</version>
           </dependency>
           <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-            <version>1.0.1</version>
-          </dependency>
-          <dependency>
-            <groupId>org.glassfish.jaxb</groupId>
+            <groupId>org.apache.tomee.bom</groupId>
             <artifactId>jaxb-runtime</artifactId>
-            <version>2.3.2</version>
-            <exclusions>
-              <exclusion> <!-- Is already included in java-ee-api -->
-                <artifactId>jakarta.activation</artifactId>
-                <groupId>jakarta.activation-api</groupId>
-              </exclusion>
-            </exclusions>
+            <version>${project.version}</version>
+            <type>pom</type>
           </dependency>
           <dependency>
             <groupId>${project.groupId}</groupId>
diff --git a/tomee/tomee-webaccess/pom.xml b/tomee/tomee-webaccess/pom.xml
index b02e6cf..d652a90 100644
--- a/tomee/tomee-webaccess/pom.xml
+++ b/tomee/tomee-webaccess/pom.xml
@@ -230,22 +230,9 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-      <version>1.0.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
+      <groupId>org.apache.tomee.bom</groupId>
       <artifactId>jaxb-runtime</artifactId>
-      <version>2.3.2</version>
-      <scope>provided</scope>     
-      <exclusions>
-        <exclusion> <!-- Is already included in java-ee-api -->
-          <groupId>jakarta.activation</groupId>
-          <artifactId>jakarta.activation-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <type>pom</type>
     </dependency>
   </dependencies>
   <build>


[tomee] 03/03: Merge branch 'master' of github.com:apache/tomee

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 2064c06b713a95d6eb1a532c1659499d7f33365e
Merge: 7f8a0cb 4e00382
Author: David Blevins <da...@gmail.com>
AuthorDate: Tue Aug 13 00:21:19 2019 -0700

    Merge branch 'master' of github.com:apache/tomee

 .../designbycontract/PoleVaultingManager.java      | 26 ----------------------
 .../designbycontract/PoleVaultingManagerBean.java  |  6 ++---
 .../designbycontract/OlympicGamesTest.java         |  2 +-
 3 files changed, 4 insertions(+), 30 deletions(-)


[tomee] 01/03: Rebrand the Maven modules s/OpenEJB/TomEE/

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 4fff8bb69b9d313a2db24a5571b26367427054c5
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon Aug 12 20:29:48 2019 -0700

    Rebrand the Maven modules s/OpenEJB/TomEE/
---
 arquillian/arquillian-common/pom.xml                                    | 2 +-
 arquillian/arquillian-openejb-embedded/pom.xml                          | 2 +-
 arquillian/arquillian-openejb-transaction-provider/pom.xml              | 2 +-
 arquillian/arquillian-tck/pom.xml                                       | 2 +-
 arquillian/arquillian-tomee-common/pom.xml                              | 2 +-
 arquillian/arquillian-tomee-embedded/pom.xml                            | 2 +-
 arquillian/arquillian-tomee-moviefun-example/pom.xml                    | 2 +-
 arquillian/arquillian-tomee-remote/pom.xml                              | 2 +-
 arquillian/arquillian-tomee-tests/arquillian-tomee-codi-tests/pom.xml   | 2 +-
 arquillian/arquillian-tomee-tests/arquillian-tomee-config-tests/pom.xml | 2 +-
 arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/pom.xml  | 2 +-
 arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/pom.xml  | 2 +-
 arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/pom.xml    | 2 +-
 .../arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml    | 2 +-
 arquillian/arquillian-tomee-tests/pom.xml                               | 2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml                       | 2 +-
 arquillian/pom.xml                                                      | 2 +-
 arquillian/ziplock/pom.xml                                              | 2 +-
 assembly/openejb-lite/pom.xml                                           | 2 +-
 assembly/openejb-standalone/pom.xml                                     | 2 +-
 assembly/pom.xml                                                        | 2 +-
 container/mbean-annotation-api/pom.xml                                  | 2 +-
 container/openejb-api/pom.xml                                           | 2 +-
 container/openejb-core/pom.xml                                          | 2 +-
 container/openejb-javaagent/pom.xml                                     | 2 +-
 container/openejb-jee-accessors/pom.xml                                 | 2 +-
 container/openejb-jee/pom.xml                                           | 2 +-
 container/openejb-jpa-integration/pom.xml                               | 2 +-
 container/openejb-junit/pom.xml                                         | 2 +-
 container/openejb-loader/pom.xml                                        | 2 +-
 container/pom.xml                                                       | 2 +-
 examples/access-timeout-meta/pom.xml                                    | 2 +-
 examples/access-timeout/pom.xml                                         | 2 +-
 examples/alternate-descriptors/pom.xml                                  | 2 +-
 examples/applet/pom.xml                                                 | 2 +-
 examples/application-composer/pom.xml                                   | 2 +-
 examples/applicationcomposer-jaxws-cdi/pom.xml                          | 2 +-
 examples/applicationexception/pom.xml                                   | 2 +-
 examples/arquillian-jpa/pom.xml                                         | 2 +-
 examples/async-methods/pom.xml                                          | 2 +-
 examples/async-postconstruct/pom.xml                                    | 2 +-
 examples/bean-validation-design-by-contract/pom.xml                     | 2 +-
 examples/cdi-alternative-and-stereotypes/pom.xml                        | 2 +-
 examples/cdi-application-scope/pom.xml                                  | 2 +-
 examples/cdi-basic/pom.xml                                              | 2 +-
 examples/cdi-ejbcontext-jaas/pom.xml                                    | 2 +-
 examples/cdi-events/pom.xml                                             | 2 +-
 examples/cdi-interceptors/pom.xml                                       | 2 +-
 examples/cdi-produces-disposes/pom.xml                                  | 2 +-
 examples/cdi-produces-field/pom.xml                                     | 2 +-
 examples/cdi-qualifier/pom.xml                                          | 2 +-
 examples/cdi-realm/pom.xml                                              | 2 +-
 examples/cdi-request-scope/pom.xml                                      | 2 +-
 examples/cdi-session-scope/pom.xml                                      | 2 +-
 examples/change-jaxws-url/pom.xml                                       | 2 +-
 examples/client-resource-lookup-preview/pom.xml                         | 2 +-
 examples/cloud-tomee-azure/pom.xml                                      | 2 +-
 examples/component-interfaces/pom.xml                                   | 2 +-
 examples/concurrency-utils/pom.xml                                      | 2 +-
 examples/connector-ear/connector-sample-api/pom.xml                     | 2 +-
 examples/connector-ear/connector-sample-ear/pom.xml                     | 2 +-
 examples/connector-ear/connector-sample-functional-tests/pom.xml        | 2 +-
 examples/connector-ear/connector-sample-impl/pom.xml                    | 2 +-
 examples/connector-ear/connector-sample-rar/pom.xml                     | 2 +-
 examples/connector-ear/connector-sample-war/pom.xml                     | 2 +-
 examples/connector-ear/pom.xml                                          | 2 +-
 examples/connector-war/pom.xml                                          | 2 +-
 examples/cucumber-jvm/pom.xml                                           | 2 +-
 examples/custom-injection/pom.xml                                       | 2 +-
 examples/datasource-ciphered-password/pom.xml                           | 2 +-
 examples/datasource-definition/pom.xml                                  | 2 +-
 examples/datasource-versioning/pom.xml                                  | 2 +-
 examples/decorators/pom.xml                                             | 2 +-
 examples/deltaspike-configproperty/pom.xml                              | 2 +-
 examples/deltaspike-exception-handling/pom.xml                          | 2 +-
 examples/deltaspike-fullstack/pom.xml                                   | 2 +-
 examples/deltaspike-i18n/pom.xml                                        | 2 +-
 examples/dynamic-dao-implementation/pom.xml                             | 2 +-
 examples/dynamic-datasource-routing/pom.xml                             | 2 +-
 examples/dynamic-implementation/pom.xml                                 | 2 +-
 examples/dynamic-proxy-to-access-mbean/pom.xml                          | 2 +-
 examples/ear-testing/business-logic/pom.xml                             | 2 +-
 examples/ear-testing/business-model/pom.xml                             | 2 +-
 examples/ear-testing/pom.xml                                            | 2 +-
 examples/ejb-examples/pom.xml                                           | 2 +-
 examples/ejb-remote-call-2/pom.xml                                      | 2 +-
 examples/ejb-remote-call/pom.xml                                        | 2 +-
 examples/ejb-webservice/pom.xml                                         | 2 +-
 examples/groovy-cdi/pom.xml                                             | 2 +-
 examples/groovy-jpa/pom.xml                                             | 2 +-
 examples/groovy-spock/pom.xml                                           | 2 +-
 examples/helloworld-weblogic/pom.xml                                    | 2 +-
 examples/injection-of-connectionfactory/pom.xml                         | 2 +-
 examples/injection-of-datasource/pom.xml                                | 2 +-
 examples/injection-of-ejbs/pom.xml                                      | 2 +-
 examples/injection-of-entitymanager/pom.xml                             | 2 +-
 examples/injection-of-env-entry/pom.xml                                 | 2 +-
 examples/interceptors/pom.xml                                           | 2 +-
 examples/java-modules/pom.xml                                           | 2 +-
 examples/javamail/pom.xml                                               | 2 +-
 examples/jaxrs-filter/pom.xml                                           | 2 +-
 examples/jaxrs-json-provider-jettison/pom.xml                           | 2 +-
 examples/jpa-eclipselink/pom.xml                                        | 2 +-
 examples/jpa-enumerated/pom.xml                                         | 2 +-
 examples/jpa-hibernate/pom.xml                                          | 2 +-
 examples/jsf-cdi-and-ejb/pom.xml                                        | 2 +-
 examples/jsf-managedBean-and-ejb/pom.xml                                | 2 +-
 examples/jsonb-configuration/pom.xml                                    | 2 +-
 examples/jsonb-custom-serializer/pom.xml                                | 2 +-
 examples/lookup-of-ejbs-with-descriptor/pom.xml                         | 2 +-
 examples/lookup-of-ejbs/pom.xml                                         | 2 +-
 examples/mbean-auto-registration/pom.xml                                | 2 +-
 examples/moviefun-rest/pom.xml                                          | 2 +-
 examples/moviefun/pom.xml                                               | 2 +-
 examples/movies-complete-meta/pom.xml                                   | 2 +-
 examples/movies-complete/pom.xml                                        | 2 +-
 examples/mp-custom-healthcheck/pom.xml                                  | 2 +-
 examples/mp-faulttolerance-fallback/pom.xml                             | 2 +-
 examples/mp-faulttolerance-retry/pom.xml                                | 2 +-
 examples/mp-faulttolerance-timeout/pom.xml                              | 2 +-
 examples/mp-jsonb-configuration/pom.xml                                 | 2 +-
 examples/mp-metrics-counted/pom.xml                                     | 2 +-
 examples/mp-metrics-histogram/pom.xml                                   | 2 +-
 examples/mp-metrics-timed/pom.xml                                       | 2 +-
 examples/mp-rest-client/pom.xml                                         | 2 +-
 examples/mp-rest-jwt-jwk/pom.xml                                        | 2 +-
 examples/mp-rest-jwt-principal/pom.xml                                  | 2 +-
 examples/mp-rest-jwt-public-key/pom.xml                                 | 2 +-
 examples/mp-rest-jwt/pom.xml                                            | 2 +-
 examples/mtom/pom.xml                                                   | 2 +-
 examples/multi-jpa-provider-testing/pom.xml                             | 2 +-
 examples/multiple-arquillian-adapters/pom.xml                           | 2 +-
 examples/multiple-tomee-arquillian/pom.xml                              | 2 +-
 examples/mvc-cxf-hibernate/pom.xml                                      | 2 +-
 examples/mvc-cxf/pom.xml                                                | 2 +-
 examples/mvc-resteasy/pom.xml                                           | 2 +-
 examples/myfaces-codi-demo/pom.xml                                      | 2 +-
 examples/persistence-fragment/pom.xml                                   | 2 +-
 examples/pojo-webservice/pom.xml                                        | 2 +-
 examples/polling-parent/polling-client/pom.xml                          | 2 +-
 examples/polling-parent/polling-core/pom.xml                            | 2 +-
 examples/polling-parent/polling-domain/pom.xml                          | 2 +-
 examples/polling-parent/polling-mdb/pom.xml                             | 2 +-
 examples/polling-parent/polling-web/pom.xml                             | 2 +-
 examples/polling-parent/pom.xml                                         | 2 +-
 examples/pom.xml                                                        | 2 +-
 examples/projectstage-demo/pom.xml                                      | 2 +-
 examples/quartz-app/pom.xml                                             | 2 +-
 examples/quartz-app/quartz-beans/pom.xml                                | 2 +-
 examples/quartz-app/quartz-ra/pom.xml                                   | 2 +-
 examples/realm-in-tomee/pom.xml                                         | 2 +-
 examples/reload-persistence-unit-properties/pom.xml                     | 2 +-
 examples/resources-declared-in-webapp/pom.xml                           | 2 +-
 examples/resources-jmx-example/pom.xml                                  | 2 +-
 examples/resources-jmx-example/resources-jmx-ear/pom.xml                | 2 +-
 examples/resources-jmx-example/resources-jmx-ejb/pom.xml                | 2 +-
 examples/rest-applicationcomposer-mockito/pom.xml                       | 2 +-
 examples/rest-applicationcomposer/pom.xml                               | 2 +-
 examples/rest-cdi/pom.xml                                               | 2 +-
 examples/rest-example-with-application/pom.xml                          | 2 +-
 examples/rest-example/pom.xml                                           | 2 +-
 examples/rest-jaas/pom.xml                                              | 2 +-
 examples/rest-on-ejb/pom.xml                                            | 2 +-
 examples/rest-xml-json/pom.xml                                          | 2 +-
 examples/scala-basic/pom.xml                                            | 2 +-
 examples/schedule-events/pom.xml                                        | 2 +-
 examples/schedule-expression/pom.xml                                    | 2 +-
 examples/schedule-methods-meta/pom.xml                                  | 2 +-
 examples/schedule-methods/pom.xml                                       | 2 +-
 examples/server-events/pom.xml                                          | 2 +-
 examples/simple-cdi-interceptor/pom.xml                                 | 2 +-
 examples/simple-cmp2/pom.xml                                            | 2 +-
 examples/simple-ear/moviefun-business-logic/pom.xml                     | 2 +-
 examples/simple-ear/moviefun-business-model/pom.xml                     | 2 +-
 examples/simple-ear/moviefun-ear/pom.xml                                | 2 +-
 examples/simple-ear/moviefun-functional-tests/pom.xml                   | 2 +-
 examples/simple-ear/moviefun-webapp/pom.xml                             | 2 +-
 examples/simple-ear/pom.xml                                             | 2 +-
 examples/simple-mdb-and-cdi/pom.xml                                     | 2 +-
 examples/simple-mdb-with-descriptor/pom.xml                             | 2 +-
 examples/simple-mdb/pom.xml                                             | 2 +-
 examples/simple-remote-tomcatusers/pom.xml                              | 2 +-
 examples/simple-rest/pom.xml                                            | 2 +-
 examples/simple-singleton/pom.xml                                       | 2 +-
 examples/simple-stateful-callbacks/pom.xml                              | 2 +-
 examples/simple-stateful/pom.xml                                        | 2 +-
 examples/simple-stateless-callbacks/pom.xml                             | 2 +-
 examples/simple-stateless-with-descriptor/pom.xml                       | 2 +-
 examples/simple-stateless/pom.xml                                       | 2 +-
 examples/simple-webservice-without-interface/pom.xml                    | 2 +-
 examples/simple-webservice/pom.xml                                      | 2 +-
 examples/singleton-startup-ordering/pom.xml                             | 2 +-
 examples/spring-data-proxy-meta/pom.xml                                 | 2 +-
 examples/spring-data-proxy/pom.xml                                      | 2 +-
 examples/struts/pom.xml                                                 | 2 +-
 examples/telephone-stateful/pom.xml                                     | 2 +-
 examples/testcase-injection/pom.xml                                     | 2 +-
 examples/testing-security-2/pom.xml                                     | 2 +-
 examples/testing-security-3/pom.xml                                     | 2 +-
 examples/testing-security-4/pom.xml                                     | 2 +-
 examples/testing-security-meta/pom.xml                                  | 2 +-
 examples/testing-security/pom.xml                                       | 2 +-
 examples/testing-transactions-bmt/pom.xml                               | 2 +-
 examples/testing-transactions/pom.xml                                   | 2 +-
 examples/tomee-jersey-eclipselink/pom.xml                               | 2 +-
 examples/tomee-jms-portability/pom.xml                                  | 2 +-
 examples/transaction-rollback/pom.xml                                   | 2 +-
 examples/troubleshooting/pom.xml                                        | 2 +-
 examples/vaadin-lts-v08-simple/pom.xml                                  | 2 +-
 examples/vaadin-lts-v10-simple/pom.xml                                  | 2 +-
 examples/vaadin-vxx-simple/pom.xml                                      | 2 +-
 examples/webservice-attachments/pom.xml                                 | 2 +-
 examples/webservice-handlerchain/pom.xml                                | 2 +-
 examples/webservice-holder/pom.xml                                      | 2 +-
 examples/webservice-inheritance/pom.xml                                 | 2 +-
 examples/webservice-security/pom.xml                                    | 2 +-
 examples/webservice-ssl-client-cert/pom.xml                             | 2 +-
 examples/webservice-ws-security/pom.xml                                 | 2 +-
 examples/webservice-ws-with-resources-config/pom.xml                    | 2 +-
 examples/websocket-tls-basic-auth/pom.xml                               | 2 +-
 examples/xa-datasource/pom.xml                                          | 2 +-
 gradle/gradle-tomee-embedded/pom.xml                                    | 2 +-
 gradle/pom.xml                                                          | 2 +-
 itests/failover-ejb/pom.xml                                             | 2 +-
 itests/failover/pom.xml                                                 | 2 +-
 itests/legacy-client/pom.xml                                            | 2 +-
 itests/legacy-server/pom.xml                                            | 2 +-
 itests/microprofile-jwt-itests/pom.xml                                  | 2 +-
 itests/openejb-itests-app/pom.xml                                       | 2 +-
 itests/openejb-itests-beans/pom.xml                                     | 2 +-
 itests/openejb-itests-client/pom.xml                                    | 2 +-
 itests/openejb-itests-interceptor-beans/pom.xml                         | 2 +-
 itests/openejb-itests-servlets/pom.xml                                  | 2 +-
 itests/openejb-itests-web/pom.xml                                       | 2 +-
 itests/pom.xml                                                          | 2 +-
 itests/startup/pom.xml                                                  | 2 +-
 itests/tomee-server-composer/pom.xml                                    | 2 +-
 itests/tomee-server-version/pom.xml                                     | 2 +-
 maven/applicationcomposer-maven-plugin/pom.xml                          | 2 +-
 maven/jarstxt-maven-plugin/pom.xml                                      | 2 +-
 maven/maven-util/pom.xml                                                | 2 +-
 maven/openejb-embedded-maven-plugin/pom.xml                             | 2 +-
 maven/pom.xml                                                           | 2 +-
 maven/tomee-embedded-maven-plugin/pom.xml                               | 2 +-
 maven/tomee-maven-plugin/pom.xml                                        | 2 +-
 maven/tomee-webapp-archetype/pom.xml                                    | 2 +-
 mp-jwt/pom.xml                                                          | 2 +-
 server/openejb-activemq/pom.xml                                         | 2 +-
 server/openejb-axis/pom.xml                                             | 2 +-
 server/openejb-bonecp/pom.xml                                           | 2 +-
 server/openejb-client/pom.xml                                           | 2 +-
 server/openejb-common-cli/pom.xml                                       | 2 +-
 server/openejb-cxf-rs/pom.xml                                           | 2 +-
 server/openejb-cxf-transport/pom.xml                                    | 2 +-
 server/openejb-cxf/pom.xml                                              | 2 +-
 server/openejb-daemon/pom.xml                                           | 2 +-
 server/openejb-derbynet/pom.xml                                         | 2 +-
 server/openejb-ejbd/pom.xml                                             | 2 +-
 server/openejb-hessian/pom.xml                                          | 2 +-
 server/openejb-hsql/pom.xml                                             | 2 +-
 server/openejb-http/pom.xml                                             | 2 +-
 server/openejb-multicast/pom.xml                                        | 2 +-
 server/openejb-rest/pom.xml                                             | 2 +-
 server/openejb-server/pom.xml                                           | 2 +-
 server/openejb-ssh/pom.xml                                              | 2 +-
 server/openejb-webservices/pom.xml                                      | 2 +-
 server/pom.xml                                                          | 2 +-
 tck/bval-embedded/pom.xml                                               | 2 +-
 tck/bval-tomee/pom.xml                                                  | 2 +-
 tck/cdi-embedded/pom.xml                                                | 2 +-
 tck/cdi-tomee/pom.xml                                                   | 2 +-
 tck/microprofile-tck/config/pom.xml                                     | 2 +-
 tck/microprofile-tck/fault-tolerance/pom.xml                            | 2 +-
 tck/microprofile-tck/health/pom.xml                                     | 2 +-
 tck/microprofile-tck/jwt/pom.xml                                        | 2 +-
 tck/microprofile-tck/metrics/pom.xml                                    | 2 +-
 tck/microprofile-tck/openapi/pom.xml                                    | 2 +-
 tck/microprofile-tck/opentracing/pom.xml                                | 2 +-
 tck/microprofile-tck/pom.xml                                            | 2 +-
 tck/microprofile-tck/rest-client/pom.xml                                | 2 +-
 tck/pom.xml                                                             | 2 +-
 tck/tck-common/pom.xml                                                  | 2 +-
 tomee/apache-tomee/pom.xml                                              | 2 +-
 tomee/pom.xml                                                           | 2 +-
 tomee/tomee-catalina/pom.xml                                            | 2 +-
 tomee/tomee-common/pom.xml                                              | 2 +-
 tomee/tomee-config/pom.xml                                              | 2 +-
 tomee/tomee-deb/pom.xml                                                 | 2 +-
 tomee/tomee-embedded/pom.xml                                            | 2 +-
 tomee/tomee-jaxrs/pom.xml                                               | 2 +-
 tomee/tomee-jdbc/pom.xml                                                | 2 +-
 tomee/tomee-juli/pom.xml                                                | 2 +-
 tomee/tomee-loader/pom.xml                                              | 2 +-
 tomee/tomee-microprofile/mp-common/pom.xml                              | 2 +-
 tomee/tomee-microprofile/pom.xml                                        | 2 +-
 tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml              | 2 +-
 tomee/tomee-mojarra/pom.xml                                             | 2 +-
 tomee/tomee-myfaces/pom.xml                                             | 2 +-
 tomee/tomee-overlay-runner/pom.xml                                      | 2 +-
 tomee/tomee-plume-webapp/pom.xml                                        | 2 +-
 tomee/tomee-plus-webapp/pom.xml                                         | 2 +-
 tomee/tomee-security/pom.xml                                            | 2 +-
 tomee/tomee-util/pom.xml                                                | 2 +-
 tomee/tomee-webaccess/pom.xml                                           | 2 +-
 tomee/tomee-webapp/pom.xml                                              | 2 +-
 tomee/tomee-webservices/pom.xml                                         | 2 +-
 utils/livereload-tomee/pom.xml                                          | 2 +-
 utils/log4j2-tomee/pom.xml                                              | 2 +-
 utils/openejb-core-eclipselink/pom.xml                                  | 2 +-
 utils/openejb-core-hibernate/pom.xml                                    | 2 +-
 utils/openejb-mockito/pom.xml                                           | 2 +-
 utils/openejb-provisionning/pom.xml                                     | 2 +-
 utils/pom.xml                                                           | 2 +-
 utils/webdeployer/pom.xml                                               | 2 +-
 314 files changed, 314 insertions(+), 314 deletions(-)

diff --git a/arquillian/arquillian-common/pom.xml b/arquillian/arquillian-common/pom.xml
index 6e36389..ea85aab 100644
--- a/arquillian/arquillian-common/pom.xml
+++ b/arquillian/arquillian-common/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>arquillian-common</artifactId>
   <packaging>jar</packaging>
 
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Common</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Common</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.common</tomee.build.name>
diff --git a/arquillian/arquillian-openejb-embedded/pom.xml b/arquillian/arquillian-openejb-embedded/pom.xml
index b13248c..715f9f8 100644
--- a/arquillian/arquillian-openejb-embedded/pom.xml
+++ b/arquillian/arquillian-openejb-embedded/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>arquillian-openejb-embedded</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: OpenEJB Container</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: OpenEJB Container</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.openejb.embedded</tomee.build.name>
diff --git a/arquillian/arquillian-openejb-transaction-provider/pom.xml b/arquillian/arquillian-openejb-transaction-provider/pom.xml
index 025a77e..5d8a410 100644
--- a/arquillian/arquillian-openejb-transaction-provider/pom.xml
+++ b/arquillian/arquillian-openejb-transaction-provider/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>arquillian-openejb-transaction-provider</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Transaction Provider</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Transaction Provider</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.openejb.transaction.provider</tomee.build.name>
diff --git a/arquillian/arquillian-tck/pom.xml b/arquillian/arquillian-tck/pom.xml
index 6f0f700..3b7fb48 100644
--- a/arquillian/arquillian-tck/pom.xml
+++ b/arquillian/arquillian-tck/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>arquillian-tck</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Arquillian TCK</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Arquillian TCK</name>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/arquillian/arquillian-tomee-common/pom.xml b/arquillian/arquillian-tomee-common/pom.xml
index 002017a..e06c634 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>arquillian-tomee-common</artifactId>
   <packaging>jar</packaging>
 
-  <name>OpenEJB :: Arquillian Adaptors Parent :: TomEE Common</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: TomEE Common</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.tomee.common</tomee.build.name>
diff --git a/arquillian/arquillian-tomee-embedded/pom.xml b/arquillian/arquillian-tomee-embedded/pom.xml
index de802ac..0e0d31d 100644
--- a/arquillian/arquillian-tomee-embedded/pom.xml
+++ b/arquillian/arquillian-tomee-embedded/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>arquillian-tomee-embedded</artifactId>
   <packaging>jar</packaging>
 
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Embedded Adaptor</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.tomee.embedded</tomee.build.name>
diff --git a/arquillian/arquillian-tomee-moviefun-example/pom.xml b/arquillian/arquillian-tomee-moviefun-example/pom.xml
index bacd1f3..c523b2f 100644
--- a/arquillian/arquillian-tomee-moviefun-example/pom.xml
+++ b/arquillian/arquillian-tomee-moviefun-example/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <artifactId>arquillian-tomee-moviefun-example</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Sample :: Moviefun</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Sample :: Moviefun</name>
 
   <properties>
     <version.selenium>2.40.0</version.selenium>
diff --git a/arquillian/arquillian-tomee-remote/pom.xml b/arquillian/arquillian-tomee-remote/pom.xml
index 7fb58c1..ee66499 100644
--- a/arquillian/arquillian-tomee-remote/pom.xml
+++ b/arquillian/arquillian-tomee-remote/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>arquillian-tomee-remote</artifactId>
   <packaging>jar</packaging>
 
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Remote</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Remote</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.tomee.remote</tomee.build.name>
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-codi-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-codi-tests/pom.xml
index bb10994..70589f7 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-codi-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-codi-tests/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>arquillian-tomee-codi-tests</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Tests :: CODI</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Tests :: CODI</name>
 
   <dependencies>
     <dependency>
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-config-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-config-tests/pom.xml
index f474596..c66f233 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-config-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-config-tests/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>arquillian-tomee-config-tests</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Tests :: Configuration Tests</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Tests :: Configuration Tests</name>
 
   <dependencies>
     <dependency>
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/pom.xml
index f4e1480..c2f441d 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>arquillian-tomee-jaxrs-tests</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXRS</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Tests :: JAXRS</name>
 
   <dependencies>
     <dependency>
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/pom.xml
index 6659860..505cb8b 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>arquillian-tomee-jaxws-tests</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Tests :: JAXWS</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Tests :: JAXWS</name>
 
   <dependencies>
     <dependency>
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/pom.xml
index 3bbe1f9..10342c4 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-jms-tests/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>arquillian-tomee-jms-tests</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Tests :: JMS</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Tests :: JMS</name>
 
   <properties>
     <profile-under-test>plus</profile-under-test>
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
index cf92e2e..80eabc3 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>arquillian-tomee-webprofile-tests</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Tests :: Web Profile</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Tests :: Web Profile</name>
 
   <dependencies>
     <dependency>
diff --git a/arquillian/arquillian-tomee-tests/pom.xml b/arquillian/arquillian-tomee-tests/pom.xml
index bab84f3..ca5f874 100644
--- a/arquillian/arquillian-tomee-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>arquillian-tomee-tests</artifactId>
   <packaging>pom</packaging>
 
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Tests</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Tests</name>
 
   <modules>
     <module>arquillian-tomee-webprofile-tests</module>
diff --git a/arquillian/arquillian-tomee-webapp-remote/pom.xml b/arquillian/arquillian-tomee-webapp-remote/pom.xml
index 2f72b0c..724229f 100644
--- a/arquillian/arquillian-tomee-webapp-remote/pom.xml
+++ b/arquillian/arquillian-tomee-webapp-remote/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>arquillian-tomee-webapp-remote</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: Webapp Remote</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: Webapp Remote</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.tomee.webapp.remote</tomee.build.name>
diff --git a/arquillian/pom.xml b/arquillian/pom.xml
index f696289..3985822 100644
--- a/arquillian/pom.xml
+++ b/arquillian/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>arquillian</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Arquillian Adaptors Parent</name>
+  <name>TomEE :: Arquillian Adaptors Parent</name>
 
   <modules>
     <module>arquillian-common</module>
diff --git a/arquillian/ziplock/pom.xml b/arquillian/ziplock/pom.xml
index dc6e824..9ff0a75 100644
--- a/arquillian/ziplock/pom.xml
+++ b/arquillian/ziplock/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>ziplock</artifactId>
-  <name>OpenEJB :: Arquillian Adaptors Parent :: ZipLock</name>
+  <name>TomEE :: Arquillian Adaptors Parent :: ZipLock</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.arquillian.ziplock</tomee.build.name>
diff --git a/assembly/openejb-lite/pom.xml b/assembly/openejb-lite/pom.xml
index e8fb349..5f1652d 100644
--- a/assembly/openejb-lite/pom.xml
+++ b/assembly/openejb-lite/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>openejb-lite</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Assembly :: All In One EJB Lite jar</name>
+  <name>TomEE :: Assembly :: All In One EJB Lite jar</name>
 
   <build>
     <defaultGoal>install</defaultGoal>
diff --git a/assembly/openejb-standalone/pom.xml b/assembly/openejb-standalone/pom.xml
index 1eb024c..d9a647e 100644
--- a/assembly/openejb-standalone/pom.xml
+++ b/assembly/openejb-standalone/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>openejb-standalone</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Assembly :: Standalone</name>
+  <name>TomEE :: Assembly :: Standalone</name>
 
   <build>
     <resources>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index ccab3f6..e24f94f 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>assembly</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Assembly</name>
+  <name>TomEE :: Assembly</name>
   <modules>
     <module>openejb-standalone</module>
     <module>openejb-lite</module>
diff --git a/container/mbean-annotation-api/pom.xml b/container/mbean-annotation-api/pom.xml
index be01f2e..e8294e2 100644
--- a/container/mbean-annotation-api/pom.xml
+++ b/container/mbean-annotation-api/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>mbean-annotation-api</artifactId>
-  <name>OpenEJB :: Container :: MBean Annotation API</name>
+  <name>TomEE :: Container :: MBean Annotation API</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.container.mbean.api</tomee.build.name>
diff --git a/container/openejb-api/pom.xml b/container/openejb-api/pom.xml
index ecbf3b5..095455d 100644
--- a/container/openejb-api/pom.xml
+++ b/container/openejb-api/pom.xml
@@ -28,7 +28,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-api</artifactId>
-  <name>OpenEJB :: Container :: API</name>
+  <name>TomEE :: Container :: API</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.container.api</tomee.build.name>
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 9fd435e..2a45a93 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>openejb-core</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Container :: Core</name>
+  <name>TomEE :: Container :: Core</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.container.core</tomee.build.name>
diff --git a/container/openejb-javaagent/pom.xml b/container/openejb-javaagent/pom.xml
index 2b7d85c..1319ce7 100644
--- a/container/openejb-javaagent/pom.xml
+++ b/container/openejb-javaagent/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-javaagent</artifactId>
-  <name>OpenEJB :: Container :: Java Agent</name>
+  <name>TomEE :: Container :: Java Agent</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.container.javaagent</tomee.build.name>
diff --git a/container/openejb-jee-accessors/pom.xml b/container/openejb-jee-accessors/pom.xml
index 883cafa..13f666d 100644
--- a/container/openejb-jee-accessors/pom.xml
+++ b/container/openejb-jee-accessors/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-jee-accessors</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Container :: Java EE Accessors</name>
+  <name>TomEE :: Container :: Java EE Accessors</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.container.jee.accessors</tomee.build.name>
diff --git a/container/openejb-jee/pom.xml b/container/openejb-jee/pom.xml
index 96a5673..63c9d93 100644
--- a/container/openejb-jee/pom.xml
+++ b/container/openejb-jee/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-jee</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Container :: Java EE</name>
+  <name>TomEE :: Container :: Java EE</name>
 
 
   <properties>
diff --git a/container/openejb-jpa-integration/pom.xml b/container/openejb-jpa-integration/pom.xml
index 8ed1086..1133a8c 100644
--- a/container/openejb-jpa-integration/pom.xml
+++ b/container/openejb-jpa-integration/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-jpa-integration</artifactId>
-  <name>OpenEJB :: Container :: JPA Integration</name>
+  <name>TomEE :: Container :: JPA Integration</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.container.jpa</tomee.build.name>
diff --git a/container/openejb-junit/pom.xml b/container/openejb-junit/pom.xml
index 531a1cf..e1d6684 100644
--- a/container/openejb-junit/pom.xml
+++ b/container/openejb-junit/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-junit</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Container :: JUnit</name>
+  <name>TomEE :: Container :: JUnit</name>
 
   <dependencies>
     <dependency>
diff --git a/container/openejb-loader/pom.xml b/container/openejb-loader/pom.xml
index 1ef3af6..759b840 100644
--- a/container/openejb-loader/pom.xml
+++ b/container/openejb-loader/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-loader</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Container :: Loader</name>
+  <name>TomEE :: Container :: Loader</name>
   <properties>
     <tomee.build.name>${project.groupId}.container.loader</tomee.build.name>
     <openejb.osgi.import.pkg />
diff --git a/container/pom.xml b/container/pom.xml
index b5d0a0d..962a461 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>container</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Container</name>
+  <name>TomEE :: Container</name>
 
   <modules>
     <module>mbean-annotation-api</module>
diff --git a/examples/access-timeout-meta/pom.xml b/examples/access-timeout-meta/pom.xml
index d00ebbd..950a32e 100644
--- a/examples/access-timeout-meta/pom.xml
+++ b/examples/access-timeout-meta/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>access-timeout-meta</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @AccessTimeout (Meta)</name>
+  <name>TomEE :: Examples :: @AccessTimeout (Meta)</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/access-timeout/pom.xml b/examples/access-timeout/pom.xml
index cf2dc7f..1676d4e 100644
--- a/examples/access-timeout/pom.xml
+++ b/examples/access-timeout/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>access-timeout</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @AccessTimeout</name>
+  <name>TomEE :: Examples :: @AccessTimeout</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/alternate-descriptors/pom.xml b/examples/alternate-descriptors/pom.xml
index 160a8f8..39ad066 100644
--- a/examples/alternate-descriptors/pom.xml
+++ b/examples/alternate-descriptors/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>alternate-descriptors</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Alternate Descriptors</name>
+  <name>TomEE :: Examples :: Alternate Descriptors</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml
index ffddcee..ebbebe0 100644
--- a/examples/applet/pom.xml
+++ b/examples/applet/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>applet</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Signed Applet EJB Client</name>
+  <name>TomEE :: Web Examples :: Signed Applet EJB Client</name>
   <url>http://tomee.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/application-composer/pom.xml b/examples/application-composer/pom.xml
index e2eb224..66d4fbf 100644
--- a/examples/application-composer/pom.xml
+++ b/examples/application-composer/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>application-composer</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Application Composer</name>
+  <name>TomEE :: Examples :: Application Composer</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/applicationcomposer-jaxws-cdi/pom.xml b/examples/applicationcomposer-jaxws-cdi/pom.xml
index d5b86f9..aefad61 100644
--- a/examples/applicationcomposer-jaxws-cdi/pom.xml
+++ b/examples/applicationcomposer-jaxws-cdi/pom.xml
@@ -23,7 +23,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>applicationcomposer-jaxws-cdi</artifactId>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Application Composer, JAX-WS and CDI are in a boat</name>
+  <name>TomEE :: Examples :: Application Composer, JAX-WS and CDI are in a boat</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/applicationexception/pom.xml b/examples/applicationexception/pom.xml
index 3f9a0e6..fe39d68 100644
--- a/examples/applicationexception/pom.xml
+++ b/examples/applicationexception/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>applicationexception</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @ApplicationException inheritance</name>
+  <name>TomEE :: Examples :: @ApplicationException inheritance</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/arquillian-jpa/pom.xml b/examples/arquillian-jpa/pom.xml
index d3a10d0..7de70e1 100644
--- a/examples/arquillian-jpa/pom.xml
+++ b/examples/arquillian-jpa/pom.xml
@@ -12,7 +12,7 @@ language governing permissions and limitations under the License. -->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>
   <artifactId>arquillian-jpa</artifactId>
-  <name>OpenEJB :: Examples :: Arquillian Persistence Extension Sample</name>
+  <name>TomEE :: Examples :: Arquillian Persistence Extension Sample</name>
   <version>8.0.0-SNAPSHOT</version>
 
   <properties>
diff --git a/examples/async-methods/pom.xml b/examples/async-methods/pom.xml
index f89441e..89c553a 100644
--- a/examples/async-methods/pom.xml
+++ b/examples/async-methods/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>async-methods</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Asynchronous Methods</name>
+  <name>TomEE :: Examples :: @Asynchronous Methods</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/async-postconstruct/pom.xml b/examples/async-postconstruct/pom.xml
index 555f57a..409e2a4 100644
--- a/examples/async-postconstruct/pom.xml
+++ b/examples/async-postconstruct/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>async-postconstruct</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Asynchronous @PostConstrct</name>
+  <name>TomEE :: Examples :: @Asynchronous @PostConstrct</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/bean-validation-design-by-contract/pom.xml b/examples/bean-validation-design-by-contract/pom.xml
index 29e8a2d..435b24b 100644
--- a/examples/bean-validation-design-by-contract/pom.xml
+++ b/examples/bean-validation-design-by-contract/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>bean-validation-design-by-contract</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Bean Validation Design By Contract</name>
+  <name>TomEE :: Examples :: Bean Validation Design By Contract</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/cdi-alternative-and-stereotypes/pom.xml b/examples/cdi-alternative-and-stereotypes/pom.xml
index 1b459e3..4e437fb 100644
--- a/examples/cdi-alternative-and-stereotypes/pom.xml
+++ b/examples/cdi-alternative-and-stereotypes/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>cdi-alternative-and-stereotypes</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: CDI Stereotypes</name>
+  <name>TomEE :: Examples :: CDI Stereotypes</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cdi-application-scope/pom.xml b/examples/cdi-application-scope/pom.xml
index 133f29f..1bd12c9 100644
--- a/examples/cdi-application-scope/pom.xml
+++ b/examples/cdi-application-scope/pom.xml
@@ -12,7 +12,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>
   <artifactId>cdi-application-scope</artifactId>
-  <name>OpenEJB :: Examples :: CDI Application Scope</name>
+  <name>TomEE :: Examples :: CDI Application Scope</name>
   <version>8.0.0-SNAPSHOT</version>
 
   <build>
diff --git a/examples/cdi-basic/pom.xml b/examples/cdi-basic/pom.xml
index 4b84063..7b5fd69 100644
--- a/examples/cdi-basic/pom.xml
+++ b/examples/cdi-basic/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>cdi-basic</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Basic CDI</name>
+  <name>TomEE :: Examples :: Basic CDI</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cdi-ejbcontext-jaas/pom.xml b/examples/cdi-ejbcontext-jaas/pom.xml
index 374bfc5..17d21d8 100644
--- a/examples/cdi-ejbcontext-jaas/pom.xml
+++ b/examples/cdi-ejbcontext-jaas/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>cdi-ejbcontext-jaas</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: CDI, EJBContext and JAAS</name>
+  <name>TomEE :: Examples :: CDI, EJBContext and JAAS</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/cdi-events/pom.xml b/examples/cdi-events/pom.xml
index 5df105d..5c441ab 100644
--- a/examples/cdi-events/pom.xml
+++ b/examples/cdi-events/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>cdi-events</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: CDI Events</name>
+  <name>TomEE :: Examples :: CDI Events</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cdi-interceptors/pom.xml b/examples/cdi-interceptors/pom.xml
index c50a498..12b9318 100644
--- a/examples/cdi-interceptors/pom.xml
+++ b/examples/cdi-interceptors/pom.xml
@@ -19,7 +19,7 @@
   <artifactId>cdi-interceptors</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: CDI Interceptors</name>
+  <name>TomEE :: Examples :: CDI Interceptors</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cdi-produces-disposes/pom.xml b/examples/cdi-produces-disposes/pom.xml
index 1156b5f..8cdb8ea 100644
--- a/examples/cdi-produces-disposes/pom.xml
+++ b/examples/cdi-produces-disposes/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>cdi-produces-disposes</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: CDI-Disposes</name>
+  <name>TomEE :: Examples :: CDI-Disposes</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cdi-produces-field/pom.xml b/examples/cdi-produces-field/pom.xml
index b343c3f..edbafe8 100644
--- a/examples/cdi-produces-field/pom.xml
+++ b/examples/cdi-produces-field/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>cdi-produces-field</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: CDI-Field Producer</name>
+  <name>TomEE :: Examples :: CDI-Field Producer</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cdi-qualifier/pom.xml b/examples/cdi-qualifier/pom.xml
index 3cc3141..de26334 100644
--- a/examples/cdi-qualifier/pom.xml
+++ b/examples/cdi-qualifier/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>cdi-qualifier</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Basic Qualifier</name>
+  <name>TomEE :: Examples :: Basic Qualifier</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cdi-realm/pom.xml b/examples/cdi-realm/pom.xml
index 39fe305..3fb47f3 100644
--- a/examples/cdi-realm/pom.xml
+++ b/examples/cdi-realm/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>cdi-realm</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: CDI Realm</name>
+  <name>TomEE :: Examples :: CDI Realm</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
diff --git a/examples/cdi-request-scope/pom.xml b/examples/cdi-request-scope/pom.xml
index 473ef14..ea30701 100644
--- a/examples/cdi-request-scope/pom.xml
+++ b/examples/cdi-request-scope/pom.xml
@@ -12,7 +12,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>
   <artifactId>cdi-request-scope</artifactId>
-  <name>OpenEJB :: Examples :: CDI Request Scope</name>
+  <name>TomEE :: Examples :: CDI Request Scope</name>
   <version>8.0.0-SNAPSHOT</version>
 
   <build>
diff --git a/examples/cdi-session-scope/pom.xml b/examples/cdi-session-scope/pom.xml
index 950ce00..fd56d96 100644
--- a/examples/cdi-session-scope/pom.xml
+++ b/examples/cdi-session-scope/pom.xml
@@ -13,7 +13,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>
   <artifactId>cdi-session-scope</artifactId>
-  <name>OpenEJB :: Examples :: CDI Session Scope</name>
+  <name>TomEE :: Examples :: CDI Session Scope</name>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
 
diff --git a/examples/change-jaxws-url/pom.xml b/examples/change-jaxws-url/pom.xml
index 0538cd8..512bb49 100644
--- a/examples/change-jaxws-url/pom.xml
+++ b/examples/change-jaxws-url/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>change-jaxws-url</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Change JAXWS URL</name>
+  <name>TomEE :: Web Examples :: Change JAXWS URL</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/client-resource-lookup-preview/pom.xml b/examples/client-resource-lookup-preview/pom.xml
index 2cc8eab..63327c9 100644
--- a/examples/client-resource-lookup-preview/pom.xml
+++ b/examples/client-resource-lookup-preview/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>client-resource-lookup-preview</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Client Resource Lookup</name>
+  <name>TomEE :: Examples :: Client Resource Lookup</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/cloud-tomee-azure/pom.xml b/examples/cloud-tomee-azure/pom.xml
index da47f8a..ff0138b 100644
--- a/examples/cloud-tomee-azure/pom.xml
+++ b/examples/cloud-tomee-azure/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>cloud-tomee-azure</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Azure deployment example</name>
+  <name>TomEE :: Examples :: Azure deployment example</name>
 
   <properties>
     <javaee-api.version>7.0</javaee-api.version>
diff --git a/examples/component-interfaces/pom.xml b/examples/component-interfaces/pom.xml
index 894cb6a..d08f0e7 100644
--- a/examples/component-interfaces/pom.xml
+++ b/examples/component-interfaces/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>component-interfaces</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: EJB 2.1 Component Interfaces</name>
+  <name>TomEE :: Examples :: EJB 2.1 Component Interfaces</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/concurrency-utils/pom.xml b/examples/concurrency-utils/pom.xml
index 3f41cb8..9bbf343 100644
--- a/examples/concurrency-utils/pom.xml
+++ b/examples/concurrency-utils/pom.xml
@@ -7,7 +7,7 @@
   <artifactId>concurrency-utils</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Concurrency utilities example</name>
+  <name>TomEE :: Examples :: Concurrency utilities example</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/connector-ear/connector-sample-api/pom.xml b/examples/connector-ear/connector-sample-api/pom.xml
index 23d36cf..9754854 100644
--- a/examples/connector-ear/connector-sample-api/pom.xml
+++ b/examples/connector-ear/connector-sample-api/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>connector-sample-api</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Connector Examples :: Connector in EAR :: API</name>
+  <name>TomEE :: Connector Examples :: Connector in EAR :: API</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/connector-ear/connector-sample-ear/pom.xml b/examples/connector-ear/connector-sample-ear/pom.xml
index 39f47fc..0906972 100644
--- a/examples/connector-ear/connector-sample-ear/pom.xml
+++ b/examples/connector-ear/connector-sample-ear/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>connector-sample-ear</artifactId>
   <packaging>ear</packaging>
-  <name>OpenEJB :: Connector Examples :: Connector in EAR :: EAR Packaging</name>
+  <name>TomEE :: Connector Examples :: Connector in EAR :: EAR Packaging</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/connector-ear/connector-sample-functional-tests/pom.xml b/examples/connector-ear/connector-sample-functional-tests/pom.xml
index ea1ec1b..2c5ea9d 100644
--- a/examples/connector-ear/connector-sample-functional-tests/pom.xml
+++ b/examples/connector-ear/connector-sample-functional-tests/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>connector-sample-functional-test</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Connector Examples :: Connector in EAR :: Functional Tests</name>
+  <name>TomEE :: Connector Examples :: Connector in EAR :: Functional Tests</name>
 
   <properties>
     <version.shrinkwrap.resolver>2.0.0</version.shrinkwrap.resolver>
diff --git a/examples/connector-ear/connector-sample-impl/pom.xml b/examples/connector-ear/connector-sample-impl/pom.xml
index 8262fe1..d7e38f5 100644
--- a/examples/connector-ear/connector-sample-impl/pom.xml
+++ b/examples/connector-ear/connector-sample-impl/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>connector-sample-impl</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Connector Examples :: Connector in EAR :: Connector Impl</name>
+  <name>TomEE :: Connector Examples :: Connector in EAR :: Connector Impl</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/connector-ear/connector-sample-rar/pom.xml b/examples/connector-ear/connector-sample-rar/pom.xml
index 0986e2a..00d8a85 100644
--- a/examples/connector-ear/connector-sample-rar/pom.xml
+++ b/examples/connector-ear/connector-sample-rar/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>connector-sample-rar</artifactId>
   <packaging>rar</packaging>
-  <name>OpenEJB :: Connector Examples :: Connector in EAR :: RAR Packaging</name>
+  <name>TomEE :: Connector Examples :: Connector in EAR :: RAR Packaging</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/connector-ear/connector-sample-war/pom.xml b/examples/connector-ear/connector-sample-war/pom.xml
index b6e7222..ea76034 100644
--- a/examples/connector-ear/connector-sample-war/pom.xml
+++ b/examples/connector-ear/connector-sample-war/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>connector-sample-war</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: Connector Examples :: Connector in EAR :: Sample WAR</name>
+  <name>TomEE :: Connector Examples :: Connector in EAR :: Sample WAR</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml
index a35a443..c22bbba 100644
--- a/examples/connector-ear/pom.xml
+++ b/examples/connector-ear/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>connector-ear</artifactId>
   <packaging>pom</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Connector Examples :: Connector in EAR</name>
+  <name>TomEE :: Connector Examples :: Connector in EAR</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/connector-war/pom.xml b/examples/connector-war/pom.xml
index 56d05f6..ec15c23 100644
--- a/examples/connector-war/pom.xml
+++ b/examples/connector-war/pom.xml
@@ -18,7 +18,7 @@
   <artifactId>connector-war</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Connector Examples :: Connector in WAR</name>
+  <name>TomEE :: Connector Examples :: Connector in WAR</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
diff --git a/examples/cucumber-jvm/pom.xml b/examples/cucumber-jvm/pom.xml
index 979bfcb..2b9f601 100644
--- a/examples/cucumber-jvm/pom.xml
+++ b/examples/cucumber-jvm/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>cucumber-jvm</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Cucumber JVM</name>
+  <name>TomEE :: Examples :: Cucumber JVM</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/custom-injection/pom.xml b/examples/custom-injection/pom.xml
index 1ee0a5d..a4c9e8b 100644
--- a/examples/custom-injection/pom.xml
+++ b/examples/custom-injection/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>custom-injection</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Expanded support for Env Entries</name>
+  <name>TomEE :: Examples :: Expanded support for Env Entries</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/datasource-ciphered-password/pom.xml b/examples/datasource-ciphered-password/pom.xml
index 580ca56..98bd78b 100644
--- a/examples/datasource-ciphered-password/pom.xml
+++ b/examples/datasource-ciphered-password/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>datasource-ciphered-password</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Datasource Ciphered Password</name>
+  <name>TomEE :: Examples :: Datasource Ciphered Password</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/datasource-definition/pom.xml b/examples/datasource-definition/pom.xml
index cf17059..23ab744 100644
--- a/examples/datasource-definition/pom.xml
+++ b/examples/datasource-definition/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>datasource-definition</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Datasource Definition</name>
+  <name>TomEE :: Examples :: Datasource Definition</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
diff --git a/examples/datasource-versioning/pom.xml b/examples/datasource-versioning/pom.xml
index 733ed05..55436a9 100644
--- a/examples/datasource-versioning/pom.xml
+++ b/examples/datasource-versioning/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>datasource-versioning</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Datasource Versioning</name>
+  <name>TomEE :: Examples :: Datasource Versioning</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/decorators/pom.xml b/examples/decorators/pom.xml
index 27c4578..06c85a4 100644
--- a/examples/decorators/pom.xml
+++ b/examples/decorators/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>decorators</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Decorators</name>
+  <name>TomEE :: Examples :: Decorators</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/deltaspike-configproperty/pom.xml b/examples/deltaspike-configproperty/pom.xml
index a45ced3..724bbef 100644
--- a/examples/deltaspike-configproperty/pom.xml
+++ b/examples/deltaspike-configproperty/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>deltaspike-configproperty</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: DeltaSpike @ConfigProperty</name>
+  <name>TomEE :: Examples :: DeltaSpike @ConfigProperty</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/deltaspike-exception-handling/pom.xml b/examples/deltaspike-exception-handling/pom.xml
index 6dcc16e..0ed31bf 100644
--- a/examples/deltaspike-exception-handling/pom.xml
+++ b/examples/deltaspike-exception-handling/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>deltaspike-exception-handling</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: DeltaSpike Exception Handling</name>
+  <name>TomEE :: Examples :: DeltaSpike Exception Handling</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml
index eb910d0..6f8f041 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -13,7 +13,7 @@
 
   <groupId>org.superbiz</groupId>
   <artifactId>deltaspike-fullstack</artifactId>
-  <name>OpenEJB :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike</name>
+  <name>TomEE :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike</name>
   <version>8.0.0-SNAPSHOT</version>
 
   <packaging>war</packaging>
diff --git a/examples/deltaspike-i18n/pom.xml b/examples/deltaspike-i18n/pom.xml
index d02999e..e320187 100644
--- a/examples/deltaspike-i18n/pom.xml
+++ b/examples/deltaspike-i18n/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>deltaspike-i18n</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: DeltaSpike I18n</name>
+  <name>TomEE :: Examples :: DeltaSpike I18n</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/dynamic-dao-implementation/pom.xml b/examples/dynamic-dao-implementation/pom.xml
index cf538f1..5652ba5 100644
--- a/examples/dynamic-dao-implementation/pom.xml
+++ b/examples/dynamic-dao-implementation/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>dynamic-dao-implementation</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Dynamic DAO Implementation</name>
+  <name>TomEE :: Examples :: Dynamic DAO Implementation</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/dynamic-datasource-routing/pom.xml b/examples/dynamic-datasource-routing/pom.xml
index f274c3c..78c79bc 100644
--- a/examples/dynamic-datasource-routing/pom.xml
+++ b/examples/dynamic-datasource-routing/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>dynamic-datasource-routing</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Dynamic Datasource Routing</name>
+  <name>TomEE :: Examples :: Dynamic Datasource Routing</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/dynamic-implementation/pom.xml b/examples/dynamic-implementation/pom.xml
index 78038c5..22153ff 100644
--- a/examples/dynamic-implementation/pom.xml
+++ b/examples/dynamic-implementation/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>dynamic-implementation</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Dynamic Implementation</name>
+  <name>TomEE :: Examples :: Dynamic Implementation</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/dynamic-proxy-to-access-mbean/pom.xml b/examples/dynamic-proxy-to-access-mbean/pom.xml
index 89d9170..d2aa48a 100644
--- a/examples/dynamic-proxy-to-access-mbean/pom.xml
+++ b/examples/dynamic-proxy-to-access-mbean/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>dynamic-proxy-to-access-mbean</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Dynamic MBean Proxy</name>
+  <name>TomEE :: Examples :: Dynamic MBean Proxy</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/ear-testing/business-logic/pom.xml b/examples/ear-testing/business-logic/pom.xml
index ac5660a..6781269 100644
--- a/examples/ear-testing/business-logic/pom.xml
+++ b/examples/ear-testing/business-logic/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>business-logic</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Ear Testing :: Business Logic</name>
+  <name>TomEE :: Examples :: Ear Testing :: Business Logic</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/ear-testing/business-model/pom.xml b/examples/ear-testing/business-model/pom.xml
index d370b9d..d4f659a 100644
--- a/examples/ear-testing/business-model/pom.xml
+++ b/examples/ear-testing/business-model/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>business-model</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Ear Testing :: Business Model</name>
+  <name>TomEE :: Examples :: Ear Testing :: Business Model</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/ear-testing/pom.xml b/examples/ear-testing/pom.xml
index ee437ce..e005c92 100644
--- a/examples/ear-testing/pom.xml
+++ b/examples/ear-testing/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>ear-testing</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Examples :: Ear Testing</name>
+  <name>TomEE :: Examples :: Ear Testing</name>
   <modules>
     <module>business-model</module>
     <module>business-logic</module>
diff --git a/examples/ejb-examples/pom.xml b/examples/ejb-examples/pom.xml
index b887258..94c5396 100644
--- a/examples/ejb-examples/pom.xml
+++ b/examples/ejb-examples/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>ejb-examples</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB Examples War</name>
+  <name>TomEE :: Web Examples :: EJB Examples War</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/ejb-remote-call-2/pom.xml b/examples/ejb-remote-call-2/pom.xml
index e49e399..2ee2b36 100644
--- a/examples/ejb-remote-call-2/pom.xml
+++ b/examples/ejb-remote-call-2/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>ejb-remote-call-2</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB Remote Call</name>
+  <name>TomEE :: Web Examples :: EJB Remote Call</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/ejb-remote-call/pom.xml b/examples/ejb-remote-call/pom.xml
index 09b6099..fbed3b7 100644
--- a/examples/ejb-remote-call/pom.xml
+++ b/examples/ejb-remote-call/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>ejb-remote-call</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB Remote Call</name>
+  <name>TomEE :: Web Examples :: EJB Remote Call</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/ejb-webservice/pom.xml b/examples/ejb-webservice/pom.xml
index 6e0b743..e272676 100644
--- a/examples/ejb-webservice/pom.xml
+++ b/examples/ejb-webservice/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>ejb-webservice</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB WebService</name>
+  <name>TomEE :: Web Examples :: EJB WebService</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml
index 099edf0..e3ef823 100644
--- a/examples/groovy-cdi/pom.xml
+++ b/examples/groovy-cdi/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>groovy-cdi</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Groovy CDI</name>
+  <name>TomEE :: Examples :: Groovy CDI</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml
index f533f70..be2a127 100644
--- a/examples/groovy-jpa/pom.xml
+++ b/examples/groovy-jpa/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>groovy-jpa</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Groovy JPA</name>
+  <name>TomEE :: Examples :: Groovy JPA</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml
index f1a22c7..cbbc352 100644
--- a/examples/groovy-spock/pom.xml
+++ b/examples/groovy-spock/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>groovy-spock</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Groovy Spock</name>
+  <name>TomEE :: Examples :: Groovy Spock</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/helloworld-weblogic/pom.xml b/examples/helloworld-weblogic/pom.xml
index b363135..85b25d9 100644
--- a/examples/helloworld-weblogic/pom.xml
+++ b/examples/helloworld-weblogic/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>helloworld-weblogic</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Hello World - Weblogic</name>
+  <name>TomEE :: Examples :: Hello World - Weblogic</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/injection-of-connectionfactory/pom.xml b/examples/injection-of-connectionfactory/pom.xml
index a7b290d..a30018b 100644
--- a/examples/injection-of-connectionfactory/pom.xml
+++ b/examples/injection-of-connectionfactory/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>injection-of-connectionfactory</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Resource javax.jms.ConnectionFactory</name>
+  <name>TomEE :: Examples :: @Resource javax.jms.ConnectionFactory</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/injection-of-datasource/pom.xml b/examples/injection-of-datasource/pom.xml
index 38fffd6..830ed7b 100644
--- a/examples/injection-of-datasource/pom.xml
+++ b/examples/injection-of-datasource/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>injection-of-datasource</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Resource DataSource Injection</name>
+  <name>TomEE :: Examples :: @Resource DataSource Injection</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/injection-of-ejbs/pom.xml b/examples/injection-of-ejbs/pom.xml
index b025f1f..e6e3ca7 100644
--- a/examples/injection-of-ejbs/pom.xml
+++ b/examples/injection-of-ejbs/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>injection-of-ejbs</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @EJB Injection</name>
+  <name>TomEE :: Examples :: @EJB Injection</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/injection-of-entitymanager/pom.xml b/examples/injection-of-entitymanager/pom.xml
index 4f39205..3c5a70d 100644
--- a/examples/injection-of-entitymanager/pom.xml
+++ b/examples/injection-of-entitymanager/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>injection-of-entitymanager</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @PersistenceContext EntityManager Injection</name>
+  <name>TomEE :: Examples :: @PersistenceContext EntityManager Injection</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/injection-of-env-entry/pom.xml b/examples/injection-of-env-entry/pom.xml
index d7ec8ce..dc0da5a 100644
--- a/examples/injection-of-env-entry/pom.xml
+++ b/examples/injection-of-env-entry/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>injection-of-env-entry</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Resource env-entry Injection</name>
+  <name>TomEE :: Examples :: @Resource env-entry Injection</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/interceptors/pom.xml b/examples/interceptors/pom.xml
index cd0db4c..8d9fe73 100644
--- a/examples/interceptors/pom.xml
+++ b/examples/interceptors/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>interceptors</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Interceptors</name>
+  <name>TomEE :: Examples :: Interceptors</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/java-modules/pom.xml b/examples/java-modules/pom.xml
index 6ceeddf..78b7451 100644
--- a/examples/java-modules/pom.xml
+++ b/examples/java-modules/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>java-modules</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Java Modules (Simple REST resource)</name>
+  <name>TomEE :: Web Examples :: Java Modules (Simple REST resource)</name>
 
   <properties>
     <arquillian.version>1.1.10.Final</arquillian.version>
diff --git a/examples/javamail/pom.xml b/examples/javamail/pom.xml
index eb484dc..f4f4a90 100644
--- a/examples/javamail/pom.xml
+++ b/examples/javamail/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>javamail</artifactId>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: JavaMail API</name>
+  <name>TomEE :: Examples :: JavaMail API</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/jaxrs-filter/pom.xml b/examples/jaxrs-filter/pom.xml
index 89686c4..bc2ca0b 100644
--- a/examples/jaxrs-filter/pom.xml
+++ b/examples/jaxrs-filter/pom.xml
@@ -4,7 +4,7 @@
   <artifactId>jaxrs-filter</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: JAXRS Filter</name>
+  <name>TomEE :: Examples :: JAXRS Filter</name>
 
   <url>http://maven.apache.org</url>
   <dependencies>
diff --git a/examples/jaxrs-json-provider-jettison/pom.xml b/examples/jaxrs-json-provider-jettison/pom.xml
index 4703017..811a993 100755
--- a/examples/jaxrs-json-provider-jettison/pom.xml
+++ b/examples/jaxrs-json-provider-jettison/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>jaxrs-json-provider-jettison</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: JAXRS JSON Provider with Jettison </name>
+  <name>TomEE :: Examples :: JAXRS JSON Provider with Jettison </name>
 
 
   <properties>
diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml
index bb99912..5417097 100644
--- a/examples/jpa-eclipselink/pom.xml
+++ b/examples/jpa-eclipselink/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>jpa-eclipselink</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: JPA with EclipseLink</name>
+  <name>TomEE :: Examples :: JPA with EclipseLink</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/jpa-enumerated/pom.xml b/examples/jpa-enumerated/pom.xml
index 1a9bc7c..fb2bb97 100644
--- a/examples/jpa-enumerated/pom.xml
+++ b/examples/jpa-enumerated/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>jpa-enumerated</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: JPA @Enumerated</name>
+  <name>TomEE :: Examples :: JPA @Enumerated</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/jpa-hibernate/pom.xml b/examples/jpa-hibernate/pom.xml
index ccb62c1..15ef6e1 100644
--- a/examples/jpa-hibernate/pom.xml
+++ b/examples/jpa-hibernate/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>jpa-hibernate</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: JPA with Hibernate</name>
+  <name>TomEE :: Examples :: JPA with Hibernate</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/jsf-cdi-and-ejb/pom.xml b/examples/jsf-cdi-and-ejb/pom.xml
index 263faa0..a1d6b6c 100644
--- a/examples/jsf-cdi-and-ejb/pom.xml
+++ b/examples/jsf-cdi-and-ejb/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz.jsf</groupId>
   <artifactId>jsf-cdi-and-ejb</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: Web Examples :: JSF - CDI and EJB</name>
+  <name>TomEE :: Web Examples :: JSF - CDI and EJB</name>
   <version>8.0.0-SNAPSHOT</version>
   <url>http://tomee.apache.org</url>
   <properties>
diff --git a/examples/jsf-managedBean-and-ejb/pom.xml b/examples/jsf-managedBean-and-ejb/pom.xml
index 0827eaa..d3786b1 100644
--- a/examples/jsf-managedBean-and-ejb/pom.xml
+++ b/examples/jsf-managedBean-and-ejb/pom.xml
@@ -24,7 +24,7 @@
   <groupId>org.superbiz.jsf</groupId>
   <artifactId>jsf-managedBean-and-ejb</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: Web Examples :: JSF - ManangedBean and EJB</name>
+  <name>TomEE :: Web Examples :: JSF - ManangedBean and EJB</name>
   <version>8.0.0-SNAPSHOT</version>
   <url>http://tomee.apache.org</url>
 
diff --git a/examples/jsonb-configuration/pom.xml b/examples/jsonb-configuration/pom.xml
index a65f512..1fe65ac 100644
--- a/examples/jsonb-configuration/pom.xml
+++ b/examples/jsonb-configuration/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>jsonb-configuration</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile JSONB Configuration</name>
+  <name>TomEE :: Examples :: Microprofile JSONB Configuration</name>
 
   <properties>
     <version.javaee-api>8.0</version.javaee-api>
diff --git a/examples/jsonb-custom-serializer/pom.xml b/examples/jsonb-custom-serializer/pom.xml
index d500d83..ea76faf 100644
--- a/examples/jsonb-custom-serializer/pom.xml
+++ b/examples/jsonb-custom-serializer/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>jsonb-custom-serializer</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile JSONB Custom Serializer/Deserializer</name>
+  <name>TomEE :: Examples :: Microprofile JSONB Custom Serializer/Deserializer</name>
 
   <properties>
     <version.javaee-api>8.0</version.javaee-api>
diff --git a/examples/lookup-of-ejbs-with-descriptor/pom.xml b/examples/lookup-of-ejbs-with-descriptor/pom.xml
index e9c8780..fd7f699 100644
--- a/examples/lookup-of-ejbs-with-descriptor/pom.xml
+++ b/examples/lookup-of-ejbs-with-descriptor/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>lookup-of-ejbs-with-descriptor</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: EJB Lookup with descriptor</name>
+  <name>TomEE :: Examples :: EJB Lookup with descriptor</name>
   <properties>
     <!--
        - http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
diff --git a/examples/lookup-of-ejbs/pom.xml b/examples/lookup-of-ejbs/pom.xml
index 1797d66..2953042 100644
--- a/examples/lookup-of-ejbs/pom.xml
+++ b/examples/lookup-of-ejbs/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>lookup-of-ejbs</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @EJB Lookup</name>
+  <name>TomEE :: Examples :: @EJB Lookup</name>
   <properties>
     <!--
        - http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
diff --git a/examples/mbean-auto-registration/pom.xml b/examples/mbean-auto-registration/pom.xml
index c310cf3..aa12af7 100644
--- a/examples/mbean-auto-registration/pom.xml
+++ b/examples/mbean-auto-registration/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>mbean-auto-registration</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: MBean Auto Registration</name>
+  <name>TomEE :: Examples :: MBean Auto Registration</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/moviefun-rest/pom.xml b/examples/moviefun-rest/pom.xml
index 1e1d882..80dd6aa 100644
--- a/examples/moviefun-rest/pom.xml
+++ b/examples/moviefun-rest/pom.xml
@@ -19,7 +19,7 @@
   <artifactId>moviefun-rest</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Moviefun Rest</name>
+  <name>TomEE :: Web Examples :: Moviefun Rest</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/moviefun/pom.xml b/examples/moviefun/pom.xml
index e5eefeb..8902a8a 100644
--- a/examples/moviefun/pom.xml
+++ b/examples/moviefun/pom.xml
@@ -18,7 +18,7 @@
   <artifactId>moviefun</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Moviefun</name>
+  <name>TomEE :: Web Examples :: Moviefun</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
diff --git a/examples/movies-complete-meta/pom.xml b/examples/movies-complete-meta/pom.xml
index 7eb9c54..bbaf2b2 100644
--- a/examples/movies-complete-meta/pom.xml
+++ b/examples/movies-complete-meta/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>movies-complete-meta</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Movies Complete (Meta)</name>
+  <name>TomEE :: Examples :: Movies Complete (Meta)</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/movies-complete/pom.xml b/examples/movies-complete/pom.xml
index 9bb7a1e..689679a 100644
--- a/examples/movies-complete/pom.xml
+++ b/examples/movies-complete/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>movies-complete</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Movies Complete</name>
+  <name>TomEE :: Examples :: Movies Complete</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/mp-custom-healthcheck/pom.xml b/examples/mp-custom-healthcheck/pom.xml
index 664f0e3..09bda57 100644
--- a/examples/mp-custom-healthcheck/pom.xml
+++ b/examples/mp-custom-healthcheck/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>mp-custom-healthcheck</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Custom HealthCheck</name>
+  <name>TomEE :: Examples :: Custom HealthCheck</name>
 
   <properties>
     <arquillian-junit-container.version>1.4.0.Final</arquillian-junit-container.version>
diff --git a/examples/mp-faulttolerance-fallback/pom.xml b/examples/mp-faulttolerance-fallback/pom.xml
index dee12ea..4c14393 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -20,7 +20,7 @@
   <artifactId>mp-faulttolerance-fallback</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile Fault Tolerance :: Fallback</name>
+  <name>TomEE :: Examples :: Microprofile Fault Tolerance :: Fallback</name>
 
   <properties>
     <microprofile-fault-tolerance-api.version>1.0</microprofile-fault-tolerance-api.version>
diff --git a/examples/mp-faulttolerance-retry/pom.xml b/examples/mp-faulttolerance-retry/pom.xml
index 8d7d2ce..d8431fe 100644
--- a/examples/mp-faulttolerance-retry/pom.xml
+++ b/examples/mp-faulttolerance-retry/pom.xml
@@ -6,7 +6,7 @@
   <artifactId>mp-faulttolerance-retry</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile Fault Tolerance :: Retry</name>
+  <name>TomEE :: Examples :: Microprofile Fault Tolerance :: Retry</name>
 
   <properties>
     <microprofile-fault-tolerance-api.version>1.0</microprofile-fault-tolerance-api.version>
diff --git a/examples/mp-faulttolerance-timeout/pom.xml b/examples/mp-faulttolerance-timeout/pom.xml
index a097ae8..3d150fa 100644
--- a/examples/mp-faulttolerance-timeout/pom.xml
+++ b/examples/mp-faulttolerance-timeout/pom.xml
@@ -6,7 +6,7 @@
   <artifactId>mp-faulttolerance-timeout</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile Fault Tolerance :: Timeout</name>
+  <name>TomEE :: Examples :: Microprofile Fault Tolerance :: Timeout</name>
 
   <properties>
     <microprofile-fault-tolerance-api.version>1.0</microprofile-fault-tolerance-api.version>
diff --git a/examples/mp-jsonb-configuration/pom.xml b/examples/mp-jsonb-configuration/pom.xml
index f1288bd..33db9b3 100644
--- a/examples/mp-jsonb-configuration/pom.xml
+++ b/examples/mp-jsonb-configuration/pom.xml
@@ -7,7 +7,7 @@
   <artifactId>mp-jsonb-configuration</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile JSONB Configuration</name>
+  <name>TomEE :: Examples :: Microprofile JSONB Configuration</name>
 
   <properties>
     <version.javaee-api>8.0</version.javaee-api>
diff --git a/examples/mp-metrics-counted/pom.xml b/examples/mp-metrics-counted/pom.xml
index bad4ce5..dbc3008 100644
--- a/examples/mp-metrics-counted/pom.xml
+++ b/examples/mp-metrics-counted/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>mp-metrics-counted</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile Metrics Counted</name>
+  <name>TomEE :: Examples :: Microprofile Metrics Counted</name>
 
   <properties>
     <version.javaee-api>8.0</version.javaee-api>
diff --git a/examples/mp-metrics-histogram/pom.xml b/examples/mp-metrics-histogram/pom.xml
index 22400f0..09c437b 100644
--- a/examples/mp-metrics-histogram/pom.xml
+++ b/examples/mp-metrics-histogram/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>mp-metrics-histogram</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile Metrics Histogram</name>
+  <name>TomEE :: Examples :: Microprofile Metrics Histogram</name>
 
   <properties>
     <version.javaee-api>8.0</version.javaee-api>
diff --git a/examples/mp-metrics-timed/pom.xml b/examples/mp-metrics-timed/pom.xml
index 93f46b1..84b6bd8 100644
--- a/examples/mp-metrics-timed/pom.xml
+++ b/examples/mp-metrics-timed/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>mp-metrics-timed</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile Metrics Timed</name>
+  <name>TomEE :: Examples :: Microprofile Metrics Timed</name>
 
   <properties>
     <version.javaee-api>8.0</version.javaee-api>
diff --git a/examples/mp-rest-client/pom.xml b/examples/mp-rest-client/pom.xml
index e81500a..5ae7f43 100755
--- a/examples/mp-rest-client/pom.xml
+++ b/examples/mp-rest-client/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>mp-rest-client</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Microprofile REST Client</name>
+  <name>TomEE :: Examples :: Microprofile REST Client</name>
 
 
   <properties>
diff --git a/examples/mp-rest-jwt-jwk/pom.xml b/examples/mp-rest-jwt-jwk/pom.xml
index c4d1684..0939bde 100644
--- a/examples/mp-rest-jwt-jwk/pom.xml
+++ b/examples/mp-rest-jwt-jwk/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>mp-rest-jwt-jwk</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: MP REST JWT JWK</name>
+  <name>TomEE :: Examples :: MP REST JWT JWK</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/mp-rest-jwt-principal/pom.xml b/examples/mp-rest-jwt-principal/pom.xml
index 4aec6e8..8ac1420 100644
--- a/examples/mp-rest-jwt-principal/pom.xml
+++ b/examples/mp-rest-jwt-principal/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>mp-rest-jwt-principal</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: MP REST JWT PRINCIPAL</name>
+  <name>TomEE :: Examples :: MP REST JWT PRINCIPAL</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/mp-rest-jwt-public-key/pom.xml b/examples/mp-rest-jwt-public-key/pom.xml
index 7325ad0..6f16994 100644
--- a/examples/mp-rest-jwt-public-key/pom.xml
+++ b/examples/mp-rest-jwt-public-key/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>mp-rest-jwt-public-key</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: MP REST JWT Public Key</name>
+  <name>TomEE :: Examples :: MP REST JWT Public Key</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/mp-rest-jwt/pom.xml b/examples/mp-rest-jwt/pom.xml
index 92cbd9f..d511641 100644
--- a/examples/mp-rest-jwt/pom.xml
+++ b/examples/mp-rest-jwt/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>mp-rest-jwt</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: MP REST JWT</name>
+  <name>TomEE :: Examples :: MP REST JWT</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/mtom/pom.xml b/examples/mtom/pom.xml
index 594dfc3..34dddca 100644
--- a/examples/mtom/pom.xml
+++ b/examples/mtom/pom.xml
@@ -23,7 +23,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>mtom</artifactId>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: MTOM</name>
+  <name>TomEE :: Examples :: MTOM</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/multi-jpa-provider-testing/pom.xml b/examples/multi-jpa-provider-testing/pom.xml
index 1892dab..653ec23 100644
--- a/examples/multi-jpa-provider-testing/pom.xml
+++ b/examples/multi-jpa-provider-testing/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>multi-jpa-provider-testing</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Multiple JPA providers</name>
+  <name>TomEE :: Examples :: Multiple JPA providers</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/multiple-arquillian-adapters/pom.xml b/examples/multiple-arquillian-adapters/pom.xml
index bfba7f6..ad68db1 100644
--- a/examples/multiple-arquillian-adapters/pom.xml
+++ b/examples/multiple-arquillian-adapters/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>multiple-arquillian-adapters</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Multiple Arquillian Adapters</name>
+  <name>TomEE :: Examples :: Multiple Arquillian Adapters</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/multiple-tomee-arquillian/pom.xml b/examples/multiple-tomee-arquillian/pom.xml
index 001393b..c4f0740 100644
--- a/examples/multiple-tomee-arquillian/pom.xml
+++ b/examples/multiple-tomee-arquillian/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>multiple-tomee-arquillian</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Multiple TomEE with Arquillian</name>
+  <name>TomEE :: Examples :: Multiple TomEE with Arquillian</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
diff --git a/examples/mvc-cxf-hibernate/pom.xml b/examples/mvc-cxf-hibernate/pom.xml
index 7be5076..cc1dd59 100644
--- a/examples/mvc-cxf-hibernate/pom.xml
+++ b/examples/mvc-cxf-hibernate/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>mvc-cxf-hibernate</artifactId>
   <packaging>war</packaging>
 
-  <name>OpenEJB :: Examples :: MVC (CXF-based) with Hibernate</name>
+  <name>TomEE :: Examples :: MVC (CXF-based) with Hibernate</name>
   <description>OpenEJB :: Web Examples :: MVC 1.0 - Deltaspike - Hibernate</description>
   <version>8.0.0-SNAPSHOT</version>
   <url>http://tomee.apache.org</url>
diff --git a/examples/mvc-cxf/pom.xml b/examples/mvc-cxf/pom.xml
index 700aba9..9ac795c 100644
--- a/examples/mvc-cxf/pom.xml
+++ b/examples/mvc-cxf/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>mvc-cxf</artifactId>
   <packaging>war</packaging>
 
-  <name>OpenEJB :: Examples :: MVC (CXF-based)</name>
+  <name>TomEE :: Examples :: MVC (CXF-based)</name>
   <description>OpenEJB :: Web Examples :: MVC 1.0 - Deltaspike</description>
   <version>8.0.0-SNAPSHOT</version>
   <url>http://tomee.apache.org</url>
diff --git a/examples/mvc-resteasy/pom.xml b/examples/mvc-resteasy/pom.xml
index b769d9b..626f488 100644
--- a/examples/mvc-resteasy/pom.xml
+++ b/examples/mvc-resteasy/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>mvc-resteasy</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: MVC (RestEasy-based)</name>
+  <name>TomEE :: Examples :: MVC (RestEasy-based)</name>
   <description>OpenEJB :: Web Examples :: MVC 1.0 - RestEasy</description>
   <version>8.0.0-SNAPSHOT</version>
   <url>http://tomee.apache.org</url>
diff --git a/examples/myfaces-codi-demo/pom.xml b/examples/myfaces-codi-demo/pom.xml
index 6804e81..60fb192 100644
--- a/examples/myfaces-codi-demo/pom.xml
+++ b/examples/myfaces-codi-demo/pom.xml
@@ -13,7 +13,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>myfaces-codi-demo</artifactId>
 
-  <name>OpenEJB :: Examples :: JSF2/CDI/BV/JPA/CODI</name>
+  <name>TomEE :: Examples :: JSF2/CDI/BV/JPA/CODI</name>
   <version>8.0.0-SNAPSHOT</version>
 
   <packaging>war</packaging>
diff --git a/examples/persistence-fragment/pom.xml b/examples/persistence-fragment/pom.xml
index ee80fe3..b7959e5 100644
--- a/examples/persistence-fragment/pom.xml
+++ b/examples/persistence-fragment/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>persistence-fragment</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Persistence Fragment</name>
+  <name>TomEE :: Examples :: Persistence Fragment</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml
index 99d6004..8a37bc6 100644
--- a/examples/pojo-webservice/pom.xml
+++ b/examples/pojo-webservice/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>pojo-webservice</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Pojo WS</name>
+  <name>TomEE :: Web Examples :: Pojo WS</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
diff --git a/examples/polling-parent/polling-client/pom.xml b/examples/polling-parent/polling-client/pom.xml
index 656f801..73bd5a3 100644
--- a/examples/polling-parent/polling-client/pom.xml
+++ b/examples/polling-parent/polling-client/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>polling-client</artifactId>
-  <name>OpenEJB :: Examples :: Polling :: Client</name>
+  <name>TomEE :: Examples :: Polling :: Client</name>
   <description>Just a cli to avoid to remember URLs</description>
 
   <dependencies>
diff --git a/examples/polling-parent/polling-core/pom.xml b/examples/polling-parent/polling-core/pom.xml
index e9043c7..0f2d955 100644
--- a/examples/polling-parent/polling-core/pom.xml
+++ b/examples/polling-parent/polling-core/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>polling-core</artifactId>
-  <name>OpenEJB :: Examples :: Polling :: Core</name>
+  <name>TomEE :: Examples :: Polling :: Core</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/polling-parent/polling-domain/pom.xml b/examples/polling-parent/polling-domain/pom.xml
index feb617c..0eedcda 100644
--- a/examples/polling-parent/polling-domain/pom.xml
+++ b/examples/polling-parent/polling-domain/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>polling-domain</artifactId>
-  <name>OpenEJB :: Examples :: Polling :: Domain</name>
+  <name>TomEE :: Examples :: Polling :: Domain</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/polling-parent/polling-mdb/pom.xml b/examples/polling-parent/polling-mdb/pom.xml
index 3fbb415..f65c7e0 100644
--- a/examples/polling-parent/polling-mdb/pom.xml
+++ b/examples/polling-parent/polling-mdb/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>polling-mdb</artifactId>
-  <name>OpenEJB :: Examples :: Polling :: MDB</name>
+  <name>TomEE :: Examples :: Polling :: MDB</name>
   <packaging>war</packaging>
 
   <dependencies>
diff --git a/examples/polling-parent/polling-web/pom.xml b/examples/polling-parent/polling-web/pom.xml
index a826c05..288a6eb 100644
--- a/examples/polling-parent/polling-web/pom.xml
+++ b/examples/polling-parent/polling-web/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>polling-web</artifactId>
-  <name>OpenEJB :: Examples :: Polling :: Web</name>
+  <name>TomEE :: Examples :: Polling :: Web</name>
   <packaging>war</packaging>
 
   <dependencies>
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index 94659ce..95afc9d 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>polling-parent</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Examples :: Polling</name>
+  <name>TomEE :: Examples :: Polling</name>
 
   <properties>
     <xbean.version>4.8</xbean.version>
diff --git a/examples/pom.xml b/examples/pom.xml
index e30dcb8..bc4662bd 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>examples</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Examples</name>
+  <name>TomEE :: Examples</name>
 
   <modules>
     <module>access-timeout-meta</module>
diff --git a/examples/projectstage-demo/pom.xml b/examples/projectstage-demo/pom.xml
index fe9c0aa..1e777c1 100644
--- a/examples/projectstage-demo/pom.xml
+++ b/examples/projectstage-demo/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>projectstage-demo</artifactId>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: DeltaSpike ProjectStage</name>
+  <name>TomEE :: Examples :: DeltaSpike ProjectStage</name>
 
   <properties>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml
index 8321a7e..938cee0 100644
--- a/examples/quartz-app/pom.xml
+++ b/examples/quartz-app/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>quartz-app</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Examples :: Quartz</name>
+  <name>TomEE :: Examples :: Quartz</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/quartz-app/quartz-beans/pom.xml b/examples/quartz-app/quartz-beans/pom.xml
index 89ac21a..30c053a 100644
--- a/examples/quartz-app/quartz-beans/pom.xml
+++ b/examples/quartz-app/quartz-beans/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>quartz-beans</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Quartz :: Quartz Beans</name>
+  <name>TomEE :: Examples :: Quartz :: Quartz Beans</name>
   <dependencies>
     <dependency>
       <groupId>org.superbiz.quartz</groupId>
diff --git a/examples/quartz-app/quartz-ra/pom.xml b/examples/quartz-app/quartz-ra/pom.xml
index 1b764e6..d119f6f 100644
--- a/examples/quartz-app/quartz-ra/pom.xml
+++ b/examples/quartz-app/quartz-ra/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>quartz-ra</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Quartz :: Quartz Resource Adapter</name>
+  <name>TomEE :: Examples :: Quartz :: Quartz Resource Adapter</name>
   <description>
     Maven doesn't allow rar files in the test classpath for some reason,
     so we have to pull this trick to get it in the classpath.
diff --git a/examples/realm-in-tomee/pom.xml b/examples/realm-in-tomee/pom.xml
index b85c96f..553a449 100644
--- a/examples/realm-in-tomee/pom.xml
+++ b/examples/realm-in-tomee/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>realm-in-tomee</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: DataSource Realm</name>
+  <name>TomEE :: Examples :: DataSource Realm</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/reload-persistence-unit-properties/pom.xml b/examples/reload-persistence-unit-properties/pom.xml
index 0245cdf..0c15d44 100644
--- a/examples/reload-persistence-unit-properties/pom.xml
+++ b/examples/reload-persistence-unit-properties/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>reload-persistence-unit-properties</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Reloadable Persistence Unit Properties</name>
+  <name>TomEE :: Examples :: Reloadable Persistence Unit Properties</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/resources-declared-in-webapp/pom.xml b/examples/resources-declared-in-webapp/pom.xml
index b01e432..c8795e5 100644
--- a/examples/resources-declared-in-webapp/pom.xml
+++ b/examples/resources-declared-in-webapp/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>resources-declared-in-webapp</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Resource Declared In A Webapp</name>
+  <name>TomEE :: Web Examples :: Resource Declared In A Webapp</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/resources-jmx-example/pom.xml b/examples/resources-jmx-example/pom.xml
index 68e5ce3..69ab9be 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>resources-jmx</artifactId>
   <packaging>pom</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Resources/JMX Example</name>
+  <name>TomEE :: Examples :: Resources/JMX Example</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/resources-jmx-example/resources-jmx-ear/pom.xml b/examples/resources-jmx-example/resources-jmx-ear/pom.xml
index f06bc1f..cf8a1fb 100644
--- a/examples/resources-jmx-example/resources-jmx-ear/pom.xml
+++ b/examples/resources-jmx-example/resources-jmx-ear/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <artifactId>resources-jmx-ear</artifactId>
   <packaging>ear</packaging>
-  <name>OpenEJB :: Examples :: Resources/JMX Example :: EAR Module</name>
+  <name>TomEE :: Examples :: Resources/JMX Example :: EAR Module</name>
   <build>
     <plugins>
       <plugin>
diff --git a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml
index eb7ca62..ceb31a5 100644
--- a/examples/resources-jmx-example/resources-jmx-ejb/pom.xml
+++ b/examples/resources-jmx-example/resources-jmx-ejb/pom.xml
@@ -29,7 +29,7 @@
 
   <artifactId>resources-jmx-ejb</artifactId>
   <packaging>ejb</packaging>
-  <name>OpenEJB :: Examples :: Resources/JMX Example :: EJB Module</name>
+  <name>TomEE :: Examples :: Resources/JMX Example :: EJB Module</name>
 
   <build>
     <plugins>
diff --git a/examples/rest-applicationcomposer-mockito/pom.xml b/examples/rest-applicationcomposer-mockito/pom.xml
index 90423c0..5c224e1 100644
--- a/examples/rest-applicationcomposer-mockito/pom.xml
+++ b/examples/rest-applicationcomposer-mockito/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>rest-applicationcomposer-mockito</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: REST, Mockito and Application Composer</name>
+  <name>TomEE :: Examples :: REST, Mockito and Application Composer</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/rest-applicationcomposer/pom.xml b/examples/rest-applicationcomposer/pom.xml
index 121a8ee..439673b 100644
--- a/examples/rest-applicationcomposer/pom.xml
+++ b/examples/rest-applicationcomposer/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>rest-applicationcomposer</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: REST and Application Composer</name>
+  <name>TomEE :: Examples :: REST and Application Composer</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/rest-cdi/pom.xml b/examples/rest-cdi/pom.xml
index 925c98d..5df1fab 100644
--- a/examples/rest-cdi/pom.xml
+++ b/examples/rest-cdi/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>rest-cdi</artifactId>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: REST CDI</name>
+  <name>TomEE :: Examples :: REST CDI</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/rest-example-with-application/pom.xml b/examples/rest-example-with-application/pom.xml
index dc91537..761d4d1 100644
--- a/examples/rest-example-with-application/pom.xml
+++ b/examples/rest-example-with-application/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>rest-example-with-application</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: REST Example With Application</name>
+  <name>TomEE :: Web Examples :: REST Example With Application</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index 716e120..318db90 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>rest-example</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: REST Example</name>
+  <name>TomEE :: Web Examples :: REST Example</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/rest-jaas/pom.xml b/examples/rest-jaas/pom.xml
index 6d37547..9ebca98 100644
--- a/examples/rest-jaas/pom.xml
+++ b/examples/rest-jaas/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>rest-jaas</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: JAXRS and JAAS</name>
+  <name>TomEE :: Examples :: JAXRS and JAAS</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/rest-on-ejb/pom.xml b/examples/rest-on-ejb/pom.xml
index 8787b7b..aebcbdd 100644
--- a/examples/rest-on-ejb/pom.xml
+++ b/examples/rest-on-ejb/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>rest-on-ejb</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: REST and EJB</name>
+  <name>TomEE :: Examples :: REST and EJB</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/rest-xml-json/pom.xml b/examples/rest-xml-json/pom.xml
index 78fda09..592f197 100644
--- a/examples/rest-xml-json/pom.xml
+++ b/examples/rest-xml-json/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>rest-xml-json</artifactId>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: REST XML JSON</name>
+  <name>TomEE :: Examples :: REST XML JSON</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/scala-basic/pom.xml b/examples/scala-basic/pom.xml
index 66fe2a6..6c37aed 100644
--- a/examples/scala-basic/pom.xml
+++ b/examples/scala-basic/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>scala-basic</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Basic Scala</name>
+  <name>TomEE :: Examples :: Basic Scala</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/schedule-events/pom.xml b/examples/schedule-events/pom.xml
index 0f71ae0..a9d8a5f 100644
--- a/examples/schedule-events/pom.xml
+++ b/examples/schedule-events/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>schedule-events</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Schedule Events</name>
+  <name>TomEE :: Examples :: @Schedule Events</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/schedule-expression/pom.xml b/examples/schedule-expression/pom.xml
index b612147..8b6e3bb 100644
--- a/examples/schedule-expression/pom.xml
+++ b/examples/schedule-expression/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>schedule-expression</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: ScheduleExpression</name>
+  <name>TomEE :: Examples :: ScheduleExpression</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/schedule-methods-meta/pom.xml b/examples/schedule-methods-meta/pom.xml
index 4ff98b9..ea5ffc4 100644
--- a/examples/schedule-methods-meta/pom.xml
+++ b/examples/schedule-methods-meta/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>schedule-methods-meta</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Schedule Methods (Meta)</name>
+  <name>TomEE :: Examples :: @Schedule Methods (Meta)</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/schedule-methods/pom.xml b/examples/schedule-methods/pom.xml
index b480f16..46d0294 100644
--- a/examples/schedule-methods/pom.xml
+++ b/examples/schedule-methods/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>schedule-methods</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @Schedule Methods</name>
+  <name>TomEE :: Examples :: @Schedule Methods</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/server-events/pom.xml b/examples/server-events/pom.xml
index a3fec66..db887c4 100644
--- a/examples/server-events/pom.xml
+++ b/examples/server-events/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>server-events</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Server Events</name>
+  <name>TomEE :: Examples :: Server Events</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/simple-cdi-interceptor/pom.xml b/examples/simple-cdi-interceptor/pom.xml
index 6b29836..4706225 100644
--- a/examples/simple-cdi-interceptor/pom.xml
+++ b/examples/simple-cdi-interceptor/pom.xml
@@ -19,7 +19,7 @@
   <artifactId>simple-cdi-interceptor</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple CDI Interceptor</name>
+  <name>TomEE :: Examples :: Simple CDI Interceptor</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml
index db3b38e..e0552c8 100644
--- a/examples/simple-cmp2/pom.xml
+++ b/examples/simple-cmp2/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>simple-cmp2</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple CMP2 Entity</name>
+  <name>TomEE :: Examples :: Simple CMP2 Entity</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/simple-ear/moviefun-business-logic/pom.xml b/examples/simple-ear/moviefun-business-logic/pom.xml
index 7ec05b8..991eeb0 100644
--- a/examples/simple-ear/moviefun-business-logic/pom.xml
+++ b/examples/simple-ear/moviefun-business-logic/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>moviefun-business-logic</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Simple EAR :: Business Logic</name>
+  <name>TomEE :: Examples :: Simple EAR :: Business Logic</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-ear/moviefun-business-model/pom.xml b/examples/simple-ear/moviefun-business-model/pom.xml
index b01854a..70e8222 100644
--- a/examples/simple-ear/moviefun-business-model/pom.xml
+++ b/examples/simple-ear/moviefun-business-model/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>moviefun-business-model</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Simple EAR :: Business Model</name>
+  <name>TomEE :: Examples :: Simple EAR :: Business Model</name>
 
   <dependencies>
     <dependency>
diff --git a/examples/simple-ear/moviefun-ear/pom.xml b/examples/simple-ear/moviefun-ear/pom.xml
index e8f3634..4ee39fe 100644
--- a/examples/simple-ear/moviefun-ear/pom.xml
+++ b/examples/simple-ear/moviefun-ear/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>moviefun-ear</artifactId>
   <packaging>ear</packaging>
-  <name>OpenEJB :: Examples :: Simple EAR :: EAR Packaging</name>
+  <name>TomEE :: Examples :: Simple EAR :: EAR Packaging</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/simple-ear/moviefun-functional-tests/pom.xml b/examples/simple-ear/moviefun-functional-tests/pom.xml
index 066740b..ce53d38 100644
--- a/examples/simple-ear/moviefun-functional-tests/pom.xml
+++ b/examples/simple-ear/moviefun-functional-tests/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>moviefun-functional-test</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Examples :: Simple EAR :: Functional Tests</name>
+  <name>TomEE :: Examples :: Simple EAR :: Functional Tests</name>
 
   <properties>
     <version.shrinkwrap.resolver>2.0.0</version.shrinkwrap.resolver>
diff --git a/examples/simple-ear/moviefun-webapp/pom.xml b/examples/simple-ear/moviefun-webapp/pom.xml
index c0432c9..5f05561 100644
--- a/examples/simple-ear/moviefun-webapp/pom.xml
+++ b/examples/simple-ear/moviefun-webapp/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>moviefun-webapp</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: Simple EAR :: Webapp</name>
+  <name>TomEE :: Examples :: Simple EAR :: Webapp</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml
index adb7284..e4955ce 100644
--- a/examples/simple-ear/pom.xml
+++ b/examples/simple-ear/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>moviefun-ear-parent</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Examples :: Simple EAR</name>
+  <name>TomEE :: Examples :: Simple EAR</name>
   <modules>
     <module>moviefun-business-model</module>
     <module>moviefun-business-logic</module>
diff --git a/examples/simple-mdb-and-cdi/pom.xml b/examples/simple-mdb-and-cdi/pom.xml
index b57d23e..0049cea 100644
--- a/examples/simple-mdb-and-cdi/pom.xml
+++ b/examples/simple-mdb-and-cdi/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-mdb-and-cdi</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple MDB With a CDI Injection</name>
+  <name>TomEE :: Examples :: Simple MDB With a CDI Injection</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-mdb-with-descriptor/pom.xml b/examples/simple-mdb-with-descriptor/pom.xml
index 5b00824..d177665 100644
--- a/examples/simple-mdb-with-descriptor/pom.xml
+++ b/examples/simple-mdb-with-descriptor/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-mdb-with-descriptor</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple MDB Using Deployment Descriptor Example</name>
+  <name>TomEE :: Examples :: Simple MDB Using Deployment Descriptor Example</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-mdb/pom.xml b/examples/simple-mdb/pom.xml
index 5e84f15..70bee44 100644
--- a/examples/simple-mdb/pom.xml
+++ b/examples/simple-mdb/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-mdb</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple MDB Example</name>
+  <name>TomEE :: Examples :: Simple MDB Example</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-remote-tomcatusers/pom.xml b/examples/simple-remote-tomcatusers/pom.xml
index ade9fc2..354322a 100644
--- a/examples/simple-remote-tomcatusers/pom.xml
+++ b/examples/simple-remote-tomcatusers/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>simple-remote-tomcatusers</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Remote tomcat-users.xml</name>
+  <name>TomEE :: Examples :: Simple Remote tomcat-users.xml</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/simple-rest/pom.xml b/examples/simple-rest/pom.xml
index f55dd79..19405ff 100644
--- a/examples/simple-rest/pom.xml
+++ b/examples/simple-rest/pom.xml
@@ -22,7 +22,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-rest</artifactId>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple REST</name>
+  <name>TomEE :: Examples :: Simple REST</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/simple-singleton/pom.xml b/examples/simple-singleton/pom.xml
index dc44df8..3343e85 100644
--- a/examples/simple-singleton/pom.xml
+++ b/examples/simple-singleton/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-singleton</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Singleton</name>
+  <name>TomEE :: Examples :: Simple Singleton</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/simple-stateful-callbacks/pom.xml b/examples/simple-stateful-callbacks/pom.xml
index ab71ac2..ae54a82 100644
--- a/examples/simple-stateful-callbacks/pom.xml
+++ b/examples/simple-stateful-callbacks/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-stateful-callbacks</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Stateful Pojo Callbacks</name>
+  <name>TomEE :: Examples :: Simple Stateful Pojo Callbacks</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-stateful/pom.xml b/examples/simple-stateful/pom.xml
index fd5394a..88af5be 100644
--- a/examples/simple-stateful/pom.xml
+++ b/examples/simple-stateful/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-stateful</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Stateful Pojo</name>
+  <name>TomEE :: Examples :: Simple Stateful Pojo</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-stateless-callbacks/pom.xml b/examples/simple-stateless-callbacks/pom.xml
index 507d949..178d4f7 100644
--- a/examples/simple-stateless-callbacks/pom.xml
+++ b/examples/simple-stateless-callbacks/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-stateless-callbacks</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Stateless Pojo Callbacks</name>
+  <name>TomEE :: Examples :: Simple Stateless Pojo Callbacks</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-stateless-with-descriptor/pom.xml b/examples/simple-stateless-with-descriptor/pom.xml
index 25ffc0b..778b55f 100644
--- a/examples/simple-stateless-with-descriptor/pom.xml
+++ b/examples/simple-stateless-with-descriptor/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-stateless-with-descriptor</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Stateless With Deployment Descriptor</name>
+  <name>TomEE :: Examples :: Simple Stateless With Deployment Descriptor</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-stateless/pom.xml b/examples/simple-stateless/pom.xml
index d281865..595af34 100644
--- a/examples/simple-stateless/pom.xml
+++ b/examples/simple-stateless/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-stateless</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Stateless Pojo</name>
+  <name>TomEE :: Examples :: Simple Stateless Pojo</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-webservice-without-interface/pom.xml b/examples/simple-webservice-without-interface/pom.xml
index 5383c3c..ae0dfa8 100644
--- a/examples/simple-webservice-without-interface/pom.xml
+++ b/examples/simple-webservice-without-interface/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-webservice-without-interface</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Webservice Without Interface</name>
+  <name>TomEE :: Examples :: Simple Webservice Without Interface</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/simple-webservice/pom.xml b/examples/simple-webservice/pom.xml
index 45b4cab..c3b0bdb 100644
--- a/examples/simple-webservice/pom.xml
+++ b/examples/simple-webservice/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>simple-webservice</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Simple Webservice</name>
+  <name>TomEE :: Examples :: Simple Webservice</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/singleton-startup-ordering/pom.xml b/examples/singleton-startup-ordering/pom.xml
index 99a05cd..8baa7d7 100755
--- a/examples/singleton-startup-ordering/pom.xml
+++ b/examples/singleton-startup-ordering/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>singleton-startup-ordering</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples ::  Singleton startup ordering</name>
+  <name>TomEE :: Examples ::  Singleton startup ordering</name>
 
 
   <properties>
diff --git a/examples/spring-data-proxy-meta/pom.xml b/examples/spring-data-proxy-meta/pom.xml
index 66ebb87..fa88ae1 100644
--- a/examples/spring-data-proxy-meta/pom.xml
+++ b/examples/spring-data-proxy-meta/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>spring-data-proxy-meta</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Spring Data Meta</name>
+  <name>TomEE :: Examples :: Spring Data Meta</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/spring-data-proxy/pom.xml b/examples/spring-data-proxy/pom.xml
index f981e2b..a3a2155 100644
--- a/examples/spring-data-proxy/pom.xml
+++ b/examples/spring-data-proxy/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>spring-data-proxy</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Spring Data</name>
+  <name>TomEE :: Examples :: Spring Data</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/struts/pom.xml b/examples/struts/pom.xml
index ec05695..be1e9bf 100644
--- a/examples/struts/pom.xml
+++ b/examples/struts/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>struts</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: Struts</name>
+  <name>TomEE :: Web Examples :: Struts</name>
   <url>http://tomee.apache.org</url>
 
   <properties>
diff --git a/examples/telephone-stateful/pom.xml b/examples/telephone-stateful/pom.xml
index f325285..a4de875 100644
--- a/examples/telephone-stateful/pom.xml
+++ b/examples/telephone-stateful/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>telephone-stateful</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Telephone Stateful Pojo</name>
+  <name>TomEE :: Examples :: Telephone Stateful Pojo</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testcase-injection/pom.xml b/examples/testcase-injection/pom.xml
index 7f01450..d158bbd 100644
--- a/examples/testcase-injection/pom.xml
+++ b/examples/testcase-injection/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testcase-injection</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: TestCase Injection</name>
+  <name>TomEE :: Examples :: TestCase Injection</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testing-security-2/pom.xml b/examples/testing-security-2/pom.xml
index 251307f..6ab9878 100644
--- a/examples/testing-security-2/pom.xml
+++ b/examples/testing-security-2/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testing-security-2</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Testing Security</name>
+  <name>TomEE :: Examples :: Testing Security</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testing-security-3/pom.xml b/examples/testing-security-3/pom.xml
index de05acd..aa82681 100644
--- a/examples/testing-security-3/pom.xml
+++ b/examples/testing-security-3/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testing-security-3</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Testing Security Service Provider</name>
+  <name>TomEE :: Examples :: Testing Security Service Provider</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testing-security-4/pom.xml b/examples/testing-security-4/pom.xml
index e58fc34..c6ff79e 100644
--- a/examples/testing-security-4/pom.xml
+++ b/examples/testing-security-4/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testing-security-4</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Testing Security Script Service Provider</name>
+  <name>TomEE :: Examples :: Testing Security Script Service Provider</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testing-security-meta/pom.xml b/examples/testing-security-meta/pom.xml
index 0fdabc4..b4acd82 100644
--- a/examples/testing-security-meta/pom.xml
+++ b/examples/testing-security-meta/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testing-security-meta</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Testing Security (Meta)</name>
+  <name>TomEE :: Examples :: Testing Security (Meta)</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testing-security/pom.xml b/examples/testing-security/pom.xml
index af1aa27..ab28342 100644
--- a/examples/testing-security/pom.xml
+++ b/examples/testing-security/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testing-security</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Testing Security</name>
+  <name>TomEE :: Examples :: Testing Security</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testing-transactions-bmt/pom.xml b/examples/testing-transactions-bmt/pom.xml
index 83ac7fd..b776dad 100644
--- a/examples/testing-transactions-bmt/pom.xml
+++ b/examples/testing-transactions-bmt/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testing-transactions-bmt</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Testing Transactions BMT</name>
+  <name>TomEE :: Examples :: Testing Transactions BMT</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/testing-transactions/pom.xml b/examples/testing-transactions/pom.xml
index e9c9499..318f503 100644
--- a/examples/testing-transactions/pom.xml
+++ b/examples/testing-transactions/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>testing-transactions</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Testing Transactions</name>
+  <name>TomEE :: Examples :: Testing Transactions</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/tomee-jersey-eclipselink/pom.xml b/examples/tomee-jersey-eclipselink/pom.xml
index 5176067..e92b06e 100644
--- a/examples/tomee-jersey-eclipselink/pom.xml
+++ b/examples/tomee-jersey-eclipselink/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>tomee-jersey-eclipselink</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: TomEE, Jersey, Eclipselink</name>
+  <name>TomEE :: Examples :: TomEE, Jersey, Eclipselink</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/tomee-jms-portability/pom.xml b/examples/tomee-jms-portability/pom.xml
index c0ab0d9..6a01255 100644
--- a/examples/tomee-jms-portability/pom.xml
+++ b/examples/tomee-jms-portability/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>simple-tomee</artifactId>
   <packaging>war</packaging>
   <version>1.0</version>
-  <name>OpenEJB :: TomEE :: IBM MQ AMQ Portability Examples :: MDB Example</name>
+  <name>TomEE :: TomEE :: IBM MQ AMQ Portability Examples :: MDB Example</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/transaction-rollback/pom.xml b/examples/transaction-rollback/pom.xml
index f4597ee..e8117ec 100644
--- a/examples/transaction-rollback/pom.xml
+++ b/examples/transaction-rollback/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>transaction-rollback</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Transaction Rollback</name>
+  <name>TomEE :: Examples :: Transaction Rollback</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/troubleshooting/pom.xml b/examples/troubleshooting/pom.xml
index 95c38fd..eb74c77 100644
--- a/examples/troubleshooting/pom.xml
+++ b/examples/troubleshooting/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>troubleshooting</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Troubleshooting</name>
+  <name>TomEE :: Examples :: Troubleshooting</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/vaadin-lts-v08-simple/pom.xml b/examples/vaadin-lts-v08-simple/pom.xml
index 69b3161..b36bde3 100644
--- a/examples/vaadin-lts-v08-simple/pom.xml
+++ b/examples/vaadin-lts-v08-simple/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>vaadin-lts-v08-simple</artifactId>
   <version>8.0.0-SNAPSHOT</version>
 
-  <name>OpenEJB :: Examples :: Vaadin LTS V08</name>
+  <name>TomEE :: Examples :: Vaadin LTS V08</name>
   <packaging>war</packaging>
 
   <!--
diff --git a/examples/vaadin-lts-v10-simple/pom.xml b/examples/vaadin-lts-v10-simple/pom.xml
index de508ac..33f950b 100644
--- a/examples/vaadin-lts-v10-simple/pom.xml
+++ b/examples/vaadin-lts-v10-simple/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>vaadin-lts-v10-simple</artifactId>
   <version>8.0.0-SNAPSHOT</version>
 
-  <name>OpenEJB :: Examples :: Vaadin LTS V10</name>
+  <name>TomEE :: Examples :: Vaadin LTS V10</name>
   <packaging>war</packaging>
 
   <!--
diff --git a/examples/vaadin-vxx-simple/pom.xml b/examples/vaadin-vxx-simple/pom.xml
index 21f9ca0..4d3a2f4 100644
--- a/examples/vaadin-vxx-simple/pom.xml
+++ b/examples/vaadin-vxx-simple/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>vaadin-vxx-simple</artifactId>
   <version>8.0.0-SNAPSHOT</version>
 
-  <name>OpenEJB :: Examples :: Vaadin LATEST</name>
+  <name>TomEE :: Examples :: Vaadin LATEST</name>
   <packaging>war</packaging>
 
   <!--
diff --git a/examples/webservice-attachments/pom.xml b/examples/webservice-attachments/pom.xml
index 39ef30b..38681e4 100644
--- a/examples/webservice-attachments/pom.xml
+++ b/examples/webservice-attachments/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>webservice-attachments</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Webservice Attachments</name>
+  <name>TomEE :: Examples :: Webservice Attachments</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/webservice-handlerchain/pom.xml b/examples/webservice-handlerchain/pom.xml
index 54f941e..40e6296 100644
--- a/examples/webservice-handlerchain/pom.xml
+++ b/examples/webservice-handlerchain/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>webservice-handlerchain</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Web Service Handlers</name>
+  <name>TomEE :: Examples :: Web Service Handlers</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/webservice-holder/pom.xml b/examples/webservice-holder/pom.xml
index 04f7fda..1072a5e 100644
--- a/examples/webservice-holder/pom.xml
+++ b/examples/webservice-holder/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>webservice-holder</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: @WebService Holder</name>
+  <name>TomEE :: Examples :: @WebService Holder</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/webservice-inheritance/pom.xml b/examples/webservice-inheritance/pom.xml
index c80e6be..670e4fd 100644
--- a/examples/webservice-inheritance/pom.xml
+++ b/examples/webservice-inheritance/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>webservice-inheritance</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: Webservice Inheritance</name>
+  <name>TomEE :: Examples :: Webservice Inheritance</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/webservice-security/pom.xml b/examples/webservice-security/pom.xml
index 6591c54..f176b7d 100644
--- a/examples/webservice-security/pom.xml
+++ b/examples/webservice-security/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>webservice-security</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB WebService with Security</name>
+  <name>TomEE :: Web Examples :: EJB WebService with Security</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/webservice-ssl-client-cert/pom.xml b/examples/webservice-ssl-client-cert/pom.xml
index 3f81ec6..a1d2cb9 100644
--- a/examples/webservice-ssl-client-cert/pom.xml
+++ b/examples/webservice-ssl-client-cert/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>webservice-ssl-client-cert</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB WebService with SSL Client Certificate</name>
+  <name>TomEE :: Web Examples :: EJB WebService with SSL Client Certificate</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/webservice-ws-security/pom.xml b/examples/webservice-ws-security/pom.xml
index ccd69ef..5dff93a 100644
--- a/examples/webservice-ws-security/pom.xml
+++ b/examples/webservice-ws-security/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>webservice-ws-security</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB WebService with WS-Security</name>
+  <name>TomEE :: Web Examples :: EJB WebService with WS-Security</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/webservice-ws-with-resources-config/pom.xml b/examples/webservice-ws-with-resources-config/pom.xml
index cb58292..47d4208 100644
--- a/examples/webservice-ws-with-resources-config/pom.xml
+++ b/examples/webservice-ws-with-resources-config/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>webservice-ws-with-resources-config</artifactId>
   <packaging>jar</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Web Examples :: EJB WebService WS Security with resources.xml</name>
+  <name>TomEE :: Web Examples :: EJB WebService WS Security with resources.xml</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
diff --git a/examples/websocket-tls-basic-auth/pom.xml b/examples/websocket-tls-basic-auth/pom.xml
index 27b68d2..089e8d2 100644
--- a/examples/websocket-tls-basic-auth/pom.xml
+++ b/examples/websocket-tls-basic-auth/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>websocket-tls-basic-auth</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>OpenEJB :: Examples :: WebSocket with tls and basic auth Example</name>
+  <name>TomEE :: Examples :: WebSocket with tls and basic auth Example</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/examples/xa-datasource/pom.xml b/examples/xa-datasource/pom.xml
index 922b615..680861b 100644
--- a/examples/xa-datasource/pom.xml
+++ b/examples/xa-datasource/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>xa-datasource</artifactId>
   <packaging>war</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: XA Datasource configuration and usage</name>
+  <name>TomEE :: Examples :: XA Datasource configuration and usage</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <derby.version>10.12.1.1</derby.version>
diff --git a/gradle/gradle-tomee-embedded/pom.xml b/gradle/gradle-tomee-embedded/pom.xml
index cc6c095..01f537a 100644
--- a/gradle/gradle-tomee-embedded/pom.xml
+++ b/gradle/gradle-tomee-embedded/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-embedded</artifactId>
-  <name>OpenEJB :: Gradle Plugins :: TomEE Embedded</name>
+  <name>TomEE :: Gradle Plugins :: TomEE Embedded</name>
 
   <dependencies>
     <!-- don't put any tomee dependency there -->
diff --git a/gradle/pom.xml b/gradle/pom.xml
index 7857425..896b3ed 100644
--- a/gradle/pom.xml
+++ b/gradle/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.tomee.gradle</groupId>
   <artifactId>gradle</artifactId>
-  <name>OpenEJB :: Gradle Plugins</name>
+  <name>TomEE :: Gradle Plugins</name>
   <packaging>pom</packaging>
 
   <modules>
diff --git a/itests/failover-ejb/pom.xml b/itests/failover-ejb/pom.xml
index 2b1ea3c..a12442b 100644
--- a/itests/failover-ejb/pom.xml
+++ b/itests/failover-ejb/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.openejb.itests</groupId>
   <artifactId>failover-ejb</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Failover EJB</name>
+  <name>TomEE :: iTests :: Failover EJB</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.failover.ejb</tomee.build.name>
diff --git a/itests/failover/pom.xml b/itests/failover/pom.xml
index d19ad2d..efc4cd4 100644
--- a/itests/failover/pom.xml
+++ b/itests/failover/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.openejb.itests</groupId>
   <artifactId>failover</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Failover</name>
+  <name>TomEE :: iTests :: Failover</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.failover</tomee.build.name>
diff --git a/itests/legacy-client/pom.xml b/itests/legacy-client/pom.xml
index e03c9f5..82be360 100644
--- a/itests/legacy-client/pom.xml
+++ b/itests/legacy-client/pom.xml
@@ -28,7 +28,7 @@
   <groupId>org.apache.openejb.itests</groupId>
   <artifactId>legacy-client</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Legacy Client</name>
+  <name>TomEE :: iTests :: Legacy Client</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.legacy.client</tomee.build.name>
diff --git a/itests/legacy-server/pom.xml b/itests/legacy-server/pom.xml
index eccc261..9691048 100644
--- a/itests/legacy-server/pom.xml
+++ b/itests/legacy-server/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.openejb.itests</groupId>
   <artifactId>legacy-server</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Legacy Server</name>
+  <name>TomEE :: iTests :: Legacy Server</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.legacy.server</tomee.build.name>
diff --git a/itests/microprofile-jwt-itests/pom.xml b/itests/microprofile-jwt-itests/pom.xml
index 69ef25e..50eeb79 100644
--- a/itests/microprofile-jwt-itests/pom.xml
+++ b/itests/microprofile-jwt-itests/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>microprofile-jwt-itests</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Server Composer</name>
+  <name>TomEE :: iTests :: Server Composer</name>
 
   <build>
     <plugins>
diff --git a/itests/openejb-itests-app/pom.xml b/itests/openejb-itests-app/pom.xml
index aab13c3..95c57b6 100644
--- a/itests/openejb-itests-app/pom.xml
+++ b/itests/openejb-itests-app/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>openejb-itests-app</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: App</name>
+  <name>TomEE :: iTests :: App</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.app</tomee.build.name>
diff --git a/itests/openejb-itests-beans/pom.xml b/itests/openejb-itests-beans/pom.xml
index 29dad7a..43ef97c 100644
--- a/itests/openejb-itests-beans/pom.xml
+++ b/itests/openejb-itests-beans/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>openejb-itests-beans</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Beans</name>
+  <name>TomEE :: iTests :: Beans</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.beans</tomee.build.name>
diff --git a/itests/openejb-itests-client/pom.xml b/itests/openejb-itests-client/pom.xml
index 962b7af..a9e8ee0 100644
--- a/itests/openejb-itests-client/pom.xml
+++ b/itests/openejb-itests-client/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>openejb-itests-client</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Client</name>
+  <name>TomEE :: iTests :: Client</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.client</tomee.build.name>
diff --git a/itests/openejb-itests-interceptor-beans/pom.xml b/itests/openejb-itests-interceptor-beans/pom.xml
index e8166c1..d1d3258 100644
--- a/itests/openejb-itests-interceptor-beans/pom.xml
+++ b/itests/openejb-itests-interceptor-beans/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>openejb-itests-interceptor-beans</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Interceptor Beans</name>
+  <name>TomEE :: iTests :: Interceptor Beans</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.interceptors</tomee.build.name>
diff --git a/itests/openejb-itests-servlets/pom.xml b/itests/openejb-itests-servlets/pom.xml
index 9a5a00f..250dae5 100644
--- a/itests/openejb-itests-servlets/pom.xml
+++ b/itests/openejb-itests-servlets/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>openejb-itests-servlets</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Servlets</name>
+  <name>TomEE :: iTests :: Servlets</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.servlets</tomee.build.name>
diff --git a/itests/openejb-itests-web/pom.xml b/itests/openejb-itests-web/pom.xml
index ad4b36c..4d4eb42 100644
--- a/itests/openejb-itests-web/pom.xml
+++ b/itests/openejb-itests-web/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>openejb-itests-web</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: iTests :: Web</name>
+  <name>TomEE :: iTests :: Web</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.web</tomee.build.name>
diff --git a/itests/pom.xml b/itests/pom.xml
index 35aea63..2604e42 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>itests</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: iTests</name>
+  <name>TomEE :: iTests</name>
 
   <modules>
     <module>tomee-server-composer</module>
diff --git a/itests/startup/pom.xml b/itests/startup/pom.xml
index e09117d..74def0b 100644
--- a/itests/startup/pom.xml
+++ b/itests/startup/pom.xml
@@ -29,7 +29,7 @@
   <groupId>org.apache.tomee.itests</groupId>
   <artifactId>startup</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Server Composer</name>
+  <name>TomEE :: iTests :: Server Composer</name>
 
   <build>
     <plugins>
diff --git a/itests/tomee-server-composer/pom.xml b/itests/tomee-server-composer/pom.xml
index 8fc1119..78f4ba3 100644
--- a/itests/tomee-server-composer/pom.xml
+++ b/itests/tomee-server-composer/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>tomee-server-composer</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Server Composer</name>
+  <name>TomEE :: iTests :: Server Composer</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.itests.failover</tomee.build.name>
diff --git a/itests/tomee-server-version/pom.xml b/itests/tomee-server-version/pom.xml
index 1a805a7..bd42a6d 100644
--- a/itests/tomee-server-version/pom.xml
+++ b/itests/tomee-server-version/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>tomee-server-version</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Server Composer</name>
+  <name>TomEE :: iTests :: Server Composer</name>
 
   <build>
     <plugins>
diff --git a/maven/applicationcomposer-maven-plugin/pom.xml b/maven/applicationcomposer-maven-plugin/pom.xml
index 33e61a2..ab9d877 100644
--- a/maven/applicationcomposer-maven-plugin/pom.xml
+++ b/maven/applicationcomposer-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>applicationcomposer-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Maven Plugins :: ApplicationComposer Maven Plugin</name>
+  <name>TomEE :: Maven Plugins :: ApplicationComposer Maven Plugin</name>
 
   <dependencies>
     <dependency>
diff --git a/maven/jarstxt-maven-plugin/pom.xml b/maven/jarstxt-maven-plugin/pom.xml
index 8b8d6ef..808de84 100644
--- a/maven/jarstxt-maven-plugin/pom.xml
+++ b/maven/jarstxt-maven-plugin/pom.xml
@@ -26,7 +26,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
   <artifactId>jarstxt-maven-plugin</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
-  <name>OpenEJB :: Maven Plugins :: jars.txt Maven Plugin</name>
+  <name>TomEE :: Maven Plugins :: jars.txt Maven Plugin</name>
 
 
   <dependencies>
diff --git a/maven/maven-util/pom.xml b/maven/maven-util/pom.xml
index 5cb3c76..0114cfd 100644
--- a/maven/maven-util/pom.xml
+++ b/maven/maven-util/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>maven-util</artifactId>
-  <name>OpenEJB :: Maven Plugins :: Util</name>
+  <name>TomEE :: Maven Plugins :: Util</name>
 
   <dependencies>
     <dependency>
diff --git a/maven/openejb-embedded-maven-plugin/pom.xml b/maven/openejb-embedded-maven-plugin/pom.xml
index 353084a..97bfd2b 100644
--- a/maven/openejb-embedded-maven-plugin/pom.xml
+++ b/maven/openejb-embedded-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>openejb-embedded-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>8.0.0-SNAPSHOT</version>
-  <name>OpenEJB :: Maven Plugins :: OpenEJB Embedded Maven Plugin</name>
+  <name>TomEE :: Maven Plugins :: OpenEJB Embedded Maven Plugin</name>
 
   <dependencies>
     <dependency>
diff --git a/maven/pom.xml b/maven/pom.xml
index 0e12b45..9fc4864 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -27,7 +27,7 @@
   <groupId>org.apache.tomee.maven</groupId>
   <artifactId>maven</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Maven Plugins</name>
+  <name>TomEE :: Maven Plugins</name>
 
   <properties>
     <maven.version>2.2.1</maven.version>
diff --git a/maven/tomee-embedded-maven-plugin/pom.xml b/maven/tomee-embedded-maven-plugin/pom.xml
index f81281d..63cc5b9 100644
--- a/maven/tomee-embedded-maven-plugin/pom.xml
+++ b/maven/tomee-embedded-maven-plugin/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>tomee-embedded-maven-plugin</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
-  <name>OpenEJB :: Maven Plugins :: TomEE Embedded Maven Plugin</name>
+  <name>TomEE :: Maven Plugins :: TomEE Embedded Maven Plugin</name>
 
   <dependencies>
     <dependency>
diff --git a/maven/tomee-maven-plugin/pom.xml b/maven/tomee-maven-plugin/pom.xml
index 699d25a..5158d9a 100644
--- a/maven/tomee-maven-plugin/pom.xml
+++ b/maven/tomee-maven-plugin/pom.xml
@@ -28,7 +28,7 @@
   <artifactId>tomee-maven-plugin</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
-  <name>OpenEJB :: Maven Plugins :: TomEE Maven Plugin</name>
+  <name>TomEE :: Maven Plugins :: TomEE Maven Plugin</name>
 
   <dependencies>
     <dependency>
diff --git a/maven/tomee-webapp-archetype/pom.xml b/maven/tomee-webapp-archetype/pom.xml
index 594aa0f..7800212 100644
--- a/maven/tomee-webapp-archetype/pom.xml
+++ b/maven/tomee-webapp-archetype/pom.xml
@@ -24,7 +24,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-webapp-archetype</artifactId>
-  <name>OpenEJB :: Maven Plugins :: TomEE Webapp Archetype</name>
+  <name>TomEE :: Maven Plugins :: TomEE Webapp Archetype</name>
 
   <build>
     <plugins>
diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml
index e1ad0a0..000e9bd 100644
--- a/mp-jwt/pom.xml
+++ b/mp-jwt/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mp-jwt</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Microprofile JWT</name>
+  <name>TomEE :: Microprofile JWT</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.microprofile.jwt</tomee.build.name>
diff --git a/server/openejb-activemq/pom.xml b/server/openejb-activemq/pom.xml
index 42a809d..afb0659 100644
--- a/server/openejb-activemq/pom.xml
+++ b/server/openejb-activemq/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-activemq</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: ActiveMQ</name>
+  <name>TomEE :: Server :: ActiveMQ</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.activemq</tomee.build.name>
diff --git a/server/openejb-axis/pom.xml b/server/openejb-axis/pom.xml
index 9d63b06..9cf6d77 100644
--- a/server/openejb-axis/pom.xml
+++ b/server/openejb-axis/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-axis</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Axis</name>
+  <name>TomEE :: Server :: Axis</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.axis</tomee.build.name>
diff --git a/server/openejb-bonecp/pom.xml b/server/openejb-bonecp/pom.xml
index a8e1f3b..266173f 100644
--- a/server/openejb-bonecp/pom.xml
+++ b/server/openejb-bonecp/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-bonecp</artifactId>
-  <name>OpenEJB :: Server :: BoneCP</name>
+  <name>TomEE :: Server :: BoneCP</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.bonecp</tomee.build.name>
diff --git a/server/openejb-client/pom.xml b/server/openejb-client/pom.xml
index 2f2a8b8..56137a9 100644
--- a/server/openejb-client/pom.xml
+++ b/server/openejb-client/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>openejb-client</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Client</name>
+  <name>TomEE :: Server :: Client</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.client</tomee.build.name>
diff --git a/server/openejb-common-cli/pom.xml b/server/openejb-common-cli/pom.xml
index 6f3b1f4..85db314 100644
--- a/server/openejb-common-cli/pom.xml
+++ b/server/openejb-common-cli/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-common-cli</artifactId>
-  <name>OpenEJB :: Server :: Common CLI</name>
+  <name>TomEE :: Server :: Common CLI</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.common.cli</tomee.build.name>
diff --git a/server/openejb-cxf-rs/pom.xml b/server/openejb-cxf-rs/pom.xml
index fe9a915..3dc8cbf 100644
--- a/server/openejb-cxf-rs/pom.xml
+++ b/server/openejb-cxf-rs/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-cxf-rs</artifactId>
-  <name>OpenEJB :: Server :: CXF RS</name>
+  <name>TomEE :: Server :: CXF RS</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.cxf.rs</tomee.build.name>
diff --git a/server/openejb-cxf-transport/pom.xml b/server/openejb-cxf-transport/pom.xml
index 6ed8ba7..3981d10 100644
--- a/server/openejb-cxf-transport/pom.xml
+++ b/server/openejb-cxf-transport/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-cxf-transport</artifactId>
-  <name>OpenEJB :: Server :: CXF Transport</name>
+  <name>TomEE :: Server :: CXF Transport</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.cxf.transport</tomee.build.name>
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index c680e99..fe74dec 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-cxf</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: CXF</name>
+  <name>TomEE :: Server :: CXF</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.cxf</tomee.build.name>
diff --git a/server/openejb-daemon/pom.xml b/server/openejb-daemon/pom.xml
index ec118dd..174fb30 100644
--- a/server/openejb-daemon/pom.xml
+++ b/server/openejb-daemon/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-daemon</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Daemon</name>
+  <name>TomEE :: Server :: Daemon</name>
   <properties>
     <tomee.build.name>${project.groupId}.server.daemon</tomee.build.name>
   </properties>
diff --git a/server/openejb-derbynet/pom.xml b/server/openejb-derbynet/pom.xml
index e12f28b..bbec4f6 100644
--- a/server/openejb-derbynet/pom.xml
+++ b/server/openejb-derbynet/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-derbynet</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Derby Network Service</name>
+  <name>TomEE :: Server :: Derby Network Service</name>
   <properties>
     <tomee.build.name>${project.groupId}.server.derbynet</tomee.build.name>
   </properties>
diff --git a/server/openejb-ejbd/pom.xml b/server/openejb-ejbd/pom.xml
index 2decd19..3dc7856 100644
--- a/server/openejb-ejbd/pom.xml
+++ b/server/openejb-ejbd/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>openejb-ejbd</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: EJBd</name>
+  <name>TomEE :: Server :: EJBd</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.ejbd</tomee.build.name>
diff --git a/server/openejb-hessian/pom.xml b/server/openejb-hessian/pom.xml
index 0abf714..e79f1a0 100644
--- a/server/openejb-hessian/pom.xml
+++ b/server/openejb-hessian/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   </parent>
 
   <artifactId>openejb-hessian</artifactId>
-  <name>OpenEJB :: Server :: Hessian</name>
+  <name>TomEE :: Server :: Hessian</name>
 
     <properties>
         <tomee.build.name>${project.groupId}.server.hessian</tomee.build.name>
diff --git a/server/openejb-hsql/pom.xml b/server/openejb-hsql/pom.xml
index 428123f..d5eb13e 100644
--- a/server/openejb-hsql/pom.xml
+++ b/server/openejb-hsql/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-hsql</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Hsql</name>
+  <name>TomEE :: Server :: Hsql</name>
   <properties>
     <tomee.build.name>${project.groupId}.server.hsql</tomee.build.name>
   </properties>
diff --git a/server/openejb-http/pom.xml b/server/openejb-http/pom.xml
index 8c485bc..6988cab 100644
--- a/server/openejb-http/pom.xml
+++ b/server/openejb-http/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>openejb-http</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Http</name>
+  <name>TomEE :: Server :: Http</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.http</tomee.build.name>
diff --git a/server/openejb-multicast/pom.xml b/server/openejb-multicast/pom.xml
index 3b5fc01..e596ea5 100644
--- a/server/openejb-multicast/pom.xml
+++ b/server/openejb-multicast/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-multicast</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Multicast Discovery</name>
+  <name>TomEE :: Server :: Multicast Discovery</name>
   <properties>
     <tomee.build.name>${project.groupId}.server.multicast</tomee.build.name>
   </properties>
diff --git a/server/openejb-rest/pom.xml b/server/openejb-rest/pom.xml
index 667646f..97ba283 100644
--- a/server/openejb-rest/pom.xml
+++ b/server/openejb-rest/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-rest</artifactId>
-  <name>OpenEJB :: Server :: REST</name>
+  <name>TomEE :: Server :: REST</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.rest</tomee.build.name>
diff --git a/server/openejb-server/pom.xml b/server/openejb-server/pom.xml
index 5fd00f7..f3e8240 100644
--- a/server/openejb-server/pom.xml
+++ b/server/openejb-server/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-server</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Core</name>
+  <name>TomEE :: Server :: Core</name>
   <build>
     <resources>
       <resource>
diff --git a/server/openejb-ssh/pom.xml b/server/openejb-ssh/pom.xml
index c0ce3df..9344509 100644
--- a/server/openejb-ssh/pom.xml
+++ b/server/openejb-ssh/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-ssh</artifactId>
-  <name>OpenEJB :: Server :: SSH</name>
+  <name>TomEE :: Server :: SSH</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.server.ssh</tomee.build.name>
diff --git a/server/openejb-webservices/pom.xml b/server/openejb-webservices/pom.xml
index 1a7cec2..1dbd659 100644
--- a/server/openejb-webservices/pom.xml
+++ b/server/openejb-webservices/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-webservices</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Webservices</name>
+  <name>TomEE :: Server :: Webservices</name>
   <properties>
     <tomee.build.name>${project.groupId}.server.webservices</tomee.build.name>
   </properties>
diff --git a/server/pom.xml b/server/pom.xml
index c02c812..e57f1a1 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>server</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Server</name>
+  <name>TomEE :: Server</name>
 
   <modules>
     <module>openejb-ejbd</module>
diff --git a/tck/bval-embedded/pom.xml b/tck/bval-embedded/pom.xml
index 51ec0cf..efd9618 100644
--- a/tck/bval-embedded/pom.xml
+++ b/tck/bval-embedded/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>bval-embedded</artifactId>
-  <name>OpenEJB :: TCK :: Bean Validation Embedded</name>
+  <name>TomEE :: TCK :: Bean Validation Embedded</name>
 
   <dependencies>
     <dependency>
diff --git a/tck/bval-tomee/pom.xml b/tck/bval-tomee/pom.xml
index 3ac5b1c..a8a5cae 100644
--- a/tck/bval-tomee/pom.xml
+++ b/tck/bval-tomee/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>bval-tomee</artifactId>
-  <name>OpenEJB :: TCK :: Bean Validation TomEE</name>
+  <name>TomEE :: TCK :: Bean Validation TomEE</name>
 
   <properties>
     <openejb.home>${project.build.directory}${file.separator}apache-tomee-webprofile-${project.version}</openejb.home>
diff --git a/tck/cdi-embedded/pom.xml b/tck/cdi-embedded/pom.xml
index ee57a41..e341b3c 100644
--- a/tck/cdi-embedded/pom.xml
+++ b/tck/cdi-embedded/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdi-embedded</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TCK :: CDI Embedded</name>
+  <name>TomEE :: TCK :: CDI Embedded</name>
   <version>8.0.0-SNAPSHOT</version>
 
   <properties>
diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml
index e269ac1..9c1888c 100644
--- a/tck/cdi-tomee/pom.xml
+++ b/tck/cdi-tomee/pom.xml
@@ -24,7 +24,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdi-tomee</artifactId>
-  <name>OpenEJB :: TCK :: CDI TomEE</name>
+  <name>TomEE :: TCK :: CDI TomEE</name>
 
   <!--
    * debug the server side by adding -Dopenejb.server.debug=true
diff --git a/tck/microprofile-tck/config/pom.xml b/tck/microprofile-tck/config/pom.xml
index 4f5a270..76bab12 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>microprofile-config-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile Config TCK</name>
+  <name>TomEE :: TCK :: MicroProfile Config TCK</name>
 
   <build>
     <plugins>
diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml b/tck/microprofile-tck/fault-tolerance/pom.xml
index e8ba927..9500223 100644
--- a/tck/microprofile-tck/fault-tolerance/pom.xml
+++ b/tck/microprofile-tck/fault-tolerance/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>microprofile-fault-tolerance-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile Fault Tolerance TCK</name>
+  <name>TomEE :: TCK :: MicroProfile Fault Tolerance TCK</name>
 
   <build>
     <plugins>
diff --git a/tck/microprofile-tck/health/pom.xml b/tck/microprofile-tck/health/pom.xml
index 084b693..1dda349 100644
--- a/tck/microprofile-tck/health/pom.xml
+++ b/tck/microprofile-tck/health/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>microprofile-health-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile Health TCK</name>
+  <name>TomEE :: TCK :: MicroProfile Health TCK</name>
 
   <build>
     <plugins>
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 6952368..adfc8ff 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -23,7 +23,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>microprofile-jwt-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile JWT TCK</name>
+  <name>TomEE :: TCK :: MicroProfile JWT TCK</name>
 
   <dependencies>
     <dependency>
diff --git a/tck/microprofile-tck/metrics/pom.xml b/tck/microprofile-tck/metrics/pom.xml
index 06e2bda..ecede17 100644
--- a/tck/microprofile-tck/metrics/pom.xml
+++ b/tck/microprofile-tck/metrics/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>microprofile-metrics-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile Metrics TCK</name>
+  <name>TomEE :: TCK :: MicroProfile Metrics TCK</name>
 
   <build>
     <plugins>
diff --git a/tck/microprofile-tck/openapi/pom.xml b/tck/microprofile-tck/openapi/pom.xml
index ed73b31..ff8cf2f 100644
--- a/tck/microprofile-tck/openapi/pom.xml
+++ b/tck/microprofile-tck/openapi/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>microprofile-openapi-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile Open API TCK</name>
+  <name>TomEE :: TCK :: MicroProfile Open API TCK</name>
 
   <build>
     <plugins>
diff --git a/tck/microprofile-tck/opentracing/pom.xml b/tck/microprofile-tck/opentracing/pom.xml
index 88f150a..de8bd3a 100644
--- a/tck/microprofile-tck/opentracing/pom.xml
+++ b/tck/microprofile-tck/opentracing/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>microprofile-opentracing-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile Open Tracing TCK</name>
+  <name>TomEE :: TCK :: MicroProfile Open Tracing TCK</name>
 
   <build>
     <plugins>
diff --git a/tck/microprofile-tck/pom.xml b/tck/microprofile-tck/pom.xml
index 0792599..82cfd87 100644
--- a/tck/microprofile-tck/pom.xml
+++ b/tck/microprofile-tck/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>microprofile-tck</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: TCK :: MicroProfile</name>
+  <name>TomEE :: TCK :: MicroProfile</name>
 
   <modules>
     <module>config</module>
diff --git a/tck/microprofile-tck/rest-client/pom.xml b/tck/microprofile-tck/rest-client/pom.xml
index 51fa72c..164e234 100644
--- a/tck/microprofile-tck/rest-client/pom.xml
+++ b/tck/microprofile-tck/rest-client/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>microprofile-rest-client-tck</artifactId>
-  <name>OpenEJB :: TCK :: MicroProfile Rest Client TCK</name>
+  <name>TomEE :: TCK :: MicroProfile Rest Client TCK</name>
 
   <build>
     <plugins>
diff --git a/tck/pom.xml b/tck/pom.xml
index ee38772..1ead053 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tck</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: TCK</name>
+  <name>TomEE :: TCK</name>
 
   <properties>
     <cdi.tck.20.version>2.0.3.Final</cdi.tck.20.version>
diff --git a/tck/tck-common/pom.xml b/tck/tck-common/pom.xml
index 5850404..498cc50 100644
--- a/tck/tck-common/pom.xml
+++ b/tck/tck-common/pom.xml
@@ -23,7 +23,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tck-common</artifactId>
-  <name>OpenEJB :: TCK :: Common</name>
+  <name>TomEE :: TCK :: Common</name>
   <dependencies>
     <dependency>
       <groupId>org.jboss.test-harness</groupId>
diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index bcb4ac1..5452e92 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>apache-tomee</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Apache TomEE</name>
+  <name>TomEE :: TomEE :: Apache TomEE</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.tomee</tomee.build.name>
diff --git a/tomee/pom.xml b/tomee/pom.xml
index dac135b..c27b02f 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -30,7 +30,7 @@
   
   <artifactId>tomee</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: TomEE</name>
+  <name>TomEE :: TomEE</name>
 
   <modules>
     <module>tomee-config</module>
diff --git a/tomee/tomee-catalina/pom.xml b/tomee/tomee-catalina/pom.xml
index afe6c55..28ce704 100644
--- a/tomee/tomee-catalina/pom.xml
+++ b/tomee/tomee-catalina/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-catalina</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Catalina</name>
+  <name>TomEE :: TomEE :: Catalina</name>
   <description>This module contains the classes that will be added to the catalina class loader</description>
 
   <properties>
diff --git a/tomee/tomee-common/pom.xml b/tomee/tomee-common/pom.xml
index 2b7ca72..b9d5974 100644
--- a/tomee/tomee-common/pom.xml
+++ b/tomee/tomee-common/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-common</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Common</name>
+  <name>TomEE :: TomEE :: Common</name>
   <description>This module contains the classes that will be added to the common class loader</description>
   <properties>
     <tomee.build.name>${project.groupId}.tomee.common</tomee.build.name>
diff --git a/tomee/tomee-config/pom.xml b/tomee/tomee-config/pom.xml
index bf1b0ec..6cfa417 100644
--- a/tomee/tomee-config/pom.xml
+++ b/tomee/tomee-config/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-config</artifactId>
-  <name>OpenEJB :: TomEE :: Config</name>
+  <name>TomEE :: TomEE :: Config</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.config</tomee.build.name>
diff --git a/tomee/tomee-deb/pom.xml b/tomee/tomee-deb/pom.xml
index fdf6bab..79cbc6b 100644
--- a/tomee/tomee-deb/pom.xml
+++ b/tomee/tomee-deb/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-deb</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Debian Package Builder</name>
+  <name>TomEE :: TomEE :: Debian Package Builder</name>
 
   <properties>
     <distribution.workdir>${project.build.directory}/work-dir</distribution.workdir>
diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml
index b169339..8644e56 100644
--- a/tomee/tomee-embedded/pom.xml
+++ b/tomee/tomee-embedded/pom.xml
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-embedded</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: TomEE Embedded</name>
+  <name>TomEE :: TomEE :: TomEE Embedded</name>
   <version>8.0.0-SNAPSHOT</version>
 
   <build>
diff --git a/tomee/tomee-jaxrs/pom.xml b/tomee/tomee-jaxrs/pom.xml
index f9bf8f8..d5610c0 100644
--- a/tomee/tomee-jaxrs/pom.xml
+++ b/tomee/tomee-jaxrs/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-jaxrs</artifactId>
-  <name>OpenEJB :: TomEE :: RS Web Services</name>
+  <name>TomEE :: TomEE :: RS Web Services</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.jaxrs</tomee.build.name>
diff --git a/tomee/tomee-jdbc/pom.xml b/tomee/tomee-jdbc/pom.xml
index 92a0718..e0483ca 100644
--- a/tomee/tomee-jdbc/pom.xml
+++ b/tomee/tomee-jdbc/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-jdbc</artifactId>
-  <name>OpenEJB :: TomEE :: JDBC</name>
+  <name>TomEE :: TomEE :: JDBC</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.jdbc</tomee.build.name>
diff --git a/tomee/tomee-juli/pom.xml b/tomee/tomee-juli/pom.xml
index 1a2649b..99838e6 100644
--- a/tomee/tomee-juli/pom.xml
+++ b/tomee/tomee-juli/pom.xml
@@ -25,7 +25,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-juli</artifactId>
-  <name>OpenEJB :: TomEE :: Juli</name>
+  <name>TomEE :: TomEE :: Juli</name>
 
   <dependencies>
     <dependency>
diff --git a/tomee/tomee-loader/pom.xml b/tomee/tomee-loader/pom.xml
index b8f5799..1a5b065 100644
--- a/tomee/tomee-loader/pom.xml
+++ b/tomee/tomee-loader/pom.xml
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-loader</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Loader</name>
+  <name>TomEE :: TomEE :: Loader</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.loader</tomee.build.name>
diff --git a/tomee/tomee-microprofile/mp-common/pom.xml b/tomee/tomee-microprofile/mp-common/pom.xml
index 68830a6..4530be7 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>mp-common</artifactId>
-  <name>OpenEJB :: TomEE :: MicroProfile Common</name>
+  <name>TomEE :: TomEE :: MicroProfile Common</name>
 
   <dependencies>
     <dependency>
diff --git a/tomee/tomee-microprofile/pom.xml b/tomee/tomee-microprofile/pom.xml
index d0ec381..3e8ba54 100644
--- a/tomee/tomee-microprofile/pom.xml
+++ b/tomee/tomee-microprofile/pom.xml
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>tomee-microprofile</artifactId>
-    <name>OpenEJB :: TomEE :: MicroProfile</name>
+    <name>TomEE :: TomEE :: MicroProfile</name>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
index ba96d35..53ba71a 100644
--- a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
+++ b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-microprofile-webapp</artifactId>
-  <name>OpenEJB :: TomEE :: MicroProfile Webapp</name>
+  <name>TomEE :: TomEE :: MicroProfile Webapp</name>
   <packaging>war</packaging>
 
   <properties>
diff --git a/tomee/tomee-mojarra/pom.xml b/tomee/tomee-mojarra/pom.xml
index 055f419..c186377 100644
--- a/tomee/tomee-mojarra/pom.xml
+++ b/tomee/tomee-mojarra/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-mojarra</artifactId>
-  <name>OpenEJB :: TomEE :: Mojarra</name>
+  <name>TomEE :: TomEE :: Mojarra</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.mojorra</tomee.build.name>
diff --git a/tomee/tomee-myfaces/pom.xml b/tomee/tomee-myfaces/pom.xml
index f613cfa..914c251 100644
--- a/tomee/tomee-myfaces/pom.xml
+++ b/tomee/tomee-myfaces/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>tomee-myfaces</artifactId>
-  <name>OpenEJB :: TomEE :: MyFaces</name>
+  <name>TomEE :: TomEE :: MyFaces</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.myfaces</tomee.build.name>
diff --git a/tomee/tomee-overlay-runner/pom.xml b/tomee/tomee-overlay-runner/pom.xml
index 04a9db7..f66aa21 100644
--- a/tomee/tomee-overlay-runner/pom.xml
+++ b/tomee/tomee-overlay-runner/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-overlay-runner</artifactId>
-  <name>OpenEJB :: TomEE :: Overlay Runner</name>
+  <name>TomEE :: TomEE :: Overlay Runner</name>
   <description>This jar is intended to be embed in a war overlay of one TomEE war to start TomEE from a webapp</description>
 
   <properties>
diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 8f4fd8e..bf63624 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-plume-webapp</artifactId>
-  <name>OpenEJB :: TomEE :: Plume Webapp</name>
+  <name>TomEE :: TomEE :: Plume Webapp</name>
   <packaging>war</packaging>
 
   <properties>
diff --git a/tomee/tomee-plus-webapp/pom.xml b/tomee/tomee-plus-webapp/pom.xml
index 8017513..f8ce914 100644
--- a/tomee/tomee-plus-webapp/pom.xml
+++ b/tomee/tomee-plus-webapp/pom.xml
@@ -28,7 +28,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-plus-webapp</artifactId>
-  <name>OpenEJB :: TomEE :: Plus Webapp</name>
+  <name>TomEE :: TomEE :: Plus Webapp</name>
   <packaging>war</packaging>
 
   <properties>
diff --git a/tomee/tomee-security/pom.xml b/tomee/tomee-security/pom.xml
index a98a541..dd8ab8d 100644
--- a/tomee/tomee-security/pom.xml
+++ b/tomee/tomee-security/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-security</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Security</name>
+  <name>TomEE :: TomEE :: Security</name>
   <description>Implementation of Java EE Security JSR-375</description>
 
   <properties>
diff --git a/tomee/tomee-util/pom.xml b/tomee/tomee-util/pom.xml
index ccc262d..db4d5f9 100644
--- a/tomee/tomee-util/pom.xml
+++ b/tomee/tomee-util/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>tomee-util</artifactId>
-  <name>OpenEJB :: TomEE :: Util</name>
+  <name>TomEE :: TomEE :: Util</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.tomee.util</tomee.build.name>
diff --git a/tomee/tomee-webaccess/pom.xml b/tomee/tomee-webaccess/pom.xml
index b4a798e..b02e6cf 100644
--- a/tomee/tomee-webaccess/pom.xml
+++ b/tomee/tomee-webaccess/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <artifactId>tomee-webaccess</artifactId>
   <packaging>war</packaging>
-  <name>OpenEJB :: TomEE :: webaccess</name>
+  <name>TomEE :: TomEE :: webaccess</name>
   <properties>
     <tomee.build.name>${project.groupId}.tomee.webaccess</tomee.build.name>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index 2885d29..ef8c103 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-webapp</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Webapp</name>
+  <name>TomEE :: TomEE :: Webapp</name>
   <properties>
     <tomee.build.name>${project.groupId}.tomee.webapp</tomee.build.name>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/tomee/tomee-webservices/pom.xml b/tomee/tomee-webservices/pom.xml
index fb9c66e..86144bf 100644
--- a/tomee/tomee-webservices/pom.xml
+++ b/tomee/tomee-webservices/pom.xml
@@ -28,7 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tomee-webservices</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: TomEE :: Web Services</name>
+  <name>TomEE :: TomEE :: Web Services</name>
   <description>This module contains the classes that will be added to the catalina class loader</description>
   <properties>
     <tomee.build.name>${project.groupId}.tomee.webservices</tomee.build.name>
diff --git a/utils/livereload-tomee/pom.xml b/utils/livereload-tomee/pom.xml
index 21438ec..6a5b873 100644
--- a/utils/livereload-tomee/pom.xml
+++ b/utils/livereload-tomee/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>livereload-tomee</artifactId>
-  <name>OpenEJB :: Utils :: LiveReload</name>
+  <name>TomEE :: Utils :: LiveReload</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.util.livereload</tomee.build.name>
diff --git a/utils/log4j2-tomee/pom.xml b/utils/log4j2-tomee/pom.xml
index 8143939..8ae6358 100644
--- a/utils/log4j2-tomee/pom.xml
+++ b/utils/log4j2-tomee/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>log4j2-tomee</artifactId>
-  <name>OpenEJB :: Utils :: Log4j2</name>
+  <name>TomEE :: Utils :: Log4j2</name>
   <description>Add this module if you use log4j2 in TomEE/lib and rely on shutdown hook and don't want to loose logs.</description>
 
   <properties>
diff --git a/utils/openejb-core-eclipselink/pom.xml b/utils/openejb-core-eclipselink/pom.xml
index 01e7339..840713d 100644
--- a/utils/openejb-core-eclipselink/pom.xml
+++ b/utils/openejb-core-eclipselink/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-core-eclipselink</artifactId>
-  <name>OpenEJB :: Utils :: Core EclipseLink</name>
+  <name>TomEE :: Utils :: Core EclipseLink</name>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/utils/openejb-core-hibernate/pom.xml b/utils/openejb-core-hibernate/pom.xml
index 049ec35..7436e7e 100644
--- a/utils/openejb-core-hibernate/pom.xml
+++ b/utils/openejb-core-hibernate/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>openejb-core-hibernate</artifactId>
-  <name>OpenEJB :: Utils :: Core Hibernate</name>
+  <name>TomEE :: Utils :: Core Hibernate</name>
   <packaging>pom</packaging>
 
   <properties>
diff --git a/utils/openejb-mockito/pom.xml b/utils/openejb-mockito/pom.xml
index e3fa0be..bbce16d 100644
--- a/utils/openejb-mockito/pom.xml
+++ b/utils/openejb-mockito/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-mockito</artifactId>
-  <name>OpenEJB :: Utils :: Mockito</name>
+  <name>TomEE :: Utils :: Mockito</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.util.mockito</tomee.build.name>
diff --git a/utils/openejb-provisionning/pom.xml b/utils/openejb-provisionning/pom.xml
index 6b57447..0c036cb 100644
--- a/utils/openejb-provisionning/pom.xml
+++ b/utils/openejb-provisionning/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>openejb-provisionning</artifactId>
-  <name>OpenEJB :: Utils :: Provisionning</name>
+  <name>TomEE :: Utils :: Provisionning</name>
 
   <properties>
     <tomee.build.name>${project.groupId}.util.provisionning</tomee.build.name>
diff --git a/utils/pom.xml b/utils/pom.xml
index 67f19cf..a07dd3f 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>utils</artifactId>
   <packaging>pom</packaging>
-  <name>OpenEJB :: Utils</name>
+  <name>TomEE :: Utils</name>
 
   <modules>
     <module>webdeployer</module>
diff --git a/utils/webdeployer/pom.xml b/utils/webdeployer/pom.xml
index 9fa6569..49a309d 100644
--- a/utils/webdeployer/pom.xml
+++ b/utils/webdeployer/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>webdeployer</artifactId>
 
-  <name>OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB</name>
+  <name>TomEE :: Utils :: TomEE Webapps-based Deployer EJB</name>
   <packaging>jar</packaging>
 
   <properties>