Skip to content

Commit

Permalink
Preparing for the next release life cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ningosi committed Jan 25, 2022
1 parent b4826a6 commit 29171d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>patientqueueapp</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>patientqueueapp-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>patientqueueapp</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>patientqueueapp-omod</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>${project.parent.artifactId}-api</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>patientqueueapp</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>EHR Patient Queue App Module</name>
<description>Patient queue module for the EHR work has Triage and OPD applications</description>
Expand Down Expand Up @@ -158,7 +158,7 @@
<version>${kenyaemrVersion}</version>
<scope>provided</scope>
</dependency>

g
<!-- Begin OpenMRS core -->

<dependency>
Expand Down

0 comments on commit 29171d5

Please sign in to comment.