Skip to content

Commit e0a9d49

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f3ea9dc commit e0a9d49

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>referenceapplication</artifactId>
7-
<version>2.13.0</version>
7+
<version>2.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>referenceapplication-api</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>referenceapplication</artifactId>
7-
<version>2.13.0</version>
7+
<version>2.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>referenceapplication-omod</artifactId>

pom.xml

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

55
<groupId>org.openmrs.module</groupId>
66
<artifactId>referenceapplication</artifactId>
7-
<version>2.13.0</version>
7+
<version>2.14.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Reference Application Module</name>
1010
<description>Provides basic web features</description>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:git@github.com:openmrs/openmrs-module-referenceapplication.git</connection>
2626
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-referenceapplication.git</developerConnection>
2727
<url>https://github.com/openmrs/openmrs-module-referenceapplication</url>
28-
<tag>referenceapplication-2.13.0</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<modules>

0 commit comments

Comments
 (0)