Skip to content

Commit

Permalink
Merge pull request #2091 from makombe/version-19.1.3
Browse files Browse the repository at this point in the history
(chore): Bump version to 19.1.3
  • Loading branch information
ojwanganto authored Jan 23, 2025
2 parents a471589 + 23f88c4 commit fe4035f
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.3-SNAPSHOT</version>
<version>19.1.3</version>
</parent>

<artifactId>kenyaemr-api</artifactId>
<version>19.1.3-SNAPSHOT</version>
<version>19.1.3</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.3-SNAPSHOT</version>
<version>19.1.3</version>
</parent>

<artifactId>kenyaemr-distro</artifactId>
<version>19.1.3-SNAPSHOT</version>
<version>19.1.3</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.3-SNAPSHOT</version>
<version>19.1.3</version>
</parent>

<artifactId>kenyaemr-install</artifactId>
<version>19.1.3-SNAPSHOT</version>
<version>19.1.3</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.3-SNAPSHOT</version>
<version>19.1.3</version>
</parent>

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

0 comments on commit fe4035f

Please sign in to comment.