File tree Expand file tree Collapse file tree 7 files changed +13281
-9443
lines changed
java/org/openmrs/standalone Expand file tree Collapse file tree 7 files changed +13281
-9443
lines changed Original file line number Diff line number Diff line change 5757 <testMode >true</testMode >
5858 </configuration >
5959 </execution >
60+ </executions >
61+ </plugin >
62+ <plugin >
63+ <groupId >org.apache.maven.plugins</groupId >
64+ <artifactId >maven-antrun-plugin</artifactId >
65+ <version >3.1.0</version >
66+ <executions >
67+ <execution >
68+ <id >update-stockmanagement</id >
69+ <phase >process-resources</phase >
70+ <configuration >
71+ <target >
72+ <replaceregexp file =" ${project.build.directory}/openmrs3x/openmrs-distro.properties"
73+ match =" omod.stockmanagement=.*"
74+ replace =" omod.stockmanagement=${omod.stockmanagement}" />
75+ <replaceregexp file =" ${project.build.directory}/openmrs3x/openmrs-distro.properties"
76+ match =" war.openmrs=.*"
77+ replace =" war.openmrs=${openmrs.version}" />
78+ </target >
79+ </configuration >
80+ <goals >
81+ <goal >run</goal >
82+ </goals >
83+ </execution >
84+ </executions >
85+ </plugin >
86+ <plugin >
87+ <groupId >org.openmrs.maven.plugins</groupId >
88+ <artifactId >openmrs-sdk-maven-plugin</artifactId >
89+ <version >${openmrs.sdk.version}</version >
90+ <executions >
6091 <execution >
6192 <id >openmrs-sdk:build-distro</id >
6293 <goals >
6394 <goal >build-distro</goal >
6495 </goals >
65- <phase >generate -resources</phase >
96+ <phase >process -resources</phase >
6697 <configuration >
6798 <distro >${project.build.directory}/openmrs3x/openmrs-distro.properties</distro >
6899 <dir >${project.build.directory}/distro</dir >
77108 <executions >
78109 <execution >
79110 <id >start-docker-and-wait</id >
80- <phase >generate -resources</phase >
111+ <phase >process -resources</phase >
81112 <goals >
82113 <goal >exec</goal >
83114 </goals >
Original file line number Diff line number Diff line change 2121 <liquibase .plugin.version>4.23.2</liquibase .plugin.version>
2222
2323 <tomcat .version>9.0.106</tomcat .version>
24- <openmrs .version>2.7.4 </openmrs .version>
24+ <openmrs .version>2.8.0 </openmrs .version>
2525 <refapp .version>3.6.0-SNAPSHOT</refapp .version>
2626 <mariadb4jVersion >3.2.0</mariadb4jVersion >
2727 <junitVersion >5.12.2</junitVersion >
2828 <mockitoVersion >3.12.4</mockitoVersion >
2929 <openmrs .sdk.version>6.5.0</openmrs .sdk.version>
30+ <omod .stockmanagement>2.0.4-core-2.8-SNAPSHOT</omod .stockmanagement>
3031 </properties >
3132
3233 <dependencies >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments