Skip to content

Commit e1cdcca

Browse files
committed
update
1 parent 5433962 commit e1cdcca

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,17 @@
214214
</execution>
215215
</executions>
216216
</plugin>
217+
<plugin>
218+
<groupId>org.sonatype.central</groupId>
219+
<artifactId>central-publishing-maven-plugin</artifactId>
220+
<version>0.7.0</version>
221+
<extensions>true</extensions>
222+
<configuration>
223+
<publishingServerId>central</publishingServerId>
224+
</configuration>
225+
</plugin>
217226
</plugins>
218227
</build>
219-
<distributionManagement>
220-
<snapshotRepository>
221-
<id>oss</id>
222-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
223-
</snapshotRepository>
224-
<repository>
225-
<id>oss</id>
226-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
227-
</repository>
228-
</distributionManagement>
229228
</profile>
230229
</profiles>
231230
</project>

0 commit comments

Comments
 (0)