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:08 UTC

[tomee-tck] branch jakartaee9-tck 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 jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 6fea524  Update branding	from openejb to	tomee
6fea524 is described below

commit 6fea524297b060f3783acd814108c22d98827696
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Mar 12 10:52:47 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 3d047f0..fd9fbf6 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>