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

List:       openejb-cvs
Subject:    [tomee] branch master updated: Update to 8.0.5-SNAPSHOT
From:       dblevins () apache ! org
Date:       2020-08-31 19:49:43
Message-ID: 159890338328.3373.14021946885283579454 () gitbox ! apache ! org
[Download RAW message or body]

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new a33c565  Update to 8.0.5-SNAPSHOT
a33c565 is described below

commit a33c565fd8fb9082702e681b6ffd853ed7a6aabb
Author: David Blevins <david.blevins@gmail.com>
AuthorDate: Mon Aug 31 12:48:47 2020 -0700

    Update to 8.0.5-SNAPSHOT
---
 examples/applet/pom.xml                             | 6 +++---
 examples/bean-validation-design-by-contract/pom.xml | 2 +-
 examples/bval-evaluation-redeployment/pom.xml       | 2 +-
 examples/cdi-dynamic-inject/pom.xml                 | 4 ++--
 examples/connector-ear/pom.xml                      | 2 +-
 examples/mbean-auto-registration/pom.xml            | 4 ++--
 examples/mp-jsonb-configuration/pom.xml             | 4 ++--
 examples/myfaces-codi-demo/README_pt.adoc           | 2 +-
 examples/pojo-webservice/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/simple-ear/pom.xml                         | 2 +-
 13 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/examples/applet/pom.xml b/examples/applet/pom.xml
index b0903ae..a7ebf67 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.4-SNAPSHOT</version>
+  <version>8.0.5-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.4-SNAPSHOT</version>
+      <version>8.0.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -112,7 +112,7 @@
                 <artifactItem>
                   <groupId>org.apache.tomee</groupId>
                   <artifactId>openejb-client</artifactId>
-                  <version>8.0.4-SNAPSHOT</version>
+                  <version>8.0.5-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 1621cf9..1b089ee 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>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
   </properties>
   <build>
     <defaultGoal>install</defaultGoal>
diff --git a/examples/bval-evaluation-redeployment/pom.xml \
b/examples/bval-evaluation-redeployment/pom.xml index b882156..c490167 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -25,7 +25,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.test.version>8.0.4-SNAPSHOT</tomee.test.version>
+    <tomee.test.version>8.0.5-SNAPSHOT</tomee.test.version>
     <openejb.test.version>8.0.5-SNAPSHOT</openejb.test.version>
   </properties>
 
diff --git a/examples/cdi-dynamic-inject/pom.xml \
b/examples/cdi-dynamic-inject/pom.xml index 9538ac8..e7333cc 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>8.0.4-SNAPSHOT</version>
+  <version>8.0.5-SNAPSHOT</version>
   <name>TomEE :: Examples :: Dynamic Inject</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.apache.tomee</groupId>
       <artifactId>openejb-core</artifactId>
-      <version>8.0.4-SNAPSHOT</version>
+      <version>8.0.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/examples/connector-ear/pom.xml b/examples/connector-ear/pom.xml
index 71f95bf..e45754d 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>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
     <version.shrinkwrap.resolver>2.1.0</version.shrinkwrap.resolver>
     <surefire.version>2.21.0</surefire.version>
   </properties>
diff --git a/examples/mbean-auto-registration/pom.xml \
b/examples/mbean-auto-registration/pom.xml index 73a1141..addc564 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>8.0.4-SNAPSHOT</version>
+  <version>8.0.5-SNAPSHOT</version>
   <name>TomEE :: Examples :: MBean Auto Registration</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-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 5a97d70..d98b59b 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>8.0.4-SNAPSHOT</version>
+  <version>8.0.5-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>TomEE :: Examples :: Microprofile JSONB Configuration</name>
   <properties>
     <version.javaee-api>8.0</version.javaee-api>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <tomee.version>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
   </properties>
   <dependencies>
     <dependency>
diff --git a/examples/myfaces-codi-demo/README_pt.adoc \
b/examples/myfaces-codi-demo/README_pt.adoc index 9c9333c..2889272 100644
--- a/examples/myfaces-codi-demo/README_pt.adoc
+++ b/examples/myfaces-codi-demo/README_pt.adoc
@@ -17,7 +17,7 @@ mvn clean package tomee:run
 ==== Abrir:
 [source,java]
 ----
-http://localhost:8080/myfaces-codi-demo-8.0.4-SNAPSHOT/
+http://localhost:8080/myfaces-codi-demo-8.0.5-SNAPSHOT/
 ----
 
 Este exemplo mostra como melhorar aplicativos JSF2/CDI/BV/JPA usando
diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml
index f6a54f1..a6e4d77 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>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>
diff --git a/examples/resources-declared-in-webapp/pom.xml \
b/examples/resources-declared-in-webapp/pom.xml index 00127ca..19cd11d 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>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>
diff --git a/examples/resources-jmx-example/pom.xml \
b/examples/resources-jmx-example/pom.xml index f59079a..198c009 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>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-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 cdf0335..bf1487d 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>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>
diff --git a/examples/simple-ear/pom.xml b/examples/simple-ear/pom.xml
index defb4be..6e85bfb 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>8.0.4-SNAPSHOT</tomee.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>


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

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