Skip to content

Commit 1945d4e

Browse files
Merge pull request #445 from danielnorberg/dano/update-maven-central-publishing
central-publishing-maven-plugin
2 parents eaf399d + f9bd1a3 commit 1945d4e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,12 @@
174174
</configuration>
175175
</plugin>
176176
<plugin>
177-
<groupId>org.sonatype.plugins</groupId>
178-
<artifactId>nexus-staging-maven-plugin</artifactId>
179-
<version>1.6.13</version>
177+
<groupId>org.sonatype.central</groupId>
178+
<artifactId>central-publishing-maven-plugin</artifactId>
179+
<version>0.9.0</version>
180180
<extensions>true</extensions>
181181
<configuration>
182-
<serverId>ossrh</serverId>
183-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
184-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
182+
<publishingServerId>central</publishingServerId>
185183
</configuration>
186184
</plugin>
187185
<plugin>

0 commit comments

Comments
 (0)