From b2d56e2674ecf29c15eff17ab7b47ae9d564778e Mon Sep 17 00:00:00 2001 From: Olpu-SivaReddy <159010964+Olpusiva@users.noreply.github.com> Date: Tue, 13 May 2025 16:10:39 +0530 Subject: [PATCH 1/2] Update pom.xml --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cfc5be39ad..2ace26b850 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,8 @@ 5.1.2.RELEASE 4.11 1.2.17 - http://172.31.33.143:9000/ - admin - passw0rd + http://13.53.199.223:9000/ + squ_9389542bae70d9c49a93da0908475a8bad0725f6 UTF-8 UTF-8 From ac223dae799dcd0cae58a18e152719ef7c99e3c7 Mon Sep 17 00:00:00 2001 From: Olpu-SivaReddy <159010964+Olpusiva@users.noreply.github.com> Date: Sun, 18 May 2025 19:43:36 +0530 Subject: [PATCH 2/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a264b82a31..7023e4d8fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline{ agent any tools{ -maven 'maven3.8.2' +maven 'Maven3.9.6' }