Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 28f08e3

Browse files
Made project ready for Maven Central deployment
1 parent a1d127c commit 28f08e3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,12 +561,12 @@
561561
<!-- the profile used for deployment to Sonatype Maven repository -->
562562
<profile>
563563
<id>ossrh</id>
564-
<!--<distributionManagement>-->
565-
<!--<repository>-->
566-
<!--<id>ossrh</id>-->
567-
<!--<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
568-
<!--</repository>-->
569-
<!--</distributionManagement>-->
564+
<distributionManagement>
565+
<repository>
566+
<id>ossrh</id>
567+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
568+
</repository>
569+
</distributionManagement>
570570
<build>
571571
<plugins>
572572
<plugin>

0 commit comments

Comments
 (0)