Skip to content

Commit

Permalink
Update distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
MikielAgutu committed Apr 20, 2020
1 parent 75b1913 commit 6173399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
<snapshotRepository>
<id>${snapshotRepository.id}</id>
<name>${snapshotRepository.name}</name>
<url>${releaseRepository.url}</url>
<url>${snapshotRepository.url}</url>
</snapshotRepository>
<repository>
<id>${repository.id}</id>
<name>${repository.name}</name>
<id>${releaseRepository.id}</id>
<name>${releaseRepository.name}</name>
<url>${releaseRepository.url}</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit 6173399

Please sign in to comment.