You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/05/07 15:53:19 UTC

[tomee-chatterbox] branch master updated: Update for TomEE 8.0.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc6b34f  Update for TomEE 8.0.1
cc6b34f is described below

commit cc6b34fb94eb6c432470e0538646a37d9748ebc7
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu May 7 16:52:03 2020 +0100

    Update for TomEE 8.0.1
---
 chatterbox-imap/chatterbox-imap-api/pom.xml               | 7 -------
 chatterbox-imap/chatterbox-imap-sample-war/pom.xml        | 8 ++++----
 chatterbox-imap/pom.xml                                   | 4 ++--
 chatterbox-slack/chatterbox-slack-impl/pom.xml            | 2 +-
 chatterbox-slack/chatterbox-slack-sample-war/pom.xml      | 4 ++--
 chatterbox-slack/pom.xml                                  | 8 ++++----
 chatterbox-twitter/chatterbox-twitter-impl/pom.xml        | 2 +-
 chatterbox-twitter/chatterbox-twitter-knock-knock/pom.xml | 6 +++---
 chatterbox-twitter/chatterbox-twitter-sample-war/pom.xml  | 6 +++---
 chatterbox-twitter/pom.xml                                | 8 ++++----
 chatterbox-xmpp/chatterbox-xmpp-impl/pom.xml              | 2 +-
 chatterbox-xmpp/chatterbox-xmpp-sample-war/pom.xml        | 4 ++--
 chatterbox-xmpp/pom.xml                                   | 4 ++--
 13 files changed, 29 insertions(+), 36 deletions(-)

diff --git a/chatterbox-imap/chatterbox-imap-api/pom.xml b/chatterbox-imap/chatterbox-imap-api/pom.xml
index 4e337d9..4df2e73 100644
--- a/chatterbox-imap/chatterbox-imap-api/pom.xml
+++ b/chatterbox-imap/chatterbox-imap-api/pom.xml
@@ -32,13 +32,6 @@
   <packaging>jar</packaging>
   <name>Chatterbox :: IMAP :: API</name>
 
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <version.arquillian>1.1.1.Final</version.arquillian>
-    <version.shrinkwrap.descriptor>2.0.0-alpha-5</version.shrinkwrap.descriptor>
-    <version.shrinkwrap.shrinkwrap>1.0.1</version.shrinkwrap.shrinkwrap>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>javax</groupId>
diff --git a/chatterbox-imap/chatterbox-imap-sample-war/pom.xml b/chatterbox-imap/chatterbox-imap-sample-war/pom.xml
index be45c54..6a48999 100644
--- a/chatterbox-imap/chatterbox-imap-sample-war/pom.xml
+++ b/chatterbox-imap/chatterbox-imap-sample-war/pom.xml
@@ -55,7 +55,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>apache-tomee</artifactId>
       <version>${version.tomee}</version>
       <classifier>plus</classifier>
@@ -83,9 +83,9 @@
           <version>2.6</version>
         </plugin>
         <plugin>
-          <groupId>org.apache.openejb.maven</groupId>
+          <groupId>org.apache.tomee.maven</groupId>
           <artifactId>tomee-maven-plugin</artifactId>
-          <version>1.7.2</version>
+          <version>8.0.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -111,7 +111,7 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb.maven</groupId>
+        <groupId>org.apache.tomee.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
         <configuration>
           <tomeeClassifier>plus</tomeeClassifier>
diff --git a/chatterbox-imap/pom.xml b/chatterbox-imap/pom.xml
index 16737e4..cb133f5 100644
--- a/chatterbox-imap/pom.xml
+++ b/chatterbox-imap/pom.xml
@@ -38,8 +38,8 @@
     <version.arquillian>1.1.1.Final</version.arquillian>
     <version.shrinkwrap.descriptor>2.0.0-alpha-5</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.0.1</version.shrinkwrap.shrinkwrap>
-    <version.tomee>1.7.2</version.tomee>
-    <version.openejb>4.7.2</version.openejb>
+    <version.tomee>8.0.1</version.tomee>
+    <version.openejb>8.0.1</version.openejb>
     <maven.checkstyle.plugin.version>2.16</maven.checkstyle.plugin.version>
   </properties>
 
