aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2019-03-08 21:25:43 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2019-03-08 21:25:43 -0800
commit26ce3dc0cc4d62f04a72d1fb2d53016ff0cf8097 (patch)
tree1d7090e5bfbdd23f579e0dd534e3f73180214676 /pom.xml
parent78ce8a7222fe63ce6781c75fdf628fb860be4291 (diff)
downloadjackson-databind-26ce3dc0cc4d62f04a72d1fb2d53016ff0cf8097.tar.gz
Fix #2273
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 8b594c88b..60f5687d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,8 +142,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links combine.children="append">
- <link>http://fasterxml.github.com/jackson-annotations/javadoc/2.9</link>
- <link>http://fasterxml.github.com/jackson-core/javadoc/2.9</link>
+ <link>http://fasterxml.github.com/jackson-annotations/javadoc/2.10</link>
+ <link>http://fasterxml.github.com/jackson-core/javadoc/2.10</link>
</links>
</configuration>
</plugin>
@@ -154,11 +154,12 @@
<artifactId>replacer</artifactId>
</plugin>
- <!-- 18-Oct-2016, tatu: Try to make coveralls work -->
+ <!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
+ will have to use `moduleInfoFile` as anything else requires JDK 9+
+ -->
<plugin>
- <groupId>org.eluder.coveralls</groupId>
- <artifactId>coveralls-maven-plugin</artifactId>
- <version>4.3.0</version>
+ <groupId>org.moditect</groupId>
+ <artifactId>moditect-maven-plugin</artifactId>
</plugin>
</plugins>
</build>