This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch TOMEE-3800 in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 5b5a08053c275d9be5acffb795e1feb1e8dfea83 Author: Richard Zowalla <[email protected]> AuthorDate: Sun Jun 26 10:03:35 2022 +0200 Fix some missed versions from latest release --- examples/applet/pom.xml | 6 +++--- examples/connector-ear/pom.xml | 2 +- examples/mbean-auto-registration/pom.xml | 4 ++-- examples/properties-provider/pom.xml | 2 +- .../src/test/resources/arquillian.xml | 2 +- examples/resources-declared-in-webapp/pom.xml | 2 +- examples/rest-example-with-application/pom.xml | 2 +- examples/rest-sse-example/pom.xml | 2 +- examples/simple-ear/pom.xml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml index 2f30507896..4109375e61 100644 --- a/examples/applet/pom.xml +++ b/examples/applet/pom.xml @@ -22,7 +22,7 @@ <groupId>org.superbiz.applet</groupId> <artifactId>applet</artifactId> <packaging>war</packaging> - <version>8.0.12-SNAPSHOT</version> + <version>8.0.13-SNAPSHOT</version> <name>TomEE :: Web Examples :: Signed Applet EJB Client</name> <url>http://tomee.apache.org</url> <properties> @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.tomee</groupId> <artifactId>openejb-client</artifactId> - <version>8.0.12-SNAPSHOT</version> + <version>8.0.13-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> @@ -112,7 +112,7 @@ <artifactItem> <groupId>org.apache.tomee</groupId> <artifactId>openejb-client</artifactId> - <version>8.0.12-SNAPSHOT</version> + <version>8.0.13-SNAPSHOT</version> <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory> <destFileName>openejb-client.jar</destFileName> </artifactItem> diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml index e5ccc4dfeb..9717ea00a6 100644 --- a/examples/connector-ear/pom.xml +++ b/examples/connector-ear/pom.xml @@ -87,7 +87,7 @@ <systemProperties> <property> <name>tomee.version</name> - <value>8.0.12-SNAPSHOT</value> + <value>8.0.13-SNAPSHOT</value> </property> </systemProperties> </configuration> diff --git a/examples/mbean-auto-registration/pom.xml b/examples/mbean-auto-registration/pom.xml index 5878880ab1..7acdbf3e2e 100644 --- a/examples/mbean-auto-registration/pom.xml +++ b/examples/mbean-auto-registration/pom.xml @@ -22,12 +22,12 @@ <groupId>org.superbiz</groupId> <artifactId>mbean-auto-registration</artifactId> <packaging>jar</packaging> - <version>8.0.12-SNAPSHOT</version> + <version>8.0.13-SNAPSHOT</version> <name>TomEE :: Examples :: MBean Auto Registration</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <tomee.version>8.0.12-SNAPSHOT</tomee.version> + <tomee.version>8.0.13-SNAPSHOT</tomee.version> </properties> <build> diff --git a/examples/properties-provider/pom.xml b/examples/properties-provider/pom.xml index e7727adada..991b8d865b 100644 --- a/examples/properties-provider/pom.xml +++ b/examples/properties-provider/pom.xml @@ -65,7 +65,7 @@ <systemProperties> <property> <name>tomee.version</name> - <value>8.0.12-SNAPSHOT</value> + <value>8.0.13-SNAPSHOT</value> </property> </systemProperties> </configuration> diff --git a/examples/properties-provider/properties-provider-sample-webapp/src/test/resources/arquillian.xml b/examples/properties-provider/properties-provider-sample-webapp/src/test/resources/arquillian.xml index 3b68140b22..db74d04cd7 100644 --- a/examples/properties-provider/properties-provider-sample-webapp/src/test/resources/arquillian.xml +++ b/examples/properties-provider/properties-provider-sample-webapp/src/test/resources/arquillian.xml @@ -30,7 +30,7 @@ <property name="appWorkingDir">target/arquillian-test-working-dir</property> <property name="conf">src/test/conf</property> <property name="additionalLibs"> - mvn:org.superbiz:properties-provider-impl:8.0.12-SNAPSHOT + mvn:org.superbiz:properties-provider-impl:8.0.13-SNAPSHOT </property> </configuration> </container> diff --git a/examples/resources-declared-in-webapp/pom.xml b/examples/resources-declared-in-webapp/pom.xml index af58af7914..61230aac09 100644 --- a/examples/resources-declared-in-webapp/pom.xml +++ b/examples/resources-declared-in-webapp/pom.xml @@ -77,7 +77,7 @@ <webappArtifact> <groupId>org.apache.tomee</groupId> <artifactId>openejb-tomcat-plus-webapp</artifactId> - <version>8.0.12-SNAPSHOT</version> + <version>8.0.13-SNAPSHOT</version> <contextPath>openejb</contextPath> </webappArtifact> </webapps> diff --git a/examples/rest-example-with-application/pom.xml b/examples/rest-example-with-application/pom.xml index 5d5e26b8e9..106155d76c 100644 --- a/examples/rest-example-with-application/pom.xml +++ b/examples/rest-example-with-application/pom.xml @@ -77,7 +77,7 @@ <webappArtifact> <groupId>org.apache.tomee</groupId> <artifactId>tomee-plus-webapp</artifactId> - <version>8.0.12-SNAPSHOT</version> + <version>8.0.13-SNAPSHOT</version> <contextPath>openejb</contextPath> </webappArtifact> </webapps> diff --git a/examples/rest-sse-example/pom.xml b/examples/rest-sse-example/pom.xml index f800d4b82d..5fd581d33f 100644 --- a/examples/rest-sse-example/pom.xml +++ b/examples/rest-sse-example/pom.xml @@ -75,7 +75,7 @@ <version>8.0.13-SNAPSHOT</version> <configuration> <simpleLog>true</simpleLog> - <tomeeVersion>8.0.12-SNAPSHOT</tomeeVersion> + <tomeeVersion>8.0.13-SNAPSHOT</tomeeVersion> <tomeeClassifier>plus</tomeeClassifier> </configuration> </plugin> diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml index 5645f57442..41a27944cf 100644 --- a/examples/simple-ear/pom.xml +++ b/examples/simple-ear/pom.xml @@ -71,7 +71,7 @@ <systemProperties> <property> <name>tomee.version</name> - <value>8.0.12-SNAPSHOT</value> + <value>8.0.13-SNAPSHOT</value> </property> </systemProperties> </configuration>
