From 27982e23d884467d48f8672380dfb35a3e616ac5 Mon Sep 17 00:00:00 2001
From: Richard Zowalla <13417392+rzo1@users.noreply.github.com>
Date: Sun, 31 Dec 2023 15:27:00 +0100
Subject: [PATCH] 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 0467477a9f3..67efd0bfcef 100644
--- a/arquillian/arquillian-tomee-moviefun-example/pom.xml
+++ b/arquillian/arquillian-tomee-moviefun-example/pom.xml
@@ -86,7 +86,7 @@
org.apache.tomee
taglibs-shade
- 9.1.2-SNAPSHOT
+ 9.1.3-SNAPSHOT
diff --git a/examples/junit5-arquillian-simple-websockets/README.adoc b/examples/junit5-arquillian-simple-websockets/README.adoc
index 242bc2a632a..9928bdc58c6 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