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

[tomee] branch master updated: mvn release plugin chokes on use of ${project.version} in this context

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 1b56504  mvn release plugin chokes on use of ${project.version} in this context
1b56504 is described below

commit 1b565046f559f05d7ac0dc43c2a2997c09ee2c71
Author: David Blevins <da...@gmail.com>
AuthorDate: Wed May 15 15:35:17 2019 +0900

    mvn release plugin chokes on use of ${project.version} in this context
---
 examples/mp-faulttolerance-timeout/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mp-faulttolerance-timeout/pom.xml b/examples/mp-faulttolerance-timeout/pom.xml
index d3dd53d..5693647 100644
--- a/examples/mp-faulttolerance-timeout/pom.xml
+++ b/examples/mp-faulttolerance-timeout/pom.xml
@@ -15,7 +15,7 @@
         <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>
+        <tomee.version>8.0.0-SNAPSHOT</tomee.version>
         <javaee-api.version>8.0</javaee-api.version>
         <junit.version>4.12</junit.version>
         <maven.compiler.source>1.8</maven.compiler.source>