This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/master by this push:
new 09f756f Update the version of tomee TCK to match tomee snapshot
version 8.0.11-SNAPSHOT
09f756f is described below
commit 09f756f3c665a4e952ce0d098ac7c219f0ee3f1b
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Feb 23 19:09:05 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 3e80e00..288565c 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
@@ -38,8 +38,8 @@
<properties>
<openejb.groupId>org.apache.tomee</openejb.groupId>
- <openejb.version>8.0.10-SNAPSHOT</openejb.version>
- <tomee.version>8.0.10-SNAPSHOT</tomee.version>
+ <openejb.version>8.0.11-SNAPSHOT</openejb.version>
+ <tomee.version>8.0.11-SNAPSHOT</tomee.version>
<tomcat.version>9.0.56</tomcat.version>
<derby.version>10.14.2.0</derby.version>