Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiswaladi246 committed Jun 15, 2024
1 parent 7cd9298 commit d63eb3e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@
</build>



<distributionManagement>
<repository>
<id>maven-releases</id>
<url>http:https://13.201.68.82:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>maven-snapshots</id>
<url>http:https://13.201.68.82:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit d63eb3e

Please sign in to comment.