Skip to content

Commit

Permalink
update opensrp-server-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Mar 7, 2024
1 parent c295927 commit 7efeb6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>opensrp-server-web</artifactId>
<packaging>war</packaging>
<version>2.10.12-SNAPSHOT</version>
<version>2.10.14-ALPHA2-SNAPSHOT</version>
<name>opensrp-server-web</name>
<description>OpenSRP Server Web Application</description>
<url>https://github.com/OpenSRP/opensrp-server-web</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/META-INF/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</Context>

0 comments on commit 7efeb6d

Please sign in to comment.