Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiswaladi246 authored Jun 6, 2024
1 parent 18688db commit f4f2eca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>maven-releases</id>
<url>http://13.233.161.68:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>maven-snapshots</id>
<url>http://13.233.161.68:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>



Expand Down

0 comments on commit f4f2eca

Please sign in to comment.