This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new e00a6b50eb Post release fixes
e00a6b50eb is described below
commit e00a6b50eb45559276bf8a47c5fd6b1f50f06c8d
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Nov 8 09:03:01 2023 +0100
Post release fixes
---
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 ade182ad09..e08d43c5ff 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.16-SNAPSHOT</version>
+ <version>8.0.17-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.16-SNAPSHOT</version>
+ <version>8.0.17-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -112,7 +112,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-client</artifactId>
- <version>8.0.16-SNAPSHOT</version>
+ <version>8.0.17-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 74bc1aa183..8e91d2b7f6 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.16-SNAPSHOT</value>
+ <value>8.0.17-SNAPSHOT</value>
</property>
</systemProperties>
</configuration>
diff --git a/examples/mbean-auto-registration/pom.xml
b/examples/mbean-auto-registration/pom.xml
index 6062ea4c50..815455e147 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.16-SNAPSHOT</version>
+ <version>8.0.17-SNAPSHOT</version>
<name>TomEE :: Examples :: MBean Auto Registration</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>8.0.16-SNAPSHOT</tomee.version>
+ <tomee.version>8.0.17-SNAPSHOT</tomee.version>
</properties>
<build>
diff --git a/examples/properties-provider/pom.xml
b/examples/properties-provider/pom.xml
index 97764d1c52..cbd9e084d9 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.16-SNAPSHOT</value>
+ <value>8.0.17-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 a388c04b68..9eaa7d29bb 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.16-SNAPSHOT
+ mvn:org.superbiz:properties-provider-impl:8.0.17-SNAPSHOT
</property>
</configuration>
</container>
diff --git a/examples/resources-declared-in-webapp/pom.xml
b/examples/resources-declared-in-webapp/pom.xml
index 11cd48f17c..3af90839b6 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.16-SNAPSHOT</version>
+ <version>8.0.17-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 e743d564b6..e1cf81c2f6 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.16-SNAPSHOT</version>
+ <version>8.0.17-SNAPSHOT</version>
<contextPath>openejb</contextPath>
</webappArtifact>
</webapps>
diff --git a/examples/rest-sse-example/pom.xml
b/examples/rest-sse-example/pom.xml
index dd77daa1be..5c983c0930 100644
--- a/examples/rest-sse-example/pom.xml
+++ b/examples/rest-sse-example/pom.xml
@@ -75,7 +75,7 @@
<version>8.0.17-SNAPSHOT</version>
<configuration>
<simpleLog>true</simpleLog>
- <tomeeVersion>8.0.16-SNAPSHOT</tomeeVersion>
+ <tomeeVersion>8.0.17-SNAPSHOT</tomeeVersion>
<tomeeClassifier>plus</tomeeClassifier>
</configuration>
</plugin>
diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml
index 9e838c73a7..3611b2166f 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.16-SNAPSHOT</value>
+ <value>8.0.17-SNAPSHOT</value>
</property>
</systemProperties>
</configuration>