Skip to content

Commit 1c2c2fc

Browse files
committed
Add version.plugin.moditect override to 1.0.0.Final
1 parent ccd5a3a commit 1c2c2fc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

base/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ of Jackson: application code should only rely on `jackson-bom`
2222
</licenses>
2323

2424
<properties>
25+
<!-- 06-May-2023, tatu: uUntil upgraded in oss-parent/51 need override here: -->
26+
<version.plugin.moditect>1.0.0.Final</version.plugin.moditect>
27+
2528
<moditect.sourceGroup>${project.groupId}</moditect.sourceGroup>
2629
<moditect.sourceArtifact>${project.artifactId}</moditect.sourceArtifact>
2730
<moditect.sourceVersion>${project.version}</moditect.sourceVersion>

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Jackson components (core, modules)
1212
2.15.1 (not yet released)
1313

1414
#63: Update `de.jjohannes:gradle-module-metadata-maven-plugin` to 0.4.0
15+
- Add override for `version.plugin.moditect` to be `1.0.0.Final` until
16+
upgraded in `oss-parent`/51
1517

1618
2.15.0 (23-Apr-2023)
1719

0 commit comments

Comments
 (0)