Skip to content

Commit c058bc9

Browse files
authored
Update pom.xml
1 parent bdd1e41 commit c058bc9

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,10 @@
192192
</plugin>
193193
<!-- Central Publishing Maven Plugin -->
194194
<plugin>
195-
<groupId>org.sonatype.centralsync</groupId>
195+
<groupId>org.sonatype.central</groupId>
196196
<artifactId>central-publishing-maven-plugin</artifactId>
197197
<version>0.8.0</version>
198-
<executions>
199-
<execution>
200-
<goals>
201-
<goal>publish</goal>
202-
</goals>
203-
</execution>
204-
</executions>
198+
<extensions>true</extensions>
205199
<configuration>
206200
<publishingServerId>central</publishingServerId>
207201
</configuration>

0 commit comments

Comments
 (0)