Skip to content

Commit 0ee4256

Browse files
committedJan 2, 2025
[maven-release-plugin] prepare release 3.25.0
1 parent a633fa8 commit 0ee4256

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>3.25.0-SNAPSHOT</version>
7+
<version>3.25.0</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>3.25.0-SNAPSHOT</version>
6+
<version>3.25.0</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>3.25.0-SNAPSHOT</version>
7+
<version>3.25.0</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
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.openmrs.module</groupId>
1212
<artifactId>uiframework</artifactId>
13-
<version>3.25.0-SNAPSHOT</version>
13+
<version>3.25.0</version>
1414
<packaging>pom</packaging>
1515
<name>OpenMRS UI Framework</name>
1616
<description>OpenMRS's new custom UI Framework, built on top of Spring MVC, and leveraging Groovy templates for
@@ -33,7 +33,7 @@
3333
<connection>scm:git:git@github.com:openmrs/openmrs-module-uiframework.git</connection>
3434
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-uiframework.git</developerConnection>
3535
<url>https://github.com/openmrs/openmrs-module-uiframework</url>
36-
<tag>HEAD</tag>
36+
<tag>3.25.0</tag>
3737
</scm>
3838

3939
<modules>

0 commit comments

Comments
 (0)