Skip to content

Commit 5f6beb3

Browse files
committed
Fixed #173
1 parent 813c61f commit 5f6beb3

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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 -->
38
<modelVersion>4.0.0</modelVersion>
49
<parent>
510
<groupId>com.fasterxml.jackson</groupId>
@@ -104,6 +109,31 @@
104109
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
105110
</configuration>
106111
</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+
107137
</plugins>
108138
</build>
109139

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ NOTE: Annotations module will never contain changes in patch versions,
1111
=== Releases ===
1212
------------------------------------------------------------------------
1313

14+
2.12.0 (not yet released)
15+
16+
#173: Jackson version alignment with Gradle 6
17+
1418
2.11.0 (26-Apr-2020)
1519

1620
- `JsonPattern.Value.pattern` retained as "", never (accidentally) exposed

0 commit comments

Comments
 (0)