From a6041e997d1aa58592eb64c4b15fef07ada9493e Mon Sep 17 00:00:00 2001 From: Nashemad Date: Sun, 23 Jul 2023 00:28:10 -0500 Subject: [PATCH 1/6] type any message --- JavaWebApp/pom.xml | 4 ++-- settings.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/JavaWebApp/pom.xml b/JavaWebApp/pom.xml index 64dfe73..9d3b7a4 100644 --- a/JavaWebApp/pom.xml +++ b/JavaWebApp/pom.xml @@ -54,11 +54,11 @@ nexusdeploymentrepo - http://54.152.101.121:8081/repository/maven-snapshots/ + http://3.145.75.81:8081/repository/maven-snapshots/ nexusdeploymentrepo - http://54.152.101.121:8081/repository/maven-releases/ + http://3.145.75.81:8081/repository/maven-releases/ diff --git a/settings.xml b/settings.xml index cdd2941..6d544b0 100644 --- a/settings.xml +++ b/settings.xml @@ -60,7 +60,7 @@ under the License. nexus-snapshot-repo your custom repo - http://54.152.101.121:8081/repository/maven-snapshots/ + http://3.145.75.81:8081/repository/maven-snapshots/ @@ -71,7 +71,7 @@ under the License. nexus-release-repo your custom repo - http://54.152.101.121:8081/repository/maven-release/ + http://3.145.75.81:8081/repository/maven-release/ @@ -83,7 +83,7 @@ under the License. true - http://44.203.4.255:9000 + http://3.17.164.165:9000 From aab86e7a33d11d088b6a7144ebe27f48da079bbc Mon Sep 17 00:00:00 2001 From: Nashemad Date: Sun, 23 Jul 2023 01:02:39 -0500 Subject: [PATCH 2/6] hope it works --- JavaWebApp/pom.xml | 4 ++-- settings.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/JavaWebApp/pom.xml b/JavaWebApp/pom.xml index 9d3b7a4..528a044 100644 --- a/JavaWebApp/pom.xml +++ b/JavaWebApp/pom.xml @@ -54,11 +54,11 @@ nexusdeploymentrepo - http://3.145.75.81:8081/repository/maven-snapshots/ + http://3.145.157.192:8081/repository/maven-snapshots/ nexusdeploymentrepo - http://3.145.75.81:8081/repository/maven-releases/ + http://3.145.157.192:8081/repository/maven-releases/ diff --git a/settings.xml b/settings.xml index 6d544b0..d056629 100644 --- a/settings.xml +++ b/settings.xml @@ -60,7 +60,7 @@ under the License. nexus-snapshot-repo your custom repo - http://3.145.75.81:8081/repository/maven-snapshots/ + http://3.145.157.192:8081/repository/maven-snapshots/ @@ -71,7 +71,7 @@ under the License. nexus-release-repo your custom repo - http://3.145.75.81:8081/repository/maven-release/ + http://3.145.157.192:8081/repository/maven-release/ From a7e20d62c68840f95620c8e288d4365dbc1f5b52 Mon Sep 17 00:00:00 2001 From: Nashemad <125994671+Nashemad@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:09:50 -0500 Subject: [PATCH 3/6] Update settings.xml --- settings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.xml b/settings.xml index d056629..b222c92 100644 --- a/settings.xml +++ b/settings.xml @@ -60,7 +60,7 @@ under the License. nexus-snapshot-repo your custom repo - http://3.145.157.192:8081/repository/maven-snapshots/ + http://3.145.11.208:8081/repository/maven-snapshots/ @@ -71,7 +71,7 @@ under the License. nexus-release-repo your custom repo - http://3.145.157.192:8081/repository/maven-release/ + http://3.145.11.208:8081/repository/maven-release/ @@ -83,7 +83,7 @@ under the License. true - http://3.17.164.165:9000 + http://3.129.26.201:9000 From 8e11a65642499f3bf2b2ac1054d8d9bdfc430353 Mon Sep 17 00:00:00 2001 From: Nashemad <125994671+Nashemad@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:14:22 -0500 Subject: [PATCH 4/6] Update pom.xml --- JavaWebApp/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JavaWebApp/pom.xml b/JavaWebApp/pom.xml index 528a044..e0c80d2 100644 --- a/JavaWebApp/pom.xml +++ b/JavaWebApp/pom.xml @@ -54,11 +54,11 @@ nexusdeploymentrepo - http://3.145.157.192:8081/repository/maven-snapshots/ + http://3.145.11.208:8081/repository/maven-snapshots/ nexusdeploymentrepo - http://3.145.157.192:8081/repository/maven-releases/ + http://3.145.11.208:8081/repository/maven-releases/ From 01a1360b95d10f80f3cb7715939f26ab280cc49a Mon Sep 17 00:00:00 2001 From: Nashemad <125994671+Nashemad@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:23:11 -0500 Subject: [PATCH 5/6] Update pom.xml --- JavaWebApp/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JavaWebApp/pom.xml b/JavaWebApp/pom.xml index e0c80d2..04f4147 100644 --- a/JavaWebApp/pom.xml +++ b/JavaWebApp/pom.xml @@ -54,11 +54,11 @@ nexusdeploymentrepo - http://3.145.11.208:8081/repository/maven-snapshots/ + http://18.118.138.80:8081/repository/maven-snapshots/ nexusdeploymentrepo - http://3.145.11.208:8081/repository/maven-releases/ + http://18.118.138.80:8081/repository/maven-releases/ From d7bfb9fadc160c3eb67c2b120d420a25e31b343c Mon Sep 17 00:00:00 2001 From: Nashemad <125994671+Nashemad@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:24:17 -0500 Subject: [PATCH 6/6] Update settings.xml --- settings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.xml b/settings.xml index b222c92..0530d74 100644 --- a/settings.xml +++ b/settings.xml @@ -60,7 +60,7 @@ under the License. nexus-snapshot-repo your custom repo - http://3.145.11.208:8081/repository/maven-snapshots/ + http://18.118.138.80:8081/repository/maven-snapshots/ @@ -71,7 +71,7 @@ under the License. nexus-release-repo your custom repo - http://3.145.11.208:8081/repository/maven-release/ + http://18.118.138.80:8081/repository/maven-release/ @@ -83,7 +83,7 @@ under the License. true - http://3.129.26.201:9000 + http://18.189.193.72:9000