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 8cb23c4 Update the version of tomee TCK to match tomee snapshot
version 8.0.11-SNAPSHOT
8cb23c4 is described below
commit 8cb23c4f05688cb1cd3fb09020671ebf9a67bc5c
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Feb 23 19:08:33 2022 +0100
Update the version of tomee TCK to match tomee snapshot version
8.0.11-SNAPSHOT
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 85eb44f..65c369f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<artifactId>tomee-tck</artifactId>
<name>TomEE TCK Harness</name>
- <version>8.0.10-SNAPSHOT</version>
+ <version>8.0.11-SNAPSHOT</version>
<description>
TomEE TCK Harness
@@ -42,8 +42,8 @@
<!-- 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.inzip.version>8.0.10-SNAPSHOT</openejb.inzip.version>
- <tomee.inzip.version>8.0.10-SNAPSHOT</tomee.inzip.version>
+ <openejb.inzip.version>8.0.11-SNAPSHOT</openejb.inzip.version>
+ <tomee.inzip.version>8.0.11-SNAPSHOT</tomee.inzip.version>
<tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
<tomee.zip.version>9.0.0-M8-SNAPSHOT</tomee.zip.version>