Skip to content

Commit bfb9bf2

Browse files
committed
Migrate to new deployment repository
Fixes #74
1 parent fc4354c commit bfb9bf2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,13 @@
131131
<build>
132132
<plugins>
133133
<plugin>
134-
<groupId>org.sonatype.plugins</groupId>
135-
<artifactId>nexus-staging-maven-plugin</artifactId>
136-
<version>1.7.0</version>
134+
<groupId>org.sonatype.central</groupId>
135+
<artifactId>central-publishing-maven-plugin</artifactId>
136+
<version>0.7.0</version>
137137
<extensions>true</extensions>
138138
<configuration>
139-
<serverId>ossrh</serverId>
140-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
141-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
139+
<publishingServerId>central</publishingServerId>
140+
<autoPublish>true</autoPublish>
142141
</configuration>
143142
</plugin>
144143
<plugin>

0 commit comments

Comments
 (0)