Skip to content

Commit c2c7ca3

Browse files
committed
Bump versions in pom
1 parent 663ddea commit c2c7ca3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
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>
@@ -26,7 +30,7 @@
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>
@@ -45,7 +49,7 @@
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>
@@ -84,7 +88,7 @@
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>
@@ -95,7 +99,7 @@
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>

0 commit comments

Comments
 (0)