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 adb8b72d3a Post release version fixes
adb8b72d3a is described below

commit adb8b72d3a1b2a171f59a11705356e3ed9efce98
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 20 19:48:49 2023 +0100

    Post release version 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 ce5047119d..5755d116ee 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.14-SNAPSHOT</version>
+  <version>8.0.15-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.14-SNAPSHOT</version>
+      <version>8.0.15-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -112,7 +112,7 @@
                 <artifactItem>
                   <groupId>org.apache.tomee</groupId>
                   <artifactId>openejb-client</artifactId>
-                  <version>8.0.14-SNAPSHOT</version>
+                  <version>8.0.15-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 3d2eb0f062..5c56240165 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.14-SNAPSHOT</value>
+              <value>8.0.15-SNAPSHOT</value>
             </property>
           </systemProperties>
         </configuration>
diff --git a/examples/mbean-auto-registration/pom.xml 
b/examples/mbean-auto-registration/pom.xml
index f32118a402..64c81fb1ec 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.14-SNAPSHOT</version>
+  <version>8.0.15-SNAPSHOT</version>
   <name>TomEE :: Examples :: MBean Auto Registration</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.14-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.15-SNAPSHOT</tomee.version>
   </properties>
 
   <build>
diff --git a/examples/properties-provider/pom.xml 
b/examples/properties-provider/pom.xml
index c850cfb843..c45374d74b 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.14-SNAPSHOT</value>
+                <value>8.0.15-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 7933f3429a..19bd9f6efd 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.14-SNAPSHOT
+        mvn:org.superbiz:properties-provider-impl:8.0.15-SNAPSHOT
       </property>
     </configuration>
   </container>
diff --git a/examples/resources-declared-in-webapp/pom.xml 
b/examples/resources-declared-in-webapp/pom.xml
index 8a5f76bade..f57d2c18df 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.14-SNAPSHOT</version>
+              <version>8.0.15-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 ceaefa51ed..4bdbe8389f 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.14-SNAPSHOT</version>
+              <version>8.0.15-SNAPSHOT</version>
               <contextPath>openejb</contextPath>
             </webappArtifact>
           </webapps>
diff --git a/examples/rest-sse-example/pom.xml 
b/examples/rest-sse-example/pom.xml
index 8b50864e0e..785343175f 100644
--- a/examples/rest-sse-example/pom.xml
+++ b/examples/rest-sse-example/pom.xml
@@ -75,7 +75,7 @@
         <version>8.0.15-SNAPSHOT</version>
         <configuration>
           <simpleLog>true</simpleLog>
-          <tomeeVersion>8.0.14-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>8.0.15-SNAPSHOT</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
         </configuration>
       </plugin>
diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml
index 94ddfb7e2b..bc42783add 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.14-SNAPSHOT</value>
+                <value>8.0.15-SNAPSHOT</value>
               </property>
             </systemProperties>
           </configuration>

Reply via email to