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 8fc39e51e14c337154ac847f2891e8f5a61e4d4e Author: Jonathan Gallimore <[email protected]> AuthorDate: Tue Jun 25 10:36:37 2019 +0100 TOMEE-2546 Use TomEE version property --- examples/mp-config-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mp-config-example/pom.xml b/examples/mp-config-example/pom.xml index 3cab066..b68cd6b 100644 --- a/examples/mp-config-example/pom.xml +++ b/examples/mp-config-example/pom.xml @@ -71,7 +71,7 @@ <plugin> <groupId>org.apache.tomee.maven</groupId> <artifactId>tomee-maven-plugin</artifactId> - <version>8.0.0-SNAPSHOT</version> + <version>${tomee.version}</version> <configuration> <tomeeClassifier>microprofile</tomeeClassifier> <context>${project.artifactId}</context>
