This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git
The following commit(s) were added to refs/heads/main by this push:
new 677e69f avoid hard coded version
677e69f is described below
commit 677e69fd9387c476d5f8a601bd5706686fec74a2
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Nov 3 00:18:07 2024 +0100
avoid hard coded version
---
tck/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tck/pom.xml b/tck/pom.xml
index c1f02c5..a336e40 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -90,7 +90,7 @@
<artifactItem>
<groupId>org.apache.tomee</groupId>
<artifactId>jakartaee-api</artifactId>
- <version>10.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</artifactItem>
</artifactItems>
</configuration>
@@ -493,4 +493,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>