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 2021/03/12 18:53:12 UTC

[tomee-tck] branch master updated: Update branding from openejb to tomee

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-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new dafa389  Update branding from openejb to tomee
dafa389 is described below

commit dafa389591027fa397ae82524ec60db2f41376c5
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Mar 12 10:52:05 2021 -0800

    Update branding from openejb to tomee
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5856dc5..0bab037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,14 +25,14 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.apache.openejb.cts</groupId>
-  <artifactId>openejb-tck</artifactId>
-  <name>OpenEJB TCK Harness</name>
+  <groupId>org.apache.tomee.cts</groupId>
+  <artifactId>tomee-tck</artifactId>
+  <name>TomEE TCK Harness</name>
 
   <version>8.0.7-SNAPSHOT</version>
 
   <description>
-    OpenEJB TCK Harness
+    TomEE TCK Harness
   </description>
 
   <properties>