Skip to content

Commit 736bc4b

Browse files
committed
Update jakarta.inject:jakarta.inject-api to version 2.0.1 (#94)
1 parent c1d23ab commit 736bc4b

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

log4j-tools-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<assertj.version>3.24.2</assertj.version>
3636
<commons-io.version>2.15.1</commons-io.version>
3737
<freemarker.version>2.3.32</freemarker.version>
38-
<jakarta.inject.version>1.0.5</jakarta.inject.version>
38+
<jakarta.inject.version>2.0.1</jakarta.inject.version>
3939
<junit.version>5.10.1</junit.version>
4040
<modello.version>2.1.2</modello.version>
4141
<xmlunit.version>2.9.1</xmlunit.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="94" link="https://github.com/apache/logging-log4j-tools/pull/94"/>
7+
<description format="asciidoc">Update `jakarta.inject:jakarta.inject-api` to version `2.0.1`</description>
8+
</entry>

src/site/_constants.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
////
3535
3636
:project-github-url: https://github.com/apache/logging-log4j-tools
37-
:project-version: 0.7.0
37+
:project-version: 0.8.0-SNAPSHOT
3838
:project-name: Log4j Tools
3939
:project-id: log4j-tools
4040
:java-target-version: 8

src/site/_release-notes/_0.x.x.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@
4141
This minor release contains various bug fixes and improvements.
4242
4343
44+
[#release-notes-0-x-x-added]
45+
==== Added
46+
47+
* Add a `log4j-docgen` module with a common XML model to document sets of Log4j plugins.
48+
4449
[#release-notes-0-x-x-changed]
4550
==== Changed
4651
4752
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-tools/pull/91[91])
53+
* Update `jakarta.inject:jakarta.inject-api` to version `2.0.1` (https://github.com/apache/logging-log4j-tools/pull/94[94])

0 commit comments

Comments
 (0)