You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/25 17:05:46 UTC

[tomee] branch tomee-8.0.0-ML2-rel updated: Fixed example tomee.version for plugin release to be happy.

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

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.0.0-ML2-rel by this push:
     new b67f291  Fixed example tomee.version for plugin release to be happy.
b67f291 is described below

commit b67f2919cdad55bf5e7694438cbed7e1bb0e6f77
Author: Roberto Cortez <ra...@yahoo.com>
AuthorDate: Fri Jan 25 17:05:39 2019 +0000

    Fixed example tomee.version for plugin release to be happy.
---
 examples/mp-faulttolerance-fallback/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/examples/mp-faulttolerance-fallback/pom.xml b/examples/mp-faulttolerance-fallback/pom.xml
index b55a86c..d96d1c7 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -29,7 +29,6 @@
         <arquillian-junit-container.version>1.4.0.Final</arquillian-junit-container.version>
         <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
         <maven-war-plugin.version>3.1.0</maven-war-plugin.version>
-        <tomee.version>${project.version}</tomee.version>
         <javaee-api.version>8.0</javaee-api.version>
         <junit.version>4.12</junit.version>
         <maven.compiler.source>1.8</maven.compiler.source>
@@ -58,7 +57,7 @@
         <dependency>
             <groupId>org.apache.tomee</groupId>
             <artifactId>openejb-cxf-rs</artifactId>
-            <version>${tomee.version}</version>
+            <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -70,13 +69,13 @@
         <dependency>
             <groupId>org.apache.tomee</groupId>
             <artifactId>arquillian-tomee-remote</artifactId>
-            <version>${tomee.version}</version>
+            <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tomee</groupId>
             <artifactId>apache-tomee</artifactId>
-            <version>${tomee.version}</version>
+            <version>${project.version}</version>
             <type>zip</type>
             <classifier>microprofile</classifier>
             <scope>test</scope>