File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,11 @@ of Jackson: application code should only rely on `jackson-bom`
160
160
under "META-INF/versions/11" (instead of root, /); helps pre-Java9
161
161
libraries, frameworks, as well as avoids warnings by tooling
162
162
-->
163
+ <!-- 27-Jan-2022, tatu: as per [databind#3380] etc, really need to use
164
+ "META-INF/versions/9" for tooling compatibility
165
+ -->
163
166
<configuration >
164
- <jvmVersion >11 </jvmVersion >
167
+ <jvmVersion >9 </jvmVersion >
165
168
</configuration >
166
169
</plugin >
167
170
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Jackson components (core, modules)
9
9
=== Releases (note: only includes patches with actual changes)
10
10
------------------------------------------------------------------------
11
11
12
+ 2.13.2 (not yet changed)
13
+
14
+ #46 : `module-info.java` is in `META-INF/versions/11 ` instead of `META-INF/versions/9 `
15
+
12
16
2.13.1 (19 -Dec-2021 )
13
17
14
18
No changes since 2.13.0
You can’t perform that action at this time.
0 commit comments