Skip to content

Commit 383813b

Browse files
committed
[maven-release-plugin] prepare release 2.0.0
1 parent 66f4845 commit 383813b

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>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</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>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</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
@@ -15,7 +15,7 @@
1515

1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>legacyui</artifactId>
18-
<version>2.0.0-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
<packaging>pom</packaging>
2020
<name>Legacy UI Module</name>
2121
<description>Provides the legacy UI which was removed from the platform since version 2.0</description>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:git@github.com:openmrs/openmrs-module-legacyui.git</connection>
3737
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-legacyui.git</developerConnection>
3838
<url>https://github.com/openmrs/openmrs-module-legacyui.git</url>
39-
<tag>HEAD</tag>
39+
<tag>2.0.0</tag>
4040
</scm>
4141

4242
<modules>

0 commit comments

Comments
 (0)