Skip to content

Commit 39d8e72

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 06c1ece commit 39d8e72

4 files changed

Lines changed: 5 additions & 5 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>uicommons</artifactId>
7-
<version>3.1.0</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>uicommons-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>uicommons</artifactId>
7-
<version>3.1.0</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>uicommons-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>uicommons</artifactId>
7-
<version>3.1.0</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>UI Commons Module</name>
1010
<description>UI Common Library that has common JS/CSS/HTML/templates/fragments etc.</description>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:git@github.com:openmrs/openmrs-module-uicommons.git</connection>
2626
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-uicommons.git</developerConnection>
2727
<url>https://github.com/openmrs/openmrs-module-uicommons</url>
28-
<tag>3.1.0</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<modules>

scss/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>uicommons</artifactId>
8-
<version>3.1.0</version>
8+
<version>3.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.openmrs.module</groupId>

0 commit comments

Comments
 (0)