Skip to content

Commit a5107f3

Browse files
authored
Merge pull request #16 from FasterXML/tatu/2.18/15-moditect-version
Fix #15: add override downgrade Moditect Maven plug-in to 1.1.0 (from 1.2.2)
2 parents b0331e1 + 4e5ea3a commit a5107f3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656

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

59+
<!-- 12-Oct-2024, tatu: [jackson-parent#15] Downgrade Moditect plugin for 2.18.1+
60+
-->
61+
<version.plugin.moditect>1.1.0</version.plugin.moditect>
62+
5963
<!--
6064
| For automatically generating PackageVersion.java. Your child pom.xml must define
6165
| packageVersion.dir and packageVersion.package, and must set the phase of the

release-notes/VERSION

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The parent pom for various Jackson components.
66
=== Releases ===
77
------------------------------------------------------------------------
88

9+
2.18.1 (not yet released)
10+
11+
#15: Add override to downgrade `moditect-maven-plugin` from 1.2.2 to 1.1.0
12+
to work around Eclipse issues
13+
914
2.18 (26-Sep-2024)
1015

1116
- Update to oss-parent 61 (plugin version updates)

0 commit comments

Comments
 (0)