This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git
The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
new 3c8ff24 Use placeholders for version so we only update one place
3c8ff24 is described below
commit 3c8ff241ff0bd7ca598251ef9c53d369bab1365c
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed May 11 11:40:14 2022 +0200
Use placeholders for version so we only update one place
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 83bf333..112e9a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,7 +563,7 @@
<plugin> <!-- not used by tomee yet -->
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
- <version>1.5</version>
+ <version>${version.gmaven-plugin}</version>
<executions>
<execution>
<id>generate-reverse-tests</id>
@@ -690,7 +690,7 @@
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
- <version>1.5</version>
+ <version>${version.gmaven-plugin}</version>
<configuration>
<scriptpath>
<element>${pom.basedir}/src/test/script</element>