File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <!-- This module was also published with a richer model, Gradle metadata, -->
4
+ <!-- which should be used instead. Do not delete the following line which -->
5
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
6
+ <!-- that they should prefer consuming it instead. -->
7
+ <!-- do_not_remove: published-with-gradle-metadata -->
3
8
<modelVersion >4.0.0</modelVersion >
4
9
5
10
<parent >
196
201
<groupId >org.moditect</groupId >
197
202
<artifactId >moditect-maven-plugin</artifactId >
198
203
</plugin >
199
- </plugins >
204
+
205
+ <plugin >
206
+ <groupId >de.jjohannes</groupId >
207
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
208
+ </plugin >
209
+ </plugins >
200
210
</build >
201
211
202
212
<profiles >
Original file line number Diff line number Diff line change @@ -1129,3 +1129,7 @@ David Bidorff (bidorffOL@github)
1129
1129
* Reported, contributed fix for #2719 : `FAIL_ON_IGNORED_PROPERTIES` does not throw
1130
1130
on `READONLY` properties with an explicit name
1131
1131
(2.12.0 )
1132
+
1133
+ Jendrik Johannes (jjohannes@github)
1134
+ * Contributed #2726 : Add Gradle Module Metadata for version alignment with Gradle 6
1135
+ (2.12.0 )
Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ Project: jackson-databind
26
26
#2719 : `FAIL_ON_IGNORED_PROPERTIES` does not throw on `READONLY` properties with
27
27
an explicit name
28
28
(reported, fix contributed by David B)
29
+ #2726 : Add Gradle Module Metadata for version alignment with Gradle 6
30
+ (contributed by Jendrik J)
29
31
#2732 : Allow `JsonNode` auto -convert into `ArrayNode` if duplicates found (for XML)
30
32
#2733 : Allow values of " untyped" auto -convert into `List` if duplicates found (for XML)
31
33
- Add `BeanDeserializerBase.isCaseInsensitive()`
32
34
- Some refactoring of `CollectionDeserializer` to solve CSV array handling issues
33
- - Add Gradle Module Metadata for version alignment with Gradle 6
34
35
35
36
2.11.1 (not yet released)
36
37
You can’t perform that action at this time.
0 commit comments