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 9a3ee28cfc Post release fixes
9a3ee28cfc is described below
commit 9a3ee28cfcfe4d1b2148392e2a1801b7e291ae2a
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Dec 21 09:27:57 2023 +0100
Post release fixes
---
examples/applet/pom.xml | 6 +++---
examples/bean-validation-design-by-contract/pom.xml | 2 +-
examples/cdi-dynamic-inject/pom.xml | 4 ++--
examples/connector-ear/pom.xml | 2 +-
examples/deltaspike-configproperty/pom.xml | 6 +++---
examples/deltaspike-exception-handling/pom.xml | 6 +++---
examples/deltaspike-fullstack/pom.xml | 4 ++--
examples/deltaspike-i18n/pom.xml | 6 +++---
examples/mbean-auto-registration/pom.xml | 4 ++--
examples/mp-jsonb-configuration/pom.xml | 4 ++--
examples/mvc-cxf-hibernate/pom.xml | 8 ++++----
examples/mvc-cxf/pom.xml | 8 ++++----
examples/mvc-resteasy/pom.xml | 6 +++---
examples/pojo-webservice/pom.xml | 2 +-
examples/polling-parent/polling-client/pom.xml | 2 +-
examples/polling-parent/polling-core/pom.xml | 2 +-
examples/polling-parent/polling-domain/pom.xml | 2 +-
examples/polling-parent/polling-web/pom.xml | 2 +-
examples/polling-parent/pom.xml | 4 ++--
examples/projectstage-demo/pom.xml | 4 ++--
examples/quartz-app/pom.xml | 2 +-
examples/resources-declared-in-webapp/pom.xml | 2 +-
examples/resources-jmx-example/pom.xml | 2 +-
examples/rest-example-with-application/pom.xml | 2 +-
examples/rest-sse-example/pom.xml | 4 ++--
examples/simple-ear/pom.xml | 4 ++--
examples/spring-data-proxy-meta/pom.xml | 4 ++--
examples/spring-data-proxy/pom.xml | 4 ++--
examples/tomee-jersey-eclipselink/pom.xml | 8 ++++----
examples/vaadin-lts-v08-simple/pom.xml | 4 ++--
examples/vaadin-lts-v10-simple/pom.xml | 2 +-
examples/vaadin-vxx-simple/pom.xml | 2 +-
tomee/tomee-deb/pom.xml | 2 +-
33 files changed, 63 insertions(+), 63 deletions(-)
diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml
index 3f36ac5545..6c7deb0e30 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>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-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>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -112,7 +112,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-client</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
<destFileName>openejb-client.jar</destFileName>
</artifactItem>
diff --git a/examples/bean-validation-design-by-contract/pom.xml
b/examples/bean-validation-design-by-contract/pom.xml
index 1585ea21a1..f579ab086f 100644
--- a/examples/bean-validation-design-by-contract/pom.xml
+++ b/examples/bean-validation-design-by-contract/pom.xml
@@ -24,7 +24,7 @@
<name>TomEE :: Examples :: Bean Validation Design By Contract</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
diff --git a/examples/cdi-dynamic-inject/pom.xml
b/examples/cdi-dynamic-inject/pom.xml
index dce349ec82..4a2e697dbb 100644
--- a/examples/cdi-dynamic-inject/pom.xml
+++ b/examples/cdi-dynamic-inject/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>cdi-dynamic-inject</artifactId>
<packaging>jar</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: Dynamic Inject</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml
index a06afa97d5..6e1901366d 100644
--- a/examples/connector-ear/pom.xml
+++ b/examples/connector-ear/pom.xml
@@ -20,7 +20,7 @@
<name>TomEE :: Connector Examples :: Connector in EAR</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.shrinkwrap.resolver>2.1.0</version.shrinkwrap.resolver>
<surefire.version>2.21.0</surefire.version>
</properties>
diff --git a/examples/deltaspike-configproperty/pom.xml
b/examples/deltaspike-configproperty/pom.xml
index d8d29ad3f8..7192757709 100644
--- a/examples/deltaspike-configproperty/pom.xml
+++ b/examples/deltaspike-configproperty/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-configproperty</artifactId>
<packaging>jar</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike @ConfigProperty</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -116,13 +116,13 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-openejb-embedded</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/examples/deltaspike-exception-handling/pom.xml
b/examples/deltaspike-exception-handling/pom.xml
index 303bec25ac..74495132fa 100644
--- a/examples/deltaspike-exception-handling/pom.xml
+++ b/examples/deltaspike-exception-handling/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-exception-handling</artifactId>
<packaging>jar</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike Exception Handling</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -84,13 +84,13 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-openejb-embedded</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/examples/deltaspike-fullstack/pom.xml
b/examples/deltaspike-fullstack/pom.xml
index f945281bd0..44310c2035 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -14,14 +14,14 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-fullstack</artifactId>
<name>TomEE :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike</name>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.myfaces2>2.3.0</version.myfaces2>
<version.deltaspike>1.9.3</version.deltaspike>
<version.extval>2.0.8</version.extval>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
diff --git a/examples/deltaspike-i18n/pom.xml b/examples/deltaspike-i18n/pom.xml
index 15b7ed7c3e..03c5983367 100644
--- a/examples/deltaspike-i18n/pom.xml
+++ b/examples/deltaspike-i18n/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>deltaspike-i18n</artifactId>
<packaging>jar</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike I18n</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -84,13 +84,13 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-openejb-embedded</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/examples/mbean-auto-registration/pom.xml
b/examples/mbean-auto-registration/pom.xml
index 22dde58161..f97aeda77e 100644
--- a/examples/mbean-auto-registration/pom.xml
+++ b/examples/mbean-auto-registration/pom.xml
@@ -20,11 +20,11 @@
<groupId>org.superbiz</groupId>
<artifactId>mbean-auto-registration</artifactId>
<packaging>jar</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: MBean Auto Registration</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<build>
<defaultGoal>install</defaultGoal>
diff --git a/examples/mp-jsonb-configuration/pom.xml
b/examples/mp-jsonb-configuration/pom.xml
index 11fb5eedbe..abf9a54ab2 100644
--- a/examples/mp-jsonb-configuration/pom.xml
+++ b/examples/mp-jsonb-configuration/pom.xml
@@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>mp-jsonb-configuration</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: Microprofile JSONB Configuration</name>
<properties>
<version.jakartaee-api>9.1.1</version.jakartaee-api>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<dependencies>
<dependency>
diff --git a/examples/mvc-cxf-hibernate/pom.xml
b/examples/mvc-cxf-hibernate/pom.xml
index 072170d7c2..4c57cddfac 100644
--- a/examples/mvc-cxf-hibernate/pom.xml
+++ b/examples/mvc-cxf-hibernate/pom.xml
@@ -23,11 +23,11 @@
<packaging>war</packaging>
<name>TomEE :: Examples :: MVC (CXF-based) with Hibernate</name>
<description>OpenEJB :: Web Examples :: MVC 1.0 - Deltaspike -
Hibernate</description>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.deltaspike>1.9.3</version.deltaspike>
<version.krazo>2.0.2</version.krazo>
<version.arquillian>1.7.0.Final</version.arquillian>
@@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<configuration>
<args>-Xmx512m -XX:PermSize=256m</args>
<libs>
@@ -176,7 +176,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/examples/mvc-cxf/pom.xml b/examples/mvc-cxf/pom.xml
index 62a0ddaeaf..f17d77f229 100644
--- a/examples/mvc-cxf/pom.xml
+++ b/examples/mvc-cxf/pom.xml
@@ -23,11 +23,11 @@
<packaging>war</packaging>
<name>TomEE :: Examples :: MVC (CXF-based)</name>
<description>OpenEJB :: Web Examples :: MVC 1.0 - Deltaspike</description>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.deltaspike>1.9.3</version.deltaspike>
<version.krazo>2.0.2</version.krazo>
<version.arquillian>1.7.0.Final</version.arquillian>
@@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<configuration>
<args>-Xmx512m -XX:PermSize=256m</args>
</configuration>
@@ -158,7 +158,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>ziplock</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/examples/mvc-resteasy/pom.xml b/examples/mvc-resteasy/pom.xml
index e7c587d552..a9ed635413 100644
--- a/examples/mvc-resteasy/pom.xml
+++ b/examples/mvc-resteasy/pom.xml
@@ -23,11 +23,11 @@
<packaging>war</packaging>
<name>TomEE :: Examples :: MVC (RestEasy-based)</name>
<description>TomEE :: Web Examples :: MVC 2.0 - RestEasy</description>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.krazo>2.0.2</version.krazo>
<resteasy.version>3.15.3.Final</resteasy.version>
<version.arquillian>1.7.0.Final</version.arquillian>
@@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<configuration>
<args>-Xmx512m -XX:PermSize=256m</args>
</configuration>
diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml
index 37f4716500..aeab7bc055 100644
--- a/examples/pojo-webservice/pom.xml
+++ b/examples/pojo-webservice/pom.xml
@@ -25,7 +25,7 @@
<name>TomEE :: Web Examples :: Pojo WS</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
diff --git a/examples/polling-parent/polling-client/pom.xml
b/examples/polling-parent/polling-client/pom.xml
index 3dcc03ca6d..957e8b5b45 100644
--- a/examples/polling-parent/polling-client/pom.xml
+++ b/examples/polling-parent/polling-client/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/polling-parent/polling-core/pom.xml
b/examples/polling-parent/polling-core/pom.xml
index 00a7e96fb6..ff1273579a 100644
--- a/examples/polling-parent/polling-core/pom.xml
+++ b/examples/polling-parent/polling-core/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/polling-parent/polling-domain/pom.xml
b/examples/polling-parent/polling-domain/pom.xml
index 3c1c6c8998..31fee24dbf 100644
--- a/examples/polling-parent/polling-domain/pom.xml
+++ b/examples/polling-parent/polling-domain/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/polling-parent/polling-web/pom.xml
b/examples/polling-parent/polling-web/pom.xml
index bbb488bfbe..d6443adaa3 100644
--- a/examples/polling-parent/polling-web/pom.xml
+++ b/examples/polling-parent/polling-web/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>polling-parent</artifactId>
<groupId>jug</groupId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
</parent>
<artifactId>polling-web</artifactId>
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index 6de2311a83..fcb7f70d46 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -21,13 +21,13 @@
<groupId>jug</groupId>
<artifactId>polling-parent</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TomEE :: Examples :: Polling</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<build>
diff --git a/examples/projectstage-demo/pom.xml
b/examples/projectstage-demo/pom.xml
index c195d92c14..9717049e2c 100644
--- a/examples/projectstage-demo/pom.xml
+++ b/examples/projectstage-demo/pom.xml
@@ -20,10 +20,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>projectstage-demo</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: DeltaSpike ProjectStage</name>
<properties>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.deltaspike>1.9.7-SNAPSHOT</version.deltaspike>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml
index ff4a8117c5..ece8b8ba90 100644
--- a/examples/quartz-app/pom.xml
+++ b/examples/quartz-app/pom.xml
@@ -25,7 +25,7 @@
<name>TomEE :: Examples :: Quartz</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<modules>
<module>quartz-ra</module>
diff --git a/examples/resources-declared-in-webapp/pom.xml
b/examples/resources-declared-in-webapp/pom.xml
index ff076a3b49..5efb5e1fa0 100644
--- a/examples/resources-declared-in-webapp/pom.xml
+++ b/examples/resources-declared-in-webapp/pom.xml
@@ -25,7 +25,7 @@
<name>TomEE :: Web Examples :: Resource Declared In A Webapp</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
diff --git a/examples/resources-jmx-example/pom.xml
b/examples/resources-jmx-example/pom.xml
index 05a14284df..bcb121f9b5 100644
--- a/examples/resources-jmx-example/pom.xml
+++ b/examples/resources-jmx-example/pom.xml
@@ -26,7 +26,7 @@
<name>TomEE :: Examples :: Resources/JMX Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<modules>
<module>resources-jmx-ejb</module>
diff --git a/examples/rest-example-with-application/pom.xml
b/examples/rest-example-with-application/pom.xml
index 078e032496..44a5c1b75f 100644
--- a/examples/rest-example-with-application/pom.xml
+++ b/examples/rest-example-with-application/pom.xml
@@ -25,7 +25,7 @@
<name>TomEE :: Web Examples :: REST Example With Application</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
diff --git a/examples/rest-sse-example/pom.xml
b/examples/rest-sse-example/pom.xml
index 9439d8a3b2..42d8044cc7 100644
--- a/examples/rest-sse-example/pom.xml
+++ b/examples/rest-sse-example/pom.xml
@@ -21,11 +21,11 @@
<groupId>org.superbiz</groupId>
<artifactId>rest-sse-example</artifactId>
<packaging>war</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Web Examples :: REST SSE Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
<version.openjpa>3.2.2</version.openjpa>
</properties>
<repositories>
diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml
index 89bff74aed..a6ce43d580 100644
--- a/examples/simple-ear/pom.xml
+++ b/examples/simple-ear/pom.xml
@@ -33,7 +33,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
</properties>
<repositories>
<repository>
@@ -69,7 +69,7 @@
<systemProperties>
<property>
<name>tomee.version</name>
- <value>9.1.2-SNAPSHOT</value>
+ <value>9.1.3-SNAPSHOT</value>
</property>
</systemProperties>
</configuration>
diff --git a/examples/spring-data-proxy-meta/pom.xml
b/examples/spring-data-proxy-meta/pom.xml
index c20d4854b7..3e0572c404 100644
--- a/examples/spring-data-proxy-meta/pom.xml
+++ b/examples/spring-data-proxy-meta/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>spring-data-proxy-meta</artifactId>
<packaging>jar</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: Spring Data Meta</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
<!--
diff --git a/examples/spring-data-proxy/pom.xml
b/examples/spring-data-proxy/pom.xml
index f6204c686e..5c431b09b4 100644
--- a/examples/spring-data-proxy/pom.xml
+++ b/examples/spring-data-proxy/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.superbiz</groupId>
<artifactId>spring-data-proxy</artifactId>
<packaging>jar</packaging>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: Spring Data</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
<!--
diff --git a/examples/tomee-jersey-eclipselink/pom.xml
b/examples/tomee-jersey-eclipselink/pom.xml
index 5c0caeac98..60dbb8387c 100644
--- a/examples/tomee-jersey-eclipselink/pom.xml
+++ b/examples/tomee-jersey-eclipselink/pom.xml
@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.superbiz</groupId>
<artifactId>tomee-jersey-eclipselink</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>TomEE :: Examples :: TomEE, Jersey, Eclipselink</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.eclipselink>3.0.3</version.eclipselink>
- <tomee.version>9.1.2-SNAPSHOT</tomee.version>
+ <tomee.version>9.1.3-SNAPSHOT</tomee.version>
<arquillian_universe.version>1.2.0.1</arquillian_universe.version>
</properties>
<dependencies>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
@@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<configuration>
<systemVariables>
<com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager>true</com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager>
diff --git a/examples/vaadin-lts-v08-simple/pom.xml
b/examples/vaadin-lts-v08-simple/pom.xml
index 8d841c4e4a..e20610e658 100644
--- a/examples/vaadin-lts-v08-simple/pom.xml
+++ b/examples/vaadin-lts-v08-simple/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tomee</groupId>
<artifactId>vaadin-lts-v08-simple</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: Vaadin LTS V08</name>
<packaging>war</packaging>
@@ -106,7 +106,7 @@ http://maven.apache.org/plugins/maven-deploy-plugin/
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-cxf-rs</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/examples/vaadin-lts-v10-simple/pom.xml
b/examples/vaadin-lts-v10-simple/pom.xml
index 9d00e50711..9e0abc6c1a 100644
--- a/examples/vaadin-lts-v10-simple/pom.xml
+++ b/examples/vaadin-lts-v10-simple/pom.xml
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tomee</groupId>
<artifactId>vaadin-lts-v10-simple</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: Vaadin LTS V10</name>
<packaging>war</packaging>
<!--
diff --git a/examples/vaadin-vxx-simple/pom.xml
b/examples/vaadin-vxx-simple/pom.xml
index 8c704fcf79..11e3d62b9d 100644
--- a/examples/vaadin-vxx-simple/pom.xml
+++ b/examples/vaadin-vxx-simple/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tomee</groupId>
<artifactId>vaadin-vxx-simple</artifactId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<name>TomEE :: Examples :: Vaadin LATEST</name>
<packaging>war</packaging>
diff --git a/tomee/tomee-deb/pom.xml b/tomee/tomee-deb/pom.xml
index a3a6e35090..eec6731cc3 100644
--- a/tomee/tomee-deb/pom.xml
+++ b/tomee/tomee-deb/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>tomee</artifactId>
<groupId>org.apache.tomee</groupId>
- <version>9.1.2-SNAPSHOT</version>
+ <version>9.1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>