Skip to content

Commit e75c838

Browse files
dkayiwaCopilot
andauthored
Update default versions to OpenMRS Core 2.8.4 and RefApp 3.6.0 (#109)
Remove -SNAPSHOT suffix from the default openmrs.version (2.8.4) and refapp.version (3.6.0) properties in pom.xml so the standalone build targets the released versions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent baf4993 commit e75c838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<liquibase.plugin.version>4.23.2</liquibase.plugin.version>
2222

2323
<tomcat.version>9.0.106</tomcat.version>
24-
<openmrs.version>2.8.4-SNAPSHOT</openmrs.version>
25-
<refapp.version>3.6.0-SNAPSHOT</refapp.version>
24+
<openmrs.version>2.8.4</openmrs.version>
25+
<refapp.version>3.6.0</refapp.version>
2626
<mariadb4jVersion>3.2.0</mariadb4jVersion>
2727
<junitVersion>5.12.2</junitVersion>
2828
<mockitoVersion>3.12.4</mockitoVersion>

0 commit comments

Comments
 (0)