You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/10/26 17:14:31 UTC

[tomee] branch tomee-7.1.x updated: Bump version to the current snapshot so the project can build

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new 9d5a6b9  Bump version to the current snapshot so the project can build
     new 870e2b0  Merge pull request #712 from jeanouii/tomee-7.1.x
9d5a6b9 is described below

commit 9d5a6b9fe9c95be052deb3ca5ab005a8ed25b68f
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Mon Oct 26 18:07:38 2020 +0100

    Bump version to the current snapshot so the project can build
---
 examples/applet/pom.xml                               | 6 +++---
 examples/bval-evaluation-redeployment/WebApp1/pom.xml | 2 +-
 examples/bval-evaluation-redeployment/WebApp2/pom.xml | 2 +-
 examples/bval-evaluation-redeployment/pom.xml         | 8 ++++----
 examples/bval-evaluation-redeployment/runner/pom.xml  | 4 ++--
 examples/change-jaxws-url/pom.xml                     | 2 +-
 examples/mp-faulttolerance-timeout/pom.xml            | 2 +-
 examples/pojo-webservice/pom.xml                      | 2 +-
 examples/resources-declared-in-webapp/pom.xml         | 2 +-
 examples/rest-example-with-application/pom.xml        | 2 +-
 examples/rest-example/pom.xml                         | 2 +-
 examples/simple-cmp2/pom.xml                          | 2 +-
 tck/microprofile-tck/health/pom.xml                   | 2 +-
 tck/microprofile-tck/metrics/pom.xml                  | 2 +-
 tomee/tomee-deb/pom.xml                               | 2 +-
 15 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml
index ed2d8d6..014a79b 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>7.1.4-SNAPSHOT</version>
+  <version>7.1.5-SNAPSHOT</version>
   <name>OpenEJB :: 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>7.1.4-SNAPSHOT</version>
+      <version>7.1.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -112,7 +112,7 @@
                 <artifactItem>
                   <groupId>org.apache.tomee</groupId>
                   <artifactId>openejb-client</artifactId>
-                  <version>7.1.4-SNAPSHOT</version>
+                  <version>7.1.5-SNAPSHOT</version>
                   <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
                   <destFileName>openejb-client.jar</destFileName>
                 </artifactItem>
diff --git a/examples/bval-evaluation-redeployment/WebApp1/pom.xml b/examples/bval-evaluation-redeployment/WebApp1/pom.xml
index a5ca3fe..4ecfb02 100644
--- a/examples/bval-evaluation-redeployment/WebApp1/pom.xml
+++ b/examples/bval-evaluation-redeployment/WebApp1/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.superbiz</groupId>
     <artifactId>bval-evaluation-redeployment</artifactId>
-    <version>7.1.4-SNAPSHOT</version>
+    <version>7.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>WebApp1</artifactId>
diff --git a/examples/bval-evaluation-redeployment/WebApp2/pom.xml b/examples/bval-evaluation-redeployment/WebApp2/pom.xml
index 5cf15ce..1b95a03 100644
--- a/examples/bval-evaluation-redeployment/WebApp2/pom.xml
+++ b/examples/bval-evaluation-redeployment/WebApp2/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.superbiz</groupId>
     <artifactId>bval-evaluation-redeployment</artifactId>
-    <version>7.1.4-SNAPSHOT</version>
+    <version>7.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>WebApp2</artifactId>
diff --git a/examples/bval-evaluation-redeployment/pom.xml b/examples/bval-evaluation-redeployment/pom.xml
index fa04c57..2352c9f 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -23,13 +23,13 @@
 
   <groupId>org.superbiz</groupId>
   <artifactId>bval-evaluation-redeployment</artifactId>
-  <version>7.1.4-SNAPSHOT</version>
+  <version>7.1.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.test.version>7.1.4-SNAPSHOT</tomee.test.version>
-    <openejb.test.version>7.1.4-SNAPSHOT</openejb.test.version>
+    <tomee.test.version>7.1.5-SNAPSHOT</tomee.test.version>
+    <openejb.test.version>7.1.5-SNAPSHOT</openejb.test.version>
   </properties>
 
   <modules>
@@ -109,7 +109,7 @@
       <dependency>
         <groupId>org.apache.tomee</groupId>
         <artifactId>arquillian-tomee-remote</artifactId>
-        <version>7.1.4-SNAPSHOT</version>
+        <version>7.1.5-SNAPSHOT</version>
         <scope>test</scope>
       </dependency>
       <dependency>
diff --git a/examples/bval-evaluation-redeployment/runner/pom.xml b/examples/bval-evaluation-redeployment/runner/pom.xml
index 694dbab..1d7fe52 100644
--- a/examples/bval-evaluation-redeployment/runner/pom.xml
+++ b/examples/bval-evaluation-redeployment/runner/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.superbiz</groupId>
     <artifactId>bval-evaluation-redeployment</artifactId>
