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 1212 </description >
1313 <url >https://github.com/robinst/autolink-java</url >
1414
15+ <prerequisites >
16+ <maven >3.1.0</maven >
17+ </prerequisites >
18+
1519 <properties >
1620 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1721 </properties >
2630 <dependency >
2731 <groupId >org.openjdk.jmh</groupId >
2832 <artifactId >jmh-core</artifactId >
29- <version >1.9 .3</version >
33+ <version >1.11 .3</version >
3034 <scope >test</scope >
3135 </dependency >
3236 </dependencies >
4549 <plugin >
4650 <groupId >com.github.siom79.japicmp</groupId >
4751 <artifactId >japicmp-maven-plugin</artifactId >
48- <version >0.5.0 </version >
52+ <version >0.6.2 </version >
4953 <configuration >
5054 <oldVersion >
5155 <dependency >
8488 <plugin >
8589 <groupId >org.sonatype.plugins</groupId >
8690 <artifactId >nexus-staging-maven-plugin</artifactId >
87- <version >1.6.5 </version >
91+ <version >1.6.6 </version >
8892 <extensions >true</extensions >
8993 <configuration >
9094 <serverId >ossrh</serverId >
9599 <plugin >
96100 <groupId >org.apache.maven.plugins</groupId >
97101 <artifactId >maven-release-plugin</artifactId >
98- <version >2.5.2 </version >
102+ <version >2.5.3 </version >
99103 <configuration >
100104 <autoVersionSubmodules >true</autoVersionSubmodules >
101105 <useReleaseProfile >false</useReleaseProfile >
You can’t perform that action at this time.
0 commit comments