Skip to content

Commit 56e0314

Browse files
committed
Fix #63: update GMM plugin version
1 parent 4836c35 commit 56e0314

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ of Jackson: application code should only rely on `jackson-bom`
179179
<plugin>
180180
<groupId>de.jjohannes</groupId>
181181
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
182-
<version>0.3.0</version>
182+
<version>0.4.0</version>
183183
<executions>
184184
<execution>
185185
<goals>

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Jackson components (core, modules)
99
=== Releases (note: only includes patches with actual changes)
1010
------------------------------------------------------------------------
1111

12+
2.15.1 (not yet released)
13+
14+
#63: Update `de.jjohannes:gradle-module-metadata-maven-plugin` to 0.4.0
15+
1216
2.15.0 (23-Apr-2023)
1317

1418
#56: Change defaults for Felix OSGi Bundle plug-in to fix timestamps

0 commit comments

Comments
 (0)