This is an automated email from the ASF dual-hosted git repository.

fgerthoffert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5947ed04e UNOMI-866:  Used project.version for log4j-extension version 
(#711)
5947ed04e is described below

commit 5947ed04e17ec8905ac3bfee8fcfcf5d778fe7c7
Author: Francois G. <[email protected]>
AuthorDate: Fri Nov 29 02:12:11 2024 -0500

    UNOMI-866:  Used project.version for log4j-extension version (#711)
---
 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>

Reply via email to