Skip to content

Commit 5774b18

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 288ace2 commit 5774b18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>registrationcore</artifactId>
8-
<version>1.13.0</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>registrationcore-api</artifactId>

omod/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>registrationcore</artifactId>
8-
<version>1.13.0</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>registrationcore-omod</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.openmrs.module</groupId>
1313
<artifactId>registrationcore</artifactId>
14-
<version>1.13.0</version>
14+
<version>1.14.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616
<name>Registration Core Module</name>
1717
<description>Provides core utilities and services for patient registration.</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:[email protected]:openmrs/openmrs-module-registrationcore.git</connection>
3232
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-registrationcore.git</developerConnection>
3333
<url>https://github.com/openmrs/openmrs-module-registrationcore.git</url>
34-
<tag>1.13.0</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<modules>

0 commit comments

Comments
 (0)