Skip to content

Commit

Permalink
Bumping 18.8.0 (#1856)
Browse files Browse the repository at this point in the history
* Added 7 missing facilities - this will not relfect untill facilities list is refreshed

* Bumping to v18.8.0

* Bumping to v18.8.0 :2

* Bumping to v18.8.0 :3
  • Loading branch information
patryllus authored Apr 9, 2024
1 parent 1b9d209 commit 0f6e412
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
</parent>

<artifactId>kenyaemr-api</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
<packaging>jar</packaging>
<name>KenyaEMR Module API</name>
<description>API project for KenyaEMR Module</description>
Expand Down
7 changes: 7 additions & 0 deletions api/src/main/resources/metadata/mfl_2014-05-12.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13725,3 +13725,10 @@ Code,Officialname,Province,County,Sub county,Ward,Facility type,Owner type,,,,Co
29292,BHESP Kariobangi North Wellness Centre,Nairobi,Nairobi,Embakasi North,Kariobangi North,Medical Clinic,Private Practice,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
27932,Eldoret Wellness Centre,Uasin Gishu,Turbo,Kapsaos,,Medical Clinic,Private Practice,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
22257,Kineni Health centre,"Kisii,","Kisii,",Bomachoge chache,Sengera Bosoti,Medical Clinic,Ministry of Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
29280,Shining Hope for Communities Mathare Clinic,Nairobi,Nairobi,Mathare,Hospital,Medical Clinic,Non-Governmental Organizations,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
30464,Voi VCT Prison,Taita Taveta,Taita Taveta,Voi,Mbololo,Medical Clinic,Ministry of Health,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
29101,Mwiki health centre,Nairobi,Nairobi,Kasarani,Mwiki,Medical Clinic,Non-Governmental Organizations,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
28432,Reuben GOK,Nairobi,Nairobi,Embakasi South,Kwa Reuben,Medical Clinic,Non-Governmental Organizations,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
28537,Zimmerman pickens,Nairobi,Nairobi,Roysambu,Zimmerman,Medical Clinic,Non-Governmental Organizations,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
28630,St. Crispin Afya Hospital,Kajiado,Kajiado,Kajiado Central,Ildamat,Medical Clinic,Non-Governmental Organizations,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
27424,BHESP-Mowlem DICE,Nairobi,Nairobi,Embakasi,Mowlem,Medical Clinic,Non-Governmental Organizations,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
4 changes: 2 additions & 2 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
</parent>

<artifactId>kenyaemr-distro</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
<packaging>pom</packaging>
<name>KenyaEMR Distribution (optional)</name>
<description>Distribution project for KenyaEMR</description>
Expand Down
4 changes: 2 additions & 2 deletions install/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
</parent>

<artifactId>kenyaemr-install</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
<packaging>pom</packaging>
<name>KenyaEMR Installation (optional)</name>
<description>Installation tools for KenyaEMR</description>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
</parent>

<artifactId>kenyaemr-omod</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
<packaging>jar</packaging>
<name>KenyaEMR Module OMOD</name>
<description>OMOD project for KenyaEMR Module</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>18.7.2-SNAPSHOT</version>
<version>18.8.0</version>
<packaging>pom</packaging>
<name>KenyaEMR</name>
<description>OpenMRS-based EMR for Kenya</description>
Expand Down

0 comments on commit 0f6e412

Please sign in to comment.