From 7efeb6d08ca1c9008c91df2402bf195c97e1ded0 Mon Sep 17 00:00:00 2001 From: hilpitome Date: Thu, 7 Mar 2024 11:20:19 +0300 Subject: [PATCH 1/4] update opensrp-server-core version --- pom.xml | 2 +- src/main/webapp/META-INF/context.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7cee447f2..7b344a730 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ opensrp-server-web war - 2.10.12-SNAPSHOT + 2.10.14-ALPHA2-SNAPSHOT opensrp-server-web OpenSRP Server Web Application https://github.com/OpenSRP/opensrp-server-web diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml index 37ac1b112..3092f9b20 100644 --- a/src/main/webapp/META-INF/context.xml +++ b/src/main/webapp/META-INF/context.xml @@ -15,9 +15,9 @@ testOnBorrow="true" removeAbandoned="true" removeAbandonedTimeout="233" - username="opensrp_admin" + username="eusm_mg" password="admin" driverClassName="org.postgresql.Driver" - url="jdbc:postgresql://localhost:5432/opensrp" + url="jdbc:postgresql://localhost:5432/eusmdb" /> From 77a41a2f69669a51761d146d3aa2716a83e04e4c Mon Sep 17 00:00:00 2001 From: hilpitome Date: Thu, 7 Mar 2024 11:31:13 +0300 Subject: [PATCH 2/4] revert db details --- src/main/webapp/META-INF/context.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml index 3092f9b20..37ac1b112 100644 --- a/src/main/webapp/META-INF/context.xml +++ b/src/main/webapp/META-INF/context.xml @@ -15,9 +15,9 @@ testOnBorrow="true" removeAbandoned="true" removeAbandonedTimeout="233" - username="eusm_mg" + username="opensrp_admin" password="admin" driverClassName="org.postgresql.Driver" - url="jdbc:postgresql://localhost:5432/eusmdb" + url="jdbc:postgresql://localhost:5432/opensrp" /> From 13432a90e9a0ded430530bdc4e8bfb5a4810af10 Mon Sep 17 00:00:00 2001 From: hilary egesa Date: Mon, 19 Aug 2024 10:01:52 +0300 Subject: [PATCH 3/4] update server core version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b344a730..cf344713e 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.8.0 always 1.5.1 - 2.14.9-SNAPSHOT + 2.14.11-ALPHA2-SNAPSHOT 2.4.1-SNAPSHOT 2.0.1-SNAPSHOT 2.0.5 From 3bbf604fe2672e10ea3ab501ce658cb252a02ec7 Mon Sep 17 00:00:00 2001 From: Hilary Baraka Egesa Date: Thu, 22 Aug 2024 16:40:31 +0300 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf344713e..f01268fc4 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ opensrp-server-web war - 2.10.14-ALPHA2-SNAPSHOT + 2.10.14-ALPHA3-SNAPSHOT opensrp-server-web OpenSRP Server Web Application https://github.com/OpenSRP/opensrp-server-web