File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 12
12
</description >
13
13
<url >https://github.com/robinst/autolink-java</url >
14
14
15
+ <prerequisites >
16
+ <maven >3.1.0</maven >
17
+ </prerequisites >
18
+
15
19
<properties >
16
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
21
</properties >
26
30
<dependency >
27
31
<groupId >org.openjdk.jmh</groupId >
28
32
<artifactId >jmh-core</artifactId >
29
- <version >1.9 .3</version >
33
+ <version >1.11 .3</version >
30
34
<scope >test</scope >
31
35
</dependency >
32
36
</dependencies >
45
49
<plugin >
46
50
<groupId >com.github.siom79.japicmp</groupId >
47
51
<artifactId >japicmp-maven-plugin</artifactId >
48
- <version >0.5.0 </version >
52
+ <version >0.6.2 </version >
49
53
<configuration >
50
54
<oldVersion >
51
55
<dependency >
84
88
<plugin >
85
89
<groupId >org.sonatype.plugins</groupId >
86
90
<artifactId >nexus-staging-maven-plugin</artifactId >
87
- <version >1.6.5 </version >
91
+ <version >1.6.6 </version >
88
92
<extensions >true</extensions >
89
93
<configuration >
90
94
<serverId >ossrh</serverId >
95
99
<plugin >
96
100
<groupId >org.apache.maven.plugins</groupId >
97
101
<artifactId >maven-release-plugin</artifactId >
98
- <version >2.5.2 </version >
102
+ <version >2.5.3 </version >
99
103
<configuration >
100
104
<autoVersionSubmodules >true</autoVersionSubmodules >
101
105
<useReleaseProfile >false</useReleaseProfile >
You can’t perform that action at this time.
0 commit comments