Skip to content

Commit a3566e7

Browse files
committed
Fix distributionManagement server IDs for Nexus
1 parent 7338fdb commit a3566e7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -697,13 +697,13 @@
697697
</dependencyManagement>
698698
<distributionManagement>
699699
<repository>
700-
<id>github</id>
701-
<name>GitHub Packages</name>
700+
<id>releases</id>
701+
<name>Nexus Releases</name>
702702
<url>${releases.repository.url}</url>
703703
</repository>
704704
<snapshotRepository>
705-
<id>github</id>
706-
<name>GitHub Packages</name>
705+
<id>snapshots</id>
706+
<name>Nexus Snapshots</name>
707707
<url>${snapshots.repository.url}</url>
708708
</snapshotRepository>
709709
<site>

0 commit comments

Comments
 (0)