-    <version>7.1.4-SNAPSHOT</version>
+    <version>7.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>runner</artifactId>
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>apache-tomee</artifactId>
-      <version>7.1.4-SNAPSHOT</version>
+      <version>7.1.5-SNAPSHOT</version>
       <type>zip</type>
       <classifier>webprofile</classifier>
       <scope>test</scope>
diff --git a/examples/change-jaxws-url/pom.xml b/examples/change-jaxws-url/pom.xml
index 58b0360..8f0cde8 100644
--- a/examples/change-jaxws-url/pom.xml
+++ b/examples/change-jaxws-url/pom.xml
@@ -76,7 +76,7 @@
         <artifactId>tomee-maven-plugin</artifactId>
         <version>7.1.5-SNAPSHOT</version>
         <configuration>
-          <tomeeVersion>7.1.4-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>7.1.5-SNAPSHOT</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
         </configuration>
       </plugin>
diff --git a/examples/mp-faulttolerance-timeout/pom.xml b/examples/mp-faulttolerance-timeout/pom.xml
index f58dfc9..08eed34 100644
--- a/examples/mp-faulttolerance-timeout/pom.xml
+++ b/examples/mp-faulttolerance-timeout/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>org.superbiz</groupId>
   <artifactId>mp-faulttolerance-timeout</artifactId>
-  <version>7.1.4-SNAPSHOT</version>
+  <version>7.1.5-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>OpenEJB :: Examples :: Microprofile Fault Tolerance :: Timeout</name>
 
diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml
index b942fb1..5782ab0 100644
--- a/examples/pojo-webservice/pom.xml
+++ b/examples/pojo-webservice/pom.xml
@@ -69,7 +69,7 @@
         <artifactId>tomee-maven-plugin</artifactId>
         <version>7.1.5-SNAPSHOT</version>
         <configuration>
-          <tomeeVersion>7.1.4-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>7.1.5-SNAPSHOT</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
         </configuration>
       </plugin>
diff --git a/examples/resources-declared-in-webapp/pom.xml b/examples/resources-declared-in-webapp/pom.xml
index b399202..ee109bc 100644
--- a/examples/resources-declared-in-webapp/pom.xml
+++ b/examples/resources-declared-in-webapp/pom.xml
@@ -83,7 +83,7 @@
             <webappArtifact>
               <groupId>org.apache.tomee</groupId>
               <artifactId>openejb-tomcat-plus-webapp</artifactId>
-              <version>7.1.4-SNAPSHOT</version>
+              <version>7.1.5-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 0a99b17..a530ece 100644
--- a/examples/rest-example-with-application/pom.xml
+++ b/examples/rest-example-with-application/pom.xml
@@ -83,7 +83,7 @@
             <webappArtifact>
               <groupId>org.apache.tomee</groupId>
               <artifactId>tomee-plus-webapp</artifactId>
-              <version>7.1.4-SNAPSHOT</version>
+              <version>7.1.5-SNAPSHOT</version>
               <contextPath>openejb</contextPath>
             </webappArtifact>
           </webapps>
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index 0da860b..c2e0da6 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -79,7 +79,7 @@
         <version>7.1.5-SNAPSHOT</version>
         <configuration>
           <simpleLog>true</simpleLog>
-          <tomeeVersion>7.1.4-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>7.1.5-SNAPSHOT</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
         </configuration>
       </plugin>
diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml
index c9d396a..76b52c2 100644
--- a/examples/simple-cmp2/pom.xml
+++ b/examples/simple-cmp2/pom.xml
@@ -72,7 +72,7 @@
                 <artifactItem>
                   <groupId>org.apache.tomee</groupId>
                   <artifactId>openejb-javaagent</artifactId>
-                  <version>7.1.4-SNAPSHOT</version>
+                  <version>7.1.5-SNAPSHOT</version>
                   <outputDirectory>${project.build.directory}</outputDirectory>
                 </artifactItem>
               </artifactItems>
diff --git a/tck/microprofile-tck/health/pom.xml b/tck/microprofile-tck/health/pom.xml
index 181cb2e..182674b 100644
--- a/tck/microprofile-tck/health/pom.xml
+++ b/tck/microprofile-tck/health/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.tomee</groupId>
     <artifactId>microprofile-tck</artifactId>
-    <version>7.1.4-SNAPSHOT</version>
+    <version>7.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>microprofile-health-tck</artifactId>
diff --git a/tck/microprofile-tck/metrics/pom.xml b/tck/microprofile-tck/metrics/pom.xml
index 01f6e1a..19f0280 100644
--- a/tck/microprofile-tck/metrics/pom.xml
+++ b/tck/microprofile-tck/metrics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.tomee</groupId>
     <artifactId>microprofile-tck</artifactId>
-    <version>7.1.4-SNAPSHOT</version>
+    <version>7.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>microprofile-metrics-tck</artifactId>
diff --git a/tomee/tomee-deb/pom.xml b/tomee/tomee-deb/pom.xml
index 0286a4b..5b5b685 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>7.1.4-SNAPSHOT</version>
+    <version>7.1.5-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>