Skip to content

Commit 394413d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d082489 commit 394413d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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>uiframework</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>uiframework-api</artifactId>

omod-2.0/pom.xml

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

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>uiframework</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>uiframework-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>uiframework</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>OpenMRS UI Framework</name>
1010
<description>OpenMRS's new custom UI Framework, built on top of Spring MVC, and leveraging Groovy templates for
@@ -27,7 +27,7 @@
2727
<connection>scm:git:git@github.com:openmrs/openmrs-module-uiframework.git</connection>
2828
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-uiframework.git</developerConnection>
2929
<url>https://github.com/openmrs/openmrs-module-uiframework</url>
30-
<tag>4.0.0</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232

3333
<modules>

0 commit comments

Comments
 (0)