diff --git a/chatterbox-slack/chatterbox-slack-impl/pom.xml b/chatterbox-slack/chatterbox-slack-impl/pom.xml
index bc50b8d..4d39fb8 100644
--- a/chatterbox-slack/chatterbox-slack-impl/pom.xml
+++ b/chatterbox-slack/chatterbox-slack-impl/pom.xml
@@ -50,7 +50,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>openejb-core</artifactId>
       <version>${version.openejb}</version>
       <scope>provided</scope>
diff --git a/chatterbox-slack/chatterbox-slack-sample-war/pom.xml b/chatterbox-slack/chatterbox-slack-sample-war/pom.xml
index a7e9e86..d0b0958 100644
--- a/chatterbox-slack/chatterbox-slack-sample-war/pom.xml
+++ b/chatterbox-slack/chatterbox-slack-sample-war/pom.xml
@@ -62,7 +62,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>apache-tomee</artifactId>
       <version>${version.tomee}</version>
       <classifier>plus</classifier>
@@ -81,7 +81,7 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb.maven</groupId>
+        <groupId>org.apache.tomee.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
         <version>${version.tomee}</version>
         <configuration>
diff --git a/chatterbox-slack/pom.xml b/chatterbox-slack/pom.xml
index 127475d..5179cd3 100644
--- a/chatterbox-slack/pom.xml
+++ b/chatterbox-slack/pom.xml
@@ -38,8 +38,8 @@
     <version.arquillian>1.1.1.Final</version.arquillian>
     <version.shrinkwrap.descriptor>2.0.0-alpha-5</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.0.1</version.shrinkwrap.shrinkwrap>
-    <version.tomee>1.7.2</version.tomee>
-    <version.openejb>4.7.2</version.openejb>
+    <version.tomee>8.0.1</version.tomee>
+    <version.openejb>8.0.1</version.openejb>
     <version.crest>0.3</version.crest>
     <maven.checkstyle.plugin.version>2.16</maven.checkstyle.plugin.version>
   </properties>
@@ -189,7 +189,7 @@
       <dependencyManagement>
         <dependencies>
           <dependency>
-            <groupId>org.apache.openejb</groupId>
+            <groupId>org.apache.tomee</groupId>
             <artifactId>arquillian-tomee-remote</artifactId>
             <version>${tomee.version}</version>
           </dependency>
@@ -216,7 +216,7 @@
             <version>2.1.0</version>
           </dependency>
           <dependency>
-            <groupId>org.apache.openejb</groupId>
+            <groupId>org.apache.tomee</groupId>
             <artifactId>apache-tomee</artifactId>
             <version>${tomee.version}</version>
             <classifier>${tomee.classifier}</classifier>
diff --git a/chatterbox-twitter/chatterbox-twitter-impl/pom.xml b/chatterbox-twitter/chatterbox-twitter-impl/pom.xml
index af8b8b5..175ef91 100644
--- a/chatterbox-twitter/chatterbox-twitter-impl/pom.xml
+++ b/chatterbox-twitter/chatterbox-twitter-impl/pom.xml
@@ -50,7 +50,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>openejb-core</artifactId>
       <version>${version.openejb}</version>
       <scope>provided</scope>
diff --git a/chatterbox-twitter/chatterbox-twitter-knock-knock/pom.xml b/chatterbox-twitter/chatterbox-twitter-knock-knock/pom.xml
index 6077486..fc8d2cf 100644
--- a/chatterbox-twitter/chatterbox-twitter-knock-knock/pom.xml
+++ b/chatterbox-twitter/chatterbox-twitter-knock-knock/pom.xml
@@ -57,7 +57,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>apache-tomee</artifactId>
       <version>${version.tomee}</version>
       <classifier>plus</classifier>
@@ -76,7 +76,7 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb.maven</groupId>
+        <groupId>org.apache.tomee.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
         <version>${version.tomee}</version>
         <configuration>
@@ -119,7 +119,7 @@
       </build>
       <dependencies>
         <dependency>
-          <groupId>org.apache.openejb</groupId>
+          <groupId>org.apache.tomee</groupId>
           <artifactId>arquillian-tomee-remote</artifactId>
           <scope>test</scope>
         </dependency>
