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 2022/06/30 09:27:19 UTC

[tomee-tck] branch jakartaee9-tck updated: Move to next iteration 9.0.0-M9-SNAPSHOT

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 8e9f750  Move to next iteration 9.0.0-M9-SNAPSHOT
8e9f750 is described below

commit 8e9f750d06efa60588c5b1b628f8aff803aff8aa
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Jun 30 11:27:12 2022 +0200

    Move to next iteration 9.0.0-M9-SNAPSHOT
---
 README.adoc | 6 +++---
 pom.xml     | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.adoc b/README.adoc
index b25a445..91b80e3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -97,7 +97,7 @@ Once unpacked, they can be "hooked" up via your maven settings.xml file like so:
 
 == TEST RUN
 
-To complete a test run against the latest TomEE 9.0.0-M8-SNAPSHOT, from the tomee-tck folder, run
+To complete a test run against the latest TomEE 9.0.0-M9-SNAPSHOT, from the tomee-tck folder, run
 
     ./runtests --web tomee-plume com.sun.ts.tests.ejb30.bb.localaccess.statelessclient
 
@@ -176,8 +176,8 @@ that log.
 
 The server logs are in the usual place:
 
-   target/apache-tomee-plume-9.0.0-M8-SNAPSHOT/logs
-   target/apache-tomee-plume-9.0.0-M8-SNAPSHOT/logs
+   target/apache-tomee-plume-9.0.0-M9-SNAPSHOT/logs
+   target/apache-tomee-plume-9.0.0-M9-SNAPSHOT/logs
 
 == SELECTING TESTS
 
diff --git a/pom.xml b/pom.xml
index 112e9a7..e0c41d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>tomee-tck</artifactId>
   <name>TomEE TCK Harness</name>
 
-  <version>9.0.0-M8-SNAPSHOT</version>
+  <version>9.0.0-M9-SNAPSHOT</version>
 
   <description>
     TomEE TCK Harness
@@ -39,10 +39,10 @@
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
 
-    <openejb.inzip.version>9.0.0-M8-SNAPSHOT</openejb.inzip.version>
-    <tomee.inzip.version>9.0.0-M8-SNAPSHOT</tomee.inzip.version>
+    <openejb.inzip.version>9.0.0-M9-SNAPSHOT</openejb.inzip.version>
+    <tomee.inzip.version>9.0.0-M9-SNAPSHOT</tomee.inzip.version>
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
-    <tomee.zip.version>9.0.0-M8-SNAPSHOT</tomee.zip.version>
+    <tomee.zip.version>9.0.0-M9-SNAPSHOT</tomee.zip.version>
 
     <tomcat.version>10.0.20</tomcat.version>