Skip to content

Commit 4324f5f

Browse files
committed
Merge tag 'v2.3.16'
v2.3.16
2 parents f47d856 + 1720ebd commit 4324f5f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

bom/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-compiler-plugin</artifactId>
160-
<version>3.12.1</version>
160+
<version>3.14.0</version>
161161
<configuration>
162162
<target>1.8</target>
163163
<source>1.8</source>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-gpg-plugin</artifactId>
205-
<version>1.6</version>
205+
<version>3.2.7</version>
206206
<executions>
207207
<execution>
208208
<id>sign-artifacts</id>
@@ -220,14 +220,12 @@
220220
</configuration>
221221
</plugin>
222222
<plugin>
223-
<groupId>org.sonatype.plugins</groupId>
224-
<artifactId>nexus-staging-maven-plugin</artifactId>
225-
<version>1.6.8</version>
223+
<groupId>org.sonatype.central</groupId>
224+
<artifactId>central-publishing-maven-plugin</artifactId>
225+
<version>0.7.0</version>
226226
<extensions>true</extensions>
227227
<configuration>
228-
<serverId>ossrh-s01</serverId>
229-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
230-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
228+
<publishingServerId>ossrh-s01</publishingServerId>
231229
</configuration>
232230
</plugin>
233231
</plugins>

0 commit comments

Comments
 (0)