[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openejb-cvs
Subject:    [tomee] 02/02: Update version numbers after release
From:       jgallimore () apache ! org
Date:       2020-02-24 14:10:25
Message-ID: 20200224141023.8B7A28DACA () gitbox ! apache ! org
[Download RAW message or body]

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

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

commit 1108f2f63d9706d371cba73be23b90f3c9eb334d
Author: Jonathan Gallimore <jon@jrg.me.uk>
AuthorDate: Mon Feb 24 14:01:27 2020 +0000

    Update version numbers after release
---
 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 1a87c5b..b07e7d8 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.2-SNAPSHOT</version>
+  <version>7.1.3-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.2-SNAPSHOT</version>
+      <version>7.1.3-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -112,7 +112,7 @@
                 <artifactItem>
                   <groupId>org.apache.tomee</groupId>
                   <artifactId>openejb-client</artifactId>
-                  <version>7.1.2-SNAPSHOT</version>
+                  <version>7.1.3-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 9be6b33..5241e16 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.2-SNAPSHOT</version>
+    <version>7.1.3-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 102632e..595cb6b 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.2-SNAPSHOT</version>
+    <version>7.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>WebApp2</artifactId>
diff --git a/examples/bval-evaluation-redeployment/pom.xml \
b/examples/bval-evaluation-redeployment/pom.xml index 1c0b35d..f488f13 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.2-SNAPSHOT</version>
+  <version>7.1.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.test.version>7.1.2-SNAPSHOT</tomee.test.version>
-    <openejb.test.version>7.1.2-SNAPSHOT</openejb.test.version>
+    <tomee.test.version>7.1.3-SNAPSHOT</tomee.test.version>
+    <openejb.test.version>7.1.3-SNAPSHOT</openejb.test.version>
   </properties>
 
   <modules>
@@ -109,7 +109,7 @@
       <dependency>
         <groupId>org.apache.tomee</groupId>
         <artifactId>arquillian-tomee-remote</artifactId>
-        <version>7.1.2-SNAPSHOT</version>
+        <version>7.1.3-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 83efb75..040a35d 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.2-SNAPSHOT</version>
+    <version>7.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>runner</artifactId>
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>apache-tomee</artifactId>
-      <version>7.1.2-SNAPSHOT</version>
+      <version>7.1.3-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 8662777..bc1469f 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.3-SNAPSHOT</version>
         <configuration>
-          <tomeeVersion>7.1.2-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>7.1.3-SNAPSHOT</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
         </configuration>
       </plugin>
diff --git a/examples/mp-faulttolerance-timeout/pom.xml \
b/examples/mp-faulttolerance-timeout/pom.xml index 6e0236b..5633d3b 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.2-SNAPSHOT</version>
+  <version>7.1.3-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 14ada57..7e79e1b 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.3-SNAPSHOT</version>
         <configuration>
-          <tomeeVersion>7.1.2-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>7.1.3-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 6118922..1ef9007 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.2-SNAPSHOT</version>
+              <version>7.1.3-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 8f2b69d..d7512f9 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.2-SNAPSHOT</version>
+              <version>7.1.3-SNAPSHOT</version>
               <contextPath>openejb</contextPath>
             </webappArtifact>
           </webapps>
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index a4029c9..a1142b4 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -79,7 +79,7 @@
         <version>7.1.3-SNAPSHOT</version>
         <configuration>
           <simpleLog>true</simpleLog>
-          <tomeeVersion>7.1.2-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>7.1.3-SNAPSHOT</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
         </configuration>
       </plugin>
diff --git a/examples/simple-cmp2/pom.xml b/examples/simple-cmp2/pom.xml
index 2f100a8..aa7a5a0 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.2-SNAPSHOT</version>
+                  <version>7.1.3-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 ab7501b..6d77061 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.2-SNAPSHOT</version>
+    <version>7.1.3-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 a3987dd..c535623 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.2-SNAPSHOT</version>
+    <version>7.1.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>microprofile-metrics-tck</artifactId>
diff --git a/tomee/tomee-deb/pom.xml b/tomee/tomee-deb/pom.xml
index 5a8a4f9..8e8b61a 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.2-SNAPSHOT</version>
+    <version>7.1.3-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic