Skip to content

Commit

Permalink
Update distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
juliahayward committed Apr 17, 2020
1 parent 9bfc5be commit 75b1913
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,16 @@
</modules>

<distributionManagement>

<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<id>${snapshotRepository.id}</id>
<name>${snapshotRepository.name}</name>
<url>${releaseRepository.url}</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>${repository.id}</id>
<name>${repository.name}</name>
<url>${releaseRepository.url}</url>
</repository>







</distributionManagement>

<repositories>
Expand Down

0 comments on commit 75b1913

Please sign in to comment.