This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new e38afd9da fixed property
e38afd9da is described below
commit e38afd9da40e36769994c8568a2d6f0b16c9c315
Author: Thomas Andraschko <[email protected]>
AuthorDate: Wed Feb 21 13:58:00 2024 +0100
fixed property
---
deltaspike/cdictrl/impl-openejb/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml
b/deltaspike/cdictrl/impl-openejb/pom.xml
index 31805efdd..4bb99d554 100644
--- a/deltaspike/cdictrl/impl-openejb/pom.xml
+++ b/deltaspike/cdictrl/impl-openejb/pom.xml
@@ -135,7 +135,7 @@
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
- <version>${tomee10.version}</version>
+ <version>${tomee.version}</version>
<scope>provided</scope>
</dependency>