File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 4141 </modules >
4242
4343 <properties >
44- <openmrsPlatformVersion >${project.version}</openmrsPlatformVersion >
4544 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4645 <javaCompilerVersion >1.8</javaCompilerVersion >
4746 </properties >
5453 <dependency >
5554 <groupId >org.openmrs.api</groupId >
5655 <artifactId >openmrs-api</artifactId >
57- <version >${openmrsPlatformVersion } </version >
56+ <version >${project.version } </version >
5857 <type >jar</type >
5958 <scope >provided</scope >
6059 </dependency >
6160
6261 <dependency >
6362 <groupId >org.openmrs.web</groupId >
6463 <artifactId >openmrs-web</artifactId >
65- <version >${openmrsPlatformVersion } </version >
64+ <version >${project.version } </version >
6665 <type >jar</type >
6766 <scope >provided</scope >
6867 <exclusions >
7675 <dependency >
7776 <groupId >org.openmrs.api</groupId >
7877 <artifactId >openmrs-api</artifactId >
79- <version >${openmrsPlatformVersion } </version >
78+ <version >${project.version } </version >
8079 <type >test-jar</type >
8180 <scope >test</scope >
8281 </dependency >
8382
8483 <dependency >
8584 <groupId >org.openmrs.web</groupId >
8685 <artifactId >openmrs-web</artifactId >
87- <version >${openmrsPlatformVersion } </version >
86+ <version >${project.version } </version >
8887 <type >test-jar</type >
8988 <scope >test</scope >
9089 <exclusions >
9897 <dependency >
9998 <groupId >org.openmrs.test</groupId >
10099 <artifactId >openmrs-test</artifactId >
101- <version >${openmrsPlatformVersion } </version >
100+ <version >${project.version } </version >
102101 <type >pom</type >
103102 <scope >test</scope >
104103 </dependency >
You can’t perform that action at this time.
0 commit comments