This is an automated email from the ASF dual-hosted git repository. fgerthoffert pushed a commit to branch UNOMI-866 in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/UNOMI-866 by this push: new 80fff7f64 UNOMI-866: Used project.version for log4j-extension version 80fff7f64 is described below commit 80fff7f64d3beb318dc6269057aabf6e058c0a41 Author: Francois G. <fgerthoff...@jahia.com> AuthorDate: Thu Nov 28 10:22:19 2024 -0500 UNOMI-866: Used project.version for log4j-extension version --- package/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pom.xml b/package/pom.xml index 45ce1c937..13af2a5be 100644 --- a/package/pom.xml +++ b/package/pom.xml @@ -334,7 +334,7 @@ </executions> <configuration> <startupBundles> - <bundle>mvn:org.apache.unomi/log4j-extension/2.6.0-SNAPSHOT</bundle> + <bundle>mvn:org.apache.unomi/log4j-extension/${project.version}</bundle> </startupBundles> <installedFeatures> <feature>wrapper</feature>