Skip to content

Commit df7c8e4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 30bdc76 commit df7c8e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>legacyui</artifactId>
18-
<version>1.22.0</version>
18+
<version>1.23.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>legacyui-api</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>legacyui</artifactId>
18-
<version>1.22.0</version>
18+
<version>1.23.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>legacyui-omod</artifactId>

pom.xml

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

2222
<groupId>org.openmrs.module</groupId>
2323
<artifactId>legacyui</artifactId>
24-
<version>1.22.0</version>
24+
<version>1.23.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>Legacy UI Module</name>
2727
<description>Provides the legacy UI which was removed from the platform since version 2.0</description>
@@ -42,7 +42,7 @@
4242
<connection>scm:git:git@github.com:openmrs/openmrs-module-legacyui.git</connection>
4343
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-legacyui.git</developerConnection>
4444
<url>https://github.com/openmrs/openmrs-module-legacyui.git</url>
45-
<tag>1.22.0</tag>
45+
<tag>HEAD</tag>
4646
</scm>
4747

4848
<modules>

0 commit comments

Comments
 (0)