Skip to content

Commit

Permalink
UNOMI-866: Used project.version for log4j-extension version (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Nov 29, 2024
1 parent 4b51c6d commit 5947ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5947ed0

Please sign in to comment.