Skip to content

Commit f574963

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

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>xforms</artifactId>
8-
<version>5.0.0</version>
8+
<version>5.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>xforms-api</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>xforms</artifactId>
8-
<version>5.0.0</version>
8+
<version>5.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>xforms-omod</artifactId>

pom.xml

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

1111
<groupId>org.openmrs.module</groupId>
1212
<artifactId>xforms</artifactId>
13-
<version>5.0.0</version>
13+
<version>5.1.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>XForms Module</name>
1616
<description>A browser based forms module which adds XForms support and related services to XForms clients, like
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:openmrs/openmrs-module-xforms.git</connection>
3030
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-xforms.git</developerConnection>
3131
<url>https://github.com/openmrs/openmrs-module-xforms.git</url>
32-
<tag>5.0.0</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<distributionManagement>

0 commit comments

Comments
 (0)