You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/18 23:23:37 UTC

[tomee-tck] branch jakartaee9-tck updated: remove transformed suffix - needs investigation

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

jlmonteiro 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 3aea2cc  remove transformed suffix - needs investigation
3aea2cc is described below

commit 3aea2cc04df34a85098bba84cd0fa18a7904e970
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Nov 19 00:04:56 2020 +0100

    remove transformed suffix - needs investigation
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index f7ade1d..15f49cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,7 @@
                       <groupId>${tomee.zip.groupId}</groupId>
                       <artifactId>apache-tomee</artifactId>
                       <version>${tomee.zip.version}</version>
-                      <classifier>webprofile-transformed</classifier>
+                      <classifier>webprofile</classifier>
                       <type>zip</type>
                       <outputDirectory>${project.build.directory}</outputDirectory>
                     </artifactItem>
@@ -399,7 +399,7 @@
           <groupId>${tomee.zip.groupId}</groupId>
           <artifactId>apache-tomee</artifactId>
           <version>${tomee.zip.version}</version>
-          <classifier>webprofile-transformed</classifier>
+          <classifier>webprofile</classifier>
           <type>zip</type>
         </dependency>
 
@@ -439,7 +439,7 @@
                       <groupId>${tomee.zip.groupId}</groupId>
                       <artifactId>apache-tomee</artifactId>
                       <version>${tomee.zip.version}</version>
-                      <classifier>plus-transformed</classifier>
+                      <classifier>plus</classifier>
                       <type>zip</type>
                       <outputDirectory>${project.build.directory}</outputDirectory>
                     </artifactItem>
@@ -457,7 +457,7 @@
           <groupId>${tomee.zip.groupId}</groupId>
           <artifactId>apache-tomee</artifactId>
           <version>${tomee.zip.version}</version>
-          <classifier>plus-transformed</classifier>
+          <classifier>plus</classifier>
           <type>zip</type>
         </dependency>
 
@@ -497,7 +497,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>
@@ -515,7 +515,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>
         </dependency>