Skip to content

Commit b9ff25e

Browse files
committed
Change maven config so we publish to central now
1 parent a912977 commit b9ff25e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@
103103
</configuration>
104104
</plugin>
105105
<plugin>
106-
<groupId>org.sonatype.plugins</groupId>
107-
<artifactId>nexus-staging-maven-plugin</artifactId>
108-
<version>1.7.0</version>
106+
<groupId>org.sonatype.central</groupId>
107+
<artifactId>central-publishing-maven-plugin</artifactId>
108+
<version>0.8.0</version>
109109
<extensions>true</extensions>
110110
<configuration>
111-
<serverId>ossrh</serverId>
112-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
113-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
111+
<autoPublish>true</autoPublish>
112+
<waitUntil>published</waitUntil>
113+
<publishingServerId>central</publishingServerId>
114114
</configuration>
115115
</plugin>
116116
<plugin>

0 commit comments

Comments
 (0)