Skip to content

Commit

Permalink
Finalizing 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Feb 4, 2021
1 parent 9bd1f12 commit 59f3b67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion META-INF/maven/org.openmrs.module/isanteplus-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>isanteplus</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>isanteplus-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>isanteplus</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>isanteplus-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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>isanteplus</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>isanteplus-omod</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>isanteplus</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>iSantePlus Module</name>
<description>iSantePlus's customization of the reference app's patient dashboard, adds growth charts, treatment history etc</description>
Expand Down Expand Up @@ -49,8 +49,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<emrapiVersion>1.21.0</emrapiVersion>
<coreappsVersion>1.19.1</coreappsVersion>
<registrationAppVersion>2.0.0-SNAPSHOT</registrationAppVersion>
<coreappsVersion>1.19.3</coreappsVersion>
<registrationAppVersion>2.0.0</registrationAppVersion>
<appuiVersion>1.8.0</appuiVersion>
<appframeworkVersion>2.10.0</appframeworkVersion>
<metadatadeployVersion>1.8.1</metadatadeployVersion>
Expand All @@ -61,7 +61,7 @@
<htmlformentryuiVersion>1.6.3</htmlformentryuiVersion>
<referenceapplicationVersion>2.6.0</referenceapplicationVersion>
<haiticoreVersion>1.0.0-SNAPSHOT</haiticoreVersion>
<xds-senderVersion>2.0.1-SNAPSHOT</xds-senderVersion>
<xds-senderVersion>2.0.2</xds-senderVersion>
<!-- Required to pass tests -->
<reportingVersion>1.12.0</reportingVersion>
<calculationVersion>1.2</calculationVersion>
Expand Down

0 comments on commit 59f3b67

Please sign in to comment.