Skip to content

Commit 980f4ed

Browse files
committed
Fix OSGi & JPMS docs
1 parent cd29469 commit 980f4ed

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/changelog/13.0.0/.release-notes.adoc.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<#if release.date?has_content>Release date:: ${release.date}</#if>
4040

41-
The highlights of this major release are Scala 3 support, JPMS descriptors, and the switch to https://semver.org[semantic versioning].
41+
The highlights of this major release are Scala 3 support, OSGi and JPMS descriptors, and the switch to https://semver.org[semantic versioning].
4242

4343
Note that this release is still binary backward compatible with the earlier release `12.0`.
4444
Though we needed to bump the major version number for the semantic versioning switch to avoid the confusion related with version ordering.

src/site/_release-notes/_13.0.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
3939
Release date:: 2023-10-10
4040
41-
The highlights of this major release are Scala 3 support, JPMS descriptors, and the switch to https://semver.org[semantic versioning].
41+
The highlights of this major release are Scala 3 support, OSGi and JPMS descriptors, and the switch to https://semver.org[semantic versioning].
4242
4343
Note that this release is still binary backward compatible with the earlier release `12.0`.
4444
Though we needed to bump the major version number for the semantic versioning switch to avoid the confusion related with version ordering.

src/site/index.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ libraryDependencies ++= Seq(
4242
)
4343
----
4444
45-
Java module name and OSGi `Bundle-SymbolicName` are both set to `org.apache.logging.log4j.api_scala_2_10`, `org.apache.logging.log4j.api_scala_2_11`, and so on.
45+
Java module name is set to `org.apache.logging.log4j.api.scala`.
46+
OSGi ``Bundle-SymbolicName``s are set to `org.apache.logging.log4j.api.scala.2.10`, `org.apache.logging.log4j.api.scala.2.11`, and so on.
4647
4748
[#usage]
4849
== Usage

0 commit comments

Comments
 (0)