Skip to content

Commit 682e259

Browse files
authored
Upgrade plugin version (#1658)
1 parent d90f637 commit 682e259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<maven.gpg.plugin.version>3.1.0</maven.gpg.plugin.version>
6565
<gpg.executable>gpg</gpg.executable>
6666
<publish.server.id>ossrh</publish.server.id>
67-
<release.goals>install org.sonatype.central:central-publishing-maven-plugin:0.7.0:publish</release.goals>
67+
<release.goals>install org.sonatype.central:central-publishing-maven-plugin:0.8.0:publish</release.goals>
6868
<github.global.server>github</github.global.server>
6969
<github.oauth.token>${env.GITHUB_TOKEN}</github.oauth.token>
7070
</properties>
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.sonatype.central</groupId>
159159
<artifactId>central-publishing-maven-plugin</artifactId>
160-
<version>0.7.0</version>
160+
<version>0.8.0</version>
161161
<extensions>true</extensions>
162162
<configuration>
163163
<publishingServerId>${publish.server.id}</publishingServerId>

0 commit comments

Comments
 (0)