Skip to content

Commit

Permalink
Next development 1.3.2-SNAPSHOT (#34)
Browse files Browse the repository at this point in the history
* Release 1.3.1

* Next development 1.3.2-SNAPSHOT
  • Loading branch information
reagan-meant committed Aug 4, 2023
1 parent 76370db commit d85cb01
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -15,7 +15,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labonfhir</artifactId>
<version>${revision}</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>labonfhir-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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labonfhir</artifactId>
<version>${revision}</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

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

<groupId>org.openmrs.module</groupId>
<artifactId>labonfhir</artifactId>
<version>${revision}</version>
<version>1.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Lab on FHIR</name>
<description>A module to support lab order communication between OpenMRS and an LIS like OpenELIS using FHIR-based
Expand Down Expand Up @@ -239,7 +239,6 @@
</profile>
</profiles>
<properties>
<revision>1.3.1-SNAPSHOT</revision>
<fhir2Version>1.6.0</fhir2Version>
<restVersion>2.26.0</restVersion>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit d85cb01

Please sign in to comment.