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/26 03:36:35 UTC

[tomee-tck] branch jakartaee9-tck updated: Update to reflect changes in tomee-jakarta experimental branch

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 df6147f  Update to reflect changes in tomee-jakarta experimental branch
df6147f is described below

commit df6147fa1f51cad5aaf2d903bbac05ec2f72782b
Author: David Blevins <da...@gmail.com>
AuthorDate: Tue Mar 23 15:18:33 2021 -0700

    Update to reflect changes in tomee-jakarta experimental branch
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e92959b..2d29e52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,8 @@
     For example, for 9.0.0-M2, we are using 8.0.4 as a base line, so it must be aligned -->
     <openejb.inzip.version>8.0.7-SNAPSHOT</openejb.inzip.version>
     <tomee.inzip.version>8.0.7-SNAPSHOT</tomee.inzip.version>
-    <tomee.zip.groupId>org.apache.tomee.jakarta</tomee.zip.groupId>
-    <tomee.zip.version>9.0.0-M5-SNAPSHOT</tomee.zip.version>
+    <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
+    <tomee.zip.version>9.0.0-M7-SNAPSHOT</tomee.zip.version>
 
     <tomcat.version>10.0.0</tomcat.version>
 
@@ -509,7 +509,7 @@
                       <groupId>${tomee.zip.groupId}</groupId>
                       <artifactId>apache-tomee</artifactId>
                       <version>${tomee.zip.version}</version>
-                      <classifier>plume-transformed</classifier>
+                      <classifier>plume</classifier>
                       <type>zip</type>
                       <outputDirectory>${project.build.directory}</outputDirectory>
                     </artifactItem>