Skip to content

Commit

Permalink
chore: add back in correct distribution Management
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 committed Nov 19, 2024
1 parent ce54aa3 commit db975a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub DVSA Apache Maven Packages</name>
<id>github-publish</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>${github.url}</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</distributionManagement>

Expand Down

0 comments on commit db975a8

Please sign in to comment.