Skip to content

Commit

Permalink
Fix #15: add override downgrade Moditect Maven plug-in to 1.1.0 (from…
Browse files Browse the repository at this point in the history
… 1.2.2)

Please enter the commit message for your changes. Lines starting
  • Loading branch information
cowtowncoder committed Oct 13, 2024
1 parent b0331e1 commit 4e5ea3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@

<javac.debuglevel>lines,source,vars</javac.debuglevel>

<!-- 12-Oct-2024, tatu: [jackson-parent#15] Downgrade Moditect plugin for 2.18.1+
-->
<version.plugin.moditect>1.1.0</version.plugin.moditect>

<!--
| For automatically generating PackageVersion.java. Your child pom.xml must define
| packageVersion.dir and packageVersion.package, and must set the phase of the
Expand Down
5 changes: 5 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The parent pom for various Jackson components.
=== Releases ===
------------------------------------------------------------------------

2.18.1 (not yet released)

#15: Add override to downgrade `moditect-maven-plugin` from 1.2.2 to 1.1.0
to work around Eclipse issues

2.18 (26-Sep-2024)

- Update to oss-parent 61 (plugin version updates)
Expand Down

0 comments on commit 4e5ea3a

Please sign in to comment.