Skip to content

Commit 0c92830

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent bbb0cf8 commit 0c92830

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.openmrs.module</groupId>
2626
<artifactId>labonfhir</artifactId>
27-
<version>1.5.1</version>
27+
<version>1.5.2-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>labonfhir-api</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>labonfhir</artifactId>
6-
<version>1.5.1</version>
6+
<version>1.5.2-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>labonfhir-omod</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.openmrs.module</groupId>
1111
<artifactId>labonfhir</artifactId>
12-
<version>1.5.1</version>
12+
<version>1.5.2-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Lab on FHIR</name>
1515
<description>A module to support lab order communication between OpenMRS and an LIS like OpenELIS using FHIR-based
@@ -22,7 +22,7 @@
2222
<connection>scm:git:git@github.com:openmrs/openmrs-module-labonfhir.git</connection>
2323
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-labonfhir.git</developerConnection>
2424
<url>https://github.com/openmrs/openmrs-module-labonfhir/</url>
25-
<tag>1.5.1</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
<developers>

0 commit comments

Comments
 (0)