Skip to content

Commit

Permalink
Merge pull request Bahmni#29 from jecihjoy/module-deploy
Browse files Browse the repository at this point in the history
Update module group id for kenyaemr form
  • Loading branch information
RAJABIBRAZ authored Jan 4, 2024
2 parents cfe5147 + d465a2a commit aac95d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.bahmni.module</groupId>
<groupId>org.kenyahmis.module</groupId>
<artifactId>appointments</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>appointments-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 @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bahmni.module</groupId>
<groupId>org.kenyahmis.module</groupId>
<artifactId>appointments</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>appointments-omod</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.bahmni.module</groupId>
<groupId>org.kenyahmis.module</groupId>
<artifactId>appointments</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>pom</packaging>
<name>Bahmni Appointment Scheduling</name>
<description>OpenMRS Module Scheduling and managing Appointments.</description>
Expand Down

0 comments on commit aac95d1

Please sign in to comment.