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 d426fc455881cf0f4bb9e13dfc14185801f8a622 Author: Jonathan Gallimore <[email protected]> AuthorDate: Tue Jun 25 10:53:20 2019 +0100 TOMEE-2546 Use TomEE version property --- examples/mp-jsonb-configuration/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/mp-jsonb-configuration/pom.xml b/examples/mp-jsonb-configuration/pom.xml index 1021e15..f1288bd 100644 --- a/examples/mp-jsonb-configuration/pom.xml +++ b/examples/mp-jsonb-configuration/pom.xml @@ -12,6 +12,7 @@ <properties> <version.javaee-api>8.0</version.javaee-api> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <tomee.version>8.0.0-SNAPSHOT</tomee.version> </properties> <dependencies> @@ -31,7 +32,7 @@ <dependency> <groupId>org.apache.tomee</groupId> <artifactId>openejb-cxf-rs</artifactId> - <version>8.0.0-SNAPSHOT</version> + <version>${tomee.version}</version> <scope>test</scope> </dependency> </dependencies> @@ -41,7 +42,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>
