Skip to content

Commit b4e7168

Browse files
authored
Update pom.xml
1 parent 07ecd04 commit b4e7168

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-gpg-plugin</artifactId>
149-
<version>3.2.7</version>
149+
<version>3.2.8</version>
150150
<executions>
151151
<execution>
152152
<id>sign-artifacts</id>
@@ -157,15 +157,14 @@
157157
</execution>
158158
</executions>
159159
</plugin>
160-
<plugin>
161-
<groupId>org.sonatype.plugins</groupId>
162-
<artifactId>nexus-staging-maven-plugin</artifactId>
163-
<version>1.7.0</version>
160+
<plugin>
161+
<groupId>org.sonatype.central</groupId>
162+
<artifactId>central-publishing-maven-plugin</artifactId>
163+
<version>0.8.0</version>
164164
<extensions>true</extensions>
165165
<configuration>
166-
<serverId>ossrh</serverId>
167-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
168-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
166+
<publishingServerId>central</publishingServerId>
167+
<autoPublish>true</autoPublish>
169168
</configuration>
170169
</plugin>
171170
</plugins>

0 commit comments

Comments
 (0)