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.git

commit c14ba42bf1792cabb659154ab10a10db0207eeaa
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Tue Jun 25 11:15:02 2019 +0100

    TOMEE-2546 use TomEE version property
---
 examples/mp-opentracing-traced/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mp-opentracing-traced/pom.xml 
b/examples/mp-opentracing-traced/pom.xml
index eff57f7..8e09d0f 100644
--- a/examples/mp-opentracing-traced/pom.xml
+++ b/examples/mp-opentracing-traced/pom.xml
@@ -73,7 +73,7 @@
       <plugin>
         <groupId>org.apache.tomee.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
-        <version>${project.version}</version>
+        <version>${tomee.version}</version>
         <configuration>
           <tomeeClassifier>microprofile</tomeeClassifier>
           <context>${project.artifactId}</context>

Reply via email to