File tree 2 files changed +34
-0
lines changed 2 files changed +34
-0
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
<parent >
5
10
<groupId >com.fasterxml.jackson</groupId >
104
109
<stagingProfileId >b34f19b9cc6224</stagingProfileId >
105
110
</configuration >
106
111
</plugin >
112
+
113
+ <!-- 11-Jun-2020, tatu:
114
+ -->
115
+ <plugin >
116
+ <groupId >de.jjohannes</groupId >
117
+ <artifactId >gradle-module-metadata-maven-plugin</artifactId >
118
+ <version >0.1.0</version >
119
+ <executions >
120
+ <execution >
121
+ <goals >
122
+ <goal >gmm</goal >
123
+ </goals >
124
+ </execution >
125
+ </executions >
126
+ <configuration >
127
+ <platformDependencies >
128
+ <dependency >
129
+ <groupId >com.fasterxml.jackson</groupId >
130
+ <artifactId >jackson-bom</artifactId >
131
+ <version >${project.version} </version >
132
+ </dependency >
133
+ </platformDependencies >
134
+ </configuration >
135
+ </plugin >
136
+
107
137
</plugins >
108
138
</build >
109
139
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ NOTE: Annotations module will never contain changes in patch versions,
11
11
=== Releases ===
12
12
------------------------------------------------------------------------
13
13
14
+ 2.12.0 (not yet released)
15
+
16
+ #173 : Jackson version alignment with Gradle 6
17
+
14
18
2.11.0 (26 -Apr-2020 )
15
19
16
20
- `JsonPattern.Value.pattern` retained as " " , never (accidentally) exposed
You can’t perform that action at this time.
0 commit comments