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

dblevins pushed a commit to branch tomee-9-with-ee-10
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 715066edfe5dc9658e57cb49e5fc558baa294d56
Author: David Blevins <dblev...@tomitribe.com>
AuthorDate: Tue Jan 31 08:38:15 2023 -0800

    Set version to TomEE 9.0.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 30aae00..26e9d78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,10 +39,10 @@
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
 
-    <openejb.inzip.version>10.0.0-SNAPSHOT</openejb.inzip.version>
-    <tomee.inzip.version>10.0.0-SNAPSHOT</tomee.inzip.version>
+    <openejb.inzip.version>9.0.0</openejb.inzip.version>
+    <tomee.inzip.version>9.0.0</tomee.inzip.version>
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
-    <tomee.zip.version>10.0.0-SNAPSHOT</tomee.zip.version>
+    <tomee.zip.version>9.0.0</tomee.zip.version>
 
     <!-- Settings to run against TomEE 9.0.0-M7 which passes all the Web 
Profile tests -->
 <!--    <openejb.inzip.version>8.0.7</openejb.inzip.version>-->

Reply via email to