Skip to content

Commit 98675aa

Browse files
authored
Update pom.xml
1 parent a5650f3 commit 98675aa

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
</license>
4141
</licenses>
4242

43-
<distributionManagement>
44-
<repository>
45-
<id>ossrh</id>
46-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
47-
</repository>
48-
</distributionManagement>
49-
5043
<dependencies>
5144
<dependency>
5245
<groupId>com.jayway.jsonpath</groupId>
@@ -266,6 +259,15 @@
266259
</execution>
267260
</executions>
268261
</plugin>
262+
<plugin>
263+
<groupId>org.sonatype.central</groupId>
264+
<artifactId>central-publishing-maven-plugin</artifactId>
265+
<version>0.7.0</version>
266+
<extensions>true</extensions>
267+
<configuration>
268+
<publishingServerId>central</publishingServerId>
269+
</configuration>
270+
</plugin>
269271
</plugins>
270272
</build>
271273
</project>

0 commit comments

Comments
 (0)