This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-9.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-9.x by this push:
new 27982e23d8 Fix reference to old snapshot after release
27982e23d8 is described below
commit 27982e23d884467d48f8672380dfb35a3e616ac5
Author: Richard Zowalla <[email protected]>
AuthorDate: Sun Dec 31 15:27:00 2023 +0100
Fix reference to old snapshot after release
---
arquillian/arquillian-tomee-moviefun-example/pom.xml | 2 +-
examples/junit5-arquillian-simple-websockets/README.adoc | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/arquillian/arquillian-tomee-moviefun-example/pom.xml
b/arquillian/arquillian-tomee-moviefun-example/pom.xml
index 0467477a9f..67efd0bfce 100644
--- a/arquillian/arquillian-tomee-moviefun-example/pom.xml
+++ b/arquillian/arquillian-tomee-moviefun-example/pom.xml
@@ -86,7 +86,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>taglibs-shade</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
</artifactItem>
</artifactItems>
<outputDirectory>
diff --git a/examples/junit5-arquillian-simple-websockets/README.adoc
b/examples/junit5-arquillian-simple-websockets/README.adoc
index 242bc2a632..9928bdc58c 100644
--- a/examples/junit5-arquillian-simple-websockets/README.adoc
+++ b/examples/junit5-arquillian-simple-websockets/README.adoc
@@ -8,9 +8,6 @@
A simple Websocket example project.
-This was originally created for TomEE 9.1.2-SNAPSHOT using Jakarta EE 9 and
Websocket
-API 1.1.
-
The example was created with a server to server typo of connection in
mind. For Browser to server connections, you will need to refer to your
frontend framework of choice but many server side configurations in here