Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions JavaWebApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
<distributionManagement>
<snapshotRepository>
<id>nexusdeploymentrepo</id>
<url>http://15.207.111.101:8081/repository/maven-snapshots/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
<url>http://18.191.108.5:8081/repository/maven-snapshots/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
</snapshotRepository> <!-- Mmake sure to create the "maven-snapshots" repo in Nexus -->
<repository>
<id>nexusdeploymentrepo</id>
<url>http://15.207.111.101:8081/repository/maven-releases/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
<url>http://18.191.108.5:8081/repository/maven-releases/</url> <!-- Update the IP/Address to Your Nexus VM IP -->
</repository> <!-- Also make sure you have the above two or one repositories created -->

</distributionManagement>
Expand Down