diff --git a/chatterbox-twitter/chatterbox-twitter-sample-war/pom.xml b/chatterbox-twitter/chatterbox-twitter-sample-war/pom.xml
index 0222410..de9236b 100644
--- a/chatterbox-twitter/chatterbox-twitter-sample-war/pom.xml
+++ b/chatterbox-twitter/chatterbox-twitter-sample-war/pom.xml
@@ -57,7 +57,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>apache-tomee</artifactId>
       <version>${version.tomee}</version>
       <classifier>plus</classifier>
@@ -76,7 +76,7 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb.maven</groupId>
+        <groupId>org.apache.tomee.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
         <version>${version.tomee}</version>
         <configuration>
@@ -119,7 +119,7 @@
       </build>
       <dependencies>
         <dependency>
-          <groupId>org.apache.openejb</groupId>
+          <groupId>org.apache.tomee</groupId>
           <artifactId>arquillian-tomee-remote</artifactId>
           <scope>test</scope>
         </dependency>
diff --git a/chatterbox-twitter/pom.xml b/chatterbox-twitter/pom.xml
index dfb79cb..02aa716 100644
--- a/chatterbox-twitter/pom.xml
+++ b/chatterbox-twitter/pom.xml
@@ -38,8 +38,8 @@
     <version.arquillian>1.1.1.Final</version.arquillian>
     <version.shrinkwrap.descriptor>2.0.0-alpha-5</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.0.1</version.shrinkwrap.shrinkwrap>
-    <version.tomee>1.7.2</version.tomee>
-    <version.openejb>4.7.2</version.openejb>
+    <version.tomee>8.0.1</version.tomee>
+    <version.openejb>8.0.1</version.openejb>
     <maven.checkstyle.plugin.version>2.16</maven.checkstyle.plugin.version>
   </properties>
 
@@ -180,7 +180,7 @@
       <dependencyManagement>
         <dependencies>
           <dependency>
-            <groupId>org.apache.openejb</groupId>
+            <groupId>org.apache.tomee</groupId>
             <artifactId>arquillian-tomee-remote</artifactId>
             <version>${tomee.version}</version>
           </dependency>
@@ -207,7 +207,7 @@
             <version>2.1.0</version>
           </dependency>
           <dependency>
-            <groupId>org.apache.openejb</groupId>
+            <groupId>org.apache.tomee</groupId>
             <artifactId>apache-tomee</artifactId>
             <version>${tomee.version}</version>
             <classifier>${tomee.classifier}</classifier>
diff --git a/chatterbox-xmpp/chatterbox-xmpp-impl/pom.xml b/chatterbox-xmpp/chatterbox-xmpp-impl/pom.xml
index cbc75d1..6d6b15b 100755
--- a/chatterbox-xmpp/chatterbox-xmpp-impl/pom.xml
+++ b/chatterbox-xmpp/chatterbox-xmpp-impl/pom.xml
@@ -50,7 +50,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>openejb-core</artifactId>
       <version>${version.openejb}</version>
       <scope>provided</scope>
diff --git a/chatterbox-xmpp/chatterbox-xmpp-sample-war/pom.xml b/chatterbox-xmpp/chatterbox-xmpp-sample-war/pom.xml
index d0f8350..1a39d8b 100644
--- a/chatterbox-xmpp/chatterbox-xmpp-sample-war/pom.xml
+++ b/chatterbox-xmpp/chatterbox-xmpp-sample-war/pom.xml
@@ -57,7 +57,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.openejb</groupId>
+      <groupId>org.apache.tomee</groupId>
       <artifactId>apache-tomee</artifactId>
       <version>${version.tomee}</version>
       <classifier>plus</classifier>
@@ -76,7 +76,7 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb.maven</groupId>
+        <groupId>org.apache.tomee.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
         <version>${version.tomee}</version>
         <configuration>
diff --git a/chatterbox-xmpp/pom.xml b/chatterbox-xmpp/pom.xml
index fd42697..1179b68 100755
--- a/chatterbox-xmpp/pom.xml
+++ b/chatterbox-xmpp/pom.xml
@@ -36,8 +36,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <version.arquillian>1.1.1.Final</version.arquillian>
-    <version.tomee>1.7.2</version.tomee>
-    <version.openejb>4.7.2</version.openejb>
+    <version.tomee>8.0.1</version.tomee>
+    <version.openejb>8.0.1</version.openejb>
     <version.crest>0.3</version.crest>
     <maven.checkstyle.plugin.version>2.16</maven.checkstyle.plugin.version>
     <smack-core.version>4.0.6</smack-core.version>