Skip to content

Commit

Permalink
added distribution url
Browse files Browse the repository at this point in the history
  • Loading branch information
1dson committed Aug 2, 2022
1 parent ec8a6e6 commit 03f7b3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,12 @@
<version>1.14.3</version>
</dependency>
</dependencies>

<!-- Nexus Configuration -->
<distributionManagement>
<repository>
<id>maven-releases</id>
<url>${nexus.releases}</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 03f7b3a

Please sign in to comment.