Skip to content

Commit aac95d1

Browse files
authored
Merge pull request Bahmni#29 from jecihjoy/module-deploy
Update module group id for kenyaemr form
2 parents cfe5147 + d465a2a commit aac95d1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.bahmni.module</groupId>
6+
<groupId>org.kenyahmis.module</groupId>
77
<artifactId>appointments</artifactId>
8-
<version>1.5.0-SNAPSHOT</version>
8+
<version>1.6.0</version>
99
</parent>
1010

1111
<artifactId>appointments-api</artifactId>

omod/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>org.bahmni.module</groupId>
5+
<groupId>org.kenyahmis.module</groupId>
66
<artifactId>appointments</artifactId>
7-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
</parent>
99

1010
<artifactId>appointments-omod</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>org.bahmni.module</groupId>
5+
<groupId>org.kenyahmis.module</groupId>
66
<artifactId>appointments</artifactId>
7-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.6.0</version>
88
<packaging>pom</packaging>
99
<name>Bahmni Appointment Scheduling</name>
1010
<description>OpenMRS Module Scheduling and managing Appointments.</description>

0 commit comments

Comments
 (0)