We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedb5c4 commit 3c68cf7Copy full SHA for 3c68cf7
pom.xml
@@ -13,10 +13,6 @@
13
</description>
14
<url>https://github.com/robinst/autolink-java</url>
15
16
- <prerequisites>
17
- <maven>3.1.0</maven>
18
- </prerequisites>
19
-
20
<properties>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
<jmh.version>1.19</jmh.version>
@@ -51,7 +47,7 @@
51
47
<plugin>
52
48
<groupId>org.apache.maven.plugins</groupId>
53
49
<artifactId>maven-jar-plugin</artifactId>
54
- <version>3.0.2</version>
50
+ <version>3.1.0</version>
55
<configuration>
56
<archive>
57
<manifestEntries>
@@ -181,7 +177,7 @@
181
177
182
178
183
179
<artifactId>maven-javadoc-plugin</artifactId>
184
- <version>2.10.4</version>
180
+ <version>3.0.1</version>
185
<executions>
186
<execution>
187
<id>attach-javadocs</id>
0 commit comments