Skip to content

Commit

Permalink
Merge pull request #17 from Bahmni/BAH-2849-FRV
Browse files Browse the repository at this point in the history
BAH-2849 | Fix for OMOD loading error
  • Loading branch information
mohan-13 authored Mar 7, 2023
2 parents 0135270 + dff5330 commit f25a046
Show file tree
Hide file tree
Showing 4 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.bahmni.module</groupId>
<artifactId>episodes</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>episodes-api</artifactId>
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.bahmni.module</groupId>
<artifactId>episodes</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>episodes-omod</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<author>Thoughtworks</author>
<description>@MODULE_DESCRIPTION@</description>

<activator>@MODULE_PACKAGE@.EpisodeActivator</activator>
<activator>org.openmrs.module.episodes.EpisodeActivator</activator>

<require_version>@openmrs.platform.version@</require_version>

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

<groupId>org.bahmni.module</groupId>
<artifactId>episodes</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Episodes of Care Module</name>
<description>Implementation of Episodes of Care for OpenMRS</description>
Expand Down Expand Up @@ -42,7 +42,7 @@

<properties>
<openmrs.platform.version>2.4.2</openmrs.platform.version>
<MODULE_ID>${project.artifactId}</MODULE_ID>
<MODULE_ID>episodes</MODULE_ID>
<MODULE_NAME>${project.name}</MODULE_NAME>
<MODULE_VERSION>${project.version}</MODULE_VERSION>
<MODULE_PACKAGE>org.openmrs.module.${MODULE_ID}</MODULE_PACKAGE>
Expand Down

0 comments on commit f25a046

Please sign in to comment.