You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by dd...@apache.org on 2020/09/22 15:04:06 UTC

[tomee] branch master updated: Update references to openejb-core module

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

dds 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 6bc3f70  Update references to openejb-core module
     new 5e6a176  Merge pull request #709 from JuanMorenoDeveloper/TOMEE-2903
6bc3f70 is described below

commit 6bc3f70a18fe1dab3616c8ab01ba283ceea17ff1
Author: Juan M.vi <ea...@gmail.com>
AuthorDate: Sun Sep 20 21:39:27 2020 -0300

    Update references to openejb-core module
---
 examples/application-composer/README.adoc    | 6 +++---
 examples/application-composer/README_pt.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/application-composer/README.adoc b/examples/application-composer/README.adoc
index 29f561d..ead7b14 100644
--- a/examples/application-composer/README.adoc
+++ b/examples/application-composer/README.adoc
@@ -12,9 +12,9 @@ that is used to build the actual applications:
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.openejb</groupId>
-  <artifactId>openejb-jee</artifactId>
-  <version>4.0.0-beta-1</version>
+  <groupId>org.apache.tomee</groupId>
+  <artifactId>openejb-core</artifactId>
+  <version>${openejb.version}</version>
 </dependency>
 ----
 
diff --git a/examples/application-composer/README_pt.adoc b/examples/application-composer/README_pt.adoc
index c898dad..32472d5 100644
--- a/examples/application-composer/README_pt.adoc
+++ b/examples/application-composer/README_pt.adoc
@@ -10,9 +10,9 @@ Com o `ApplicationComposer` você pode fazer testes idênticos ao que o OpenEJB
 que é usado para construir as aplicações atuais:
 
     <dependency>
-      <groupId>org.apache.openejb</groupId>
-      <artifactId>openejb-jee</artifactId>
-      <version>4.0.0-beta-1</version>
+      <groupId>org.apache.tomee</groupId>
+      <artifactId>openejb-core</artifactId>
+      <version>${openejb.version}</version>
     </dependency>
 
 == Compondo um aplicativo