Skip to content

Commit 0f74aaa

Browse files
committed
update the sdk version
1 parent 028fdd1 commit 0f74aaa

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pom-step-01.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<groupId>org.openmrs</groupId>
66
<artifactId>referenceapplication-standalone-zip-stage</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
87
<packaging>jar</packaging>
98

109
<name>referenceapplication-standalone-zip-stage</name>
@@ -40,7 +39,6 @@
4039
<plugin>
4140
<groupId>org.openmrs.maven.plugins</groupId>
4241
<artifactId>openmrs-sdk-maven-plugin</artifactId>
43-
<version>${openmrs.sdk.version}</version>
4442
<executions>
4543
<execution>
4644
<id>openmrs-sdk:generate-distro</id>
@@ -86,8 +84,7 @@
8684
<plugin>
8785
<groupId>org.openmrs.maven.plugins</groupId>
8886
<artifactId>openmrs-sdk-maven-plugin</artifactId>
89-
<version>${openmrs.sdk.version}</version>
90-
<executions>
87+
<executions>
9188
<execution>
9289
<id>openmrs-sdk:build-distro</id>
9390
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<mariadb4jVersion>3.2.0</mariadb4jVersion>
2727
<junitVersion>5.12.2</junitVersion>
2828
<mockitoVersion>3.12.4</mockitoVersion>
29-
<openmrs.sdk.version>6.5.0</openmrs.sdk.version>
29+
<openmrs.sdk.version>6.7.0</openmrs.sdk.version>
3030
<omod.stockmanagement>2.0.4-core-2.8-SNAPSHOT</omod.stockmanagement>
3131
</properties>
3232

0 commit comments

Comments
 (0)