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/04 12:00:56 UTC

[tomee-tck] branch jakartaee9-tck updated: Update to snapshot so we can test the transformer

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 13a57d0  Update to snapshot so we can test the transformer
13a57d0 is described below

commit 13a57d04d7da47184481d87512375b262e615898
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Nov 4 12:43:46 2020 +0100

    Update to snapshot so we can test the transformer
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9076469..72e37fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,10 +42,10 @@
     <!-- A bit tricky because of the nature we create the 9.x version. Even if the zip is
     upgraded to 9.x, lib jars are still in the same old package and still using the base version
     For example, for 9.0.0-M2, we are using 8.0.4 as a base line, so it must be aligned -->
-    <openejb.version>8.0.4</openejb.version>
-    <tomee.version>8.0.4</tomee.version>
+    <openejb.version>8.0.5-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
     <tomee.zip.groupId>org.apache.tomee.jakarta</tomee.zip.groupId>
-    <tomee.zip.version>9.0.0-M2</tomee.zip.version>
+    <tomee.zip.version>9.0.0-M3-SNAPSHOT</tomee.zip.version>
 
     <tomcat.version>9.0.30</tomcat.version>
 
@@ -305,7 +305,7 @@
                       <groupId>${tomee.zip.groupId}</groupId>
                       <artifactId>apache-tomee</artifactId>
                       <version>${tomee.zip.version}</version>
-                      <classifier>webprofile</classifier>
+                      <classifier>webprofile-transformed</classifier>
                       <type>zip</type>
                       <outputDirectory>${project.build.directory}</outputDirectory>
                     </artifactItem>
@@ -323,7 +323,7 @@
           <groupId>${tomee.zip.groupId}</groupId>
           <artifactId>apache-tomee</artifactId>
           <version>${tomee.zip.version}</version>
-          <classifier>webprofile</classifier>
+          <classifier>webprofile-transformed</classifier>
           <type>zip</type>
         </dependency>
 
@@ -363,7 +363,7 @@
                       <groupId>${tomee.zip.groupId}</groupId>
                       <artifactId>apache-tomee</artifactId>
                       <version>${tomee.zip.version}</version>
-                      <classifier>plus</classifier>
+                      <classifier>plus-transformed</classifier>
                       <type>zip</type>
                       <outputDirectory>${project.build.directory}</outputDirectory>
                     </artifactItem>
@@ -381,7 +381,7 @@
           <groupId>${tomee.zip.groupId}</groupId>
           <artifactId>apache-tomee</artifactId>
           <version>${tomee.zip.version}</version>
-          <classifier>plus</classifier>
+          <classifier>plus-transformed</classifier>
           <type>zip</type>
         </dependency>
 
@@ -421,7 +421,7 @@
                       <groupId>${tomee.zip.groupId}</groupId>
                       <artifactId>apache-tomee</artifactId>
                       <version>${tomee.zip.version}</version>
-                      <classifier>plume</classifier>
+                      <classifier>plume-transformed</classifier>
                       <type>zip</type>
                       <outputDirectory>${project.build.directory}</outputDirectory>
                     </artifactItem>
@@ -439,7 +439,7 @@
           <groupId>${tomee.zip.groupId}</groupId>
           <artifactId>apache-tomee</artifactId>
           <version>${tomee.zip.version}</version>
-          <classifier>plume</classifier>
+          <classifier>plume-transformed</classifier>
           <type>zip</type>
         </dependency>