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 57b131d  Make sure we build the last code from origin/main
57b131d is described below

commit 57b131d23ec12466cb97d3f9ae77c50d52dbd103
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Wed Nov 16 11:23:43 2022 +0100

    Make sure we build the last code from origin/main
---
 README.adoc |  6 +++---
 pom.xml     | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.adoc b/README.adoc
index 91b80e3..04f0698 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-M9-SNAPSHOT, from the 
tomee-tck folder, run
+To complete a test run against the latest TomEE 9.0.0-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-M9-SNAPSHOT/logs
-   target/apache-tomee-plume-9.0.0-M9-SNAPSHOT/logs
+   target/apache-tomee-plume-9.0.0-SNAPSHOT/logs
+   target/apache-tomee-plume-9.0.0-SNAPSHOT/logs
 
 == SELECTING TESTS
 
diff --git a/pom.xml b/pom.xml
index 6a4903e..2d1b4e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>tomee-tck</artifactId>
   <name>TomEE TCK Harness</name>
 
-  <version>9.0.0-M9-SNAPSHOT</version>
+  <version>9.0.0-SNAPSHOT</version>
 
   <description>
     TomEE TCK Harness
@@ -39,14 +39,14 @@
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
 
-    <openejb.inzip.version>9.0.0-M9-SNAPSHOT</openejb.inzip.version>
-    <tomee.inzip.version>9.0.0-M9-SNAPSHOT</tomee.inzip.version>
+    <openejb.inzip.version>9.0.0-SNAPSHOT</openejb.inzip.version>
+    <tomee.inzip.version>9.0.0-SNAPSHOT</tomee.inzip.version>
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
-    <tomee.zip.version>9.0.0-M9-SNAPSHOT</tomee.zip.version>
+    <tomee.zip.version>9.0.0-SNAPSHOT</tomee.zip.version>
 
-    <tomcat.version>10.0.20</tomcat.version>
+    <tomcat.version>10.0.27</tomcat.version>
 
-    <johnzon.version>1.2.16</johnzon.version>
+    <johnzon.version>1.2.19</johnzon.version>
     <derby.version>10.14.2.0</derby.version>
 
     <!--
@@ -90,7 +90,7 @@
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <version.maven-dependency-plugin>2.9</version.maven-dependency-plugin>
-    <version.activemq>5.16.0</version.activemq>
+    <version.activemq>5.16.5</version.activemq>
     <version.gmaven-plugin>1.5</version.gmaven-plugin>
   </properties>
 

Reply via email to