Skip to content

Commit

Permalink
Merge pull request #34 from dvsa/fix/pom
Browse files Browse the repository at this point in the history
chore: add back in correct distribution Management
  • Loading branch information
sr4850 authored Nov 19, 2024
2 parents ce54aa3 + db975a8 commit ec23ba1
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 ec23ba1

Please sign in to comment.