aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-11 20:19:19 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-11 20:19:19 -0700
commit5f6beb37a41d81c379625f4a7224699f1e9f2333 (patch)
tree9063d59ba7882132809d2bd68a4e35aed367f987
parent813c61f703efa54a39275132b5513e4f90001cf2 (diff)
downloadjackson-annotations-5f6beb37a41d81c379625f4a7224699f1e9f2333.tar.gz
Fixed #173
-rw-r--r--pom.xml30
-rw-r--r--release-notes/VERSION-2.x4
2 files changed, 34 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9f7703f..3c5f5df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
+ <!-- This module was also published with a richer model, Gradle metadata, -->
+ <!-- which should be used instead. Do not delete the following line which -->
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
+ <!-- that they should prefer consuming it instead. -->
+ <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fasterxml.jackson</groupId>
@@ -104,6 +109,31 @@
<stagingProfileId>b34f19b9cc6224</stagingProfileId>
</configuration>
</plugin>
+
+ <!-- 11-Jun-2020, tatu:
+ -->
+ <plugin>
+ <groupId>de.jjohannes</groupId>
+ <artifactId>gradle-module-metadata-maven-plugin</artifactId>
+ <version>0.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>gmm</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <platformDependencies>
+ <dependency>
+ <groupId>com.fasterxml.jackson</groupId>
+ <artifactId>jackson-bom</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </platformDependencies>
+ </configuration>
+ </plugin>
+
</plugins>
</build>
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 43b508f..e6b77b8 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -11,6 +11,10 @@ NOTE: Annotations module will never contain changes in patch versions,
=== Releases ===
------------------------------------------------------------------------
+2.12.0 (not yet released)
+
+#173: Jackson version alignment with Gradle 6
+
2.11.0 (26-Apr-2020)
- `JsonPattern.Value.pattern` retained as "", never (accidentally) exposed