This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch release/10.1.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/release/10.1.0 by this push:
new 13654e5 Fix default bundle name
13654e5 is described below
commit 13654e559d9257c560e26d2c5f5c5dd074b0e977
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Sep 28 11:56:02 2023 +0200
Fix default bundle name
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2acfbdb..fe22d19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -651,7 +651,7 @@
# Create OSGi and JPMS module names based on the
`project.artifactId`
# This agrees with `maven-bundle-plugin`.
- Bundle-SymbolicName:
org.apache.logging.$[subst;$[project.artifactId];log4j-]
+ Bundle-SymbolicName:
org.apache.logging.log4j.$[subst;$[project.artifactId];log4j-]
-jpms-module-info: $[bnd-module-name];access=0
# Prevents an execution error in multi-release jars: