Skip to content

Commit

Permalink
Merge pull request #2004 from patryllus/v19.1.1
Browse files Browse the repository at this point in the history
Bumping to v19.1.1 : Optimizations and bug fix
  • Loading branch information
njorocs authored Sep 10, 2024
2 parents 0781156 + b70df9b commit fee9bfa
Show file tree
Hide file tree
Showing 5 changed files with 9 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>19.1.0</version>
<version>19.1.1</version>
</parent>

<artifactId>kenyaemr-api</artifactId>
<version>19.1.0</version>
<version>19.1.1</version>
<packaging>jar</packaging>
<name>KenyaEMR Module API</name>
<description>API project for KenyaEMR Module</description>
Expand Down
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>19.1.0</version>
<version>19.1.1</version>
</parent>

<artifactId>kenyaemr-distro</artifactId>
<version>19.1.0</version>
<version>19.1.1</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>19.1.0</version>
<version>19.1.1</version>
</parent>

<artifactId>kenyaemr-install</artifactId>
<version>19.1.0</version>
<version>19.1.1</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>19.1.0</version>
<version>19.1.1</version>
</parent>

<artifactId>kenyaemr-omod</artifactId>
<version>19.1.0</version>
<version>19.1.1</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>19.1.0</version>
<version>19.1.1</version>
<packaging>pom</packaging>
<name>KenyaEMR</name>
<description>OpenMRS-based EMR for Kenya</description>
Expand Down

0 comments on commit fee9bfa

Please sign in to comment.