Skip to content

Commit

Permalink
maven central repo url fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
evedvat committed Sep 1, 2021
1 parent 2c846d7 commit be66986
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.

<groupId>hr.com.vgv.asyncunit</groupId>
<artifactId>asyncunit</artifactId>
<version>1.1-SNAPSHOT</version>
<version>0.1.2-alpha</version>
<name>asyncunit</name>
<description>Simple tool for testing multi-threaded code</description>
<url>https://github.com/Vatavuk/asyncunit</url>
Expand All @@ -40,10 +40,15 @@ SOFTWARE.
</developer>
</developers>
<distributionManagement>
<downloadUrl>https://oss.sonatype.org/content/groups/public</downloadUrl>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
</distributionManagement>
<scm>
Expand Down

0 comments on commit be66986

Please sign in to comment.