Skip to content

Commit

Permalink
Fix breaking changes with Ozone integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Feb 16, 2024
1 parent 9fa4db5 commit 85601f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>kenyadq</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>kenyadq-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/resources/moduleApplicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<property name="moduleService">
<list>
<value>org.openmrs.module.kenyadq.api.KenyaDqService</value>
<ref local="kenyaDqService"/>
<ref bean="kenyaDqService"/>
</list>
</property>
</bean>
Expand Down
2 changes: 1 addition & 1 deletion 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>kenyadq</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>kenyadq-omod</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>kenyadq</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>KenyaDQ</name>
Expand Down

0 comments on commit 85601f7

Please sign in to comment.