File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >com.ozonehis</groupId >
1515 <artifactId >eip-erpnext-openmrs-parent</artifactId >
16- <version >1.2.0-SNAPSHOT </version >
16+ <version >1.2.0</version >
1717 </parent >
1818
1919 <artifactId >erpnext-fhir-mapper</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >eip-erpnext-openmrs-parent</artifactId >
55 <groupId >com.ozonehis</groupId >
6- <version >1.2.0-SNAPSHOT </version >
6+ <version >1.2.0</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >eip-erpnext-openmrs</artifactId >
6161 <plugin >
6262 <groupId >net.mekomsolutions.maven.plugin</groupId >
6363 <artifactId >dependency-tracker-maven-plugin</artifactId >
64- <version >1.0.0-alpha </version >
64+ <version >1.0.0</version >
6565 <executions >
6666 <execution >
6767 <id >Compile dependency report</id >
107107 <dependency >
108108 <groupId >com.ozonehis</groupId >
109109 <artifactId >eip-commons-test</artifactId >
110- <version >2.2.0-SNAPSHOT </version >
110+ <version >2.2.0</version >
111111 <scope >test</scope >
112112 <exclusions >
113113 <exclusion >
197197 <maven .compiler.source>17</maven .compiler.source>
198198 <dependencyReportClassifier >dependencies</dependencyReportClassifier >
199199 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
200- <camel .openmrs.fhir.version>4.1.0-SNAPSHOT </camel .openmrs.fhir.version>
201- <camel .frappe.version>1.1.0-SNAPSHOT </camel .frappe.version>
200+ <camel .openmrs.fhir.version>4.1.0</camel .openmrs.fhir.version>
201+ <camel .frappe.version>1.1.0</camel .frappe.version>
202202 <camel .version>4.0.1</camel .version>
203203 </properties >
204204</project >
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >com.ozonehis</groupId >
1515 <artifactId >eip-erpnext-openmrs-parent</artifactId >
16- <version >1.2.0-SNAPSHOT </version >
16+ <version >1.2.0</version >
1717 </parent >
1818
1919 <artifactId >eip-erpnext-openmrs</artifactId >
2525 <maven .compiler.source>17</maven .compiler.source>
2626 <maven .compiler.target>17</maven .compiler.target>
2727 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
28- <camel .frappe.version>1.1.0-SNAPSHOT </camel .frappe.version>
28+ <camel .frappe.version>1.1.0</camel .frappe.version>
2929 <camel .version>4.0.1</camel .version>
30- <camel .openmrs.fhir.version>4.1.0-SNAPSHOT </camel .openmrs.fhir.version>
30+ <camel .openmrs.fhir.version>4.1.0</camel .openmrs.fhir.version>
3131
3232 <!-- Classifier for the dependency report artifact -->
3333 <dependencyReportClassifier >dependencies</dependencyReportClassifier >
104104 <plugin >
105105 <groupId >net.mekomsolutions.maven.plugin</groupId >
106106 <artifactId >dependency-tracker-maven-plugin</artifactId >
107- <version >1.0.0-alpha </version >
107+ <version >1.0.0</version >
108108 <executions >
109109 <execution >
110110 <id >Compile dependency report</id >
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >com.ozonehis</groupId >
1515 <artifactId >eip-erpnext-openmrs-parent</artifactId >
16- <version >1.2.0-SNAPSHOT </version >
16+ <version >1.2.0</version >
1717 </parent >
1818
1919 <artifactId >erpnext-openmrs-integration-tests</artifactId >
3030 <dependency >
3131 <groupId >com.ozonehis</groupId >
3232 <artifactId >eip-erpnext-openmrs</artifactId >
33- <version >1.2.0-SNAPSHOT </version >
33+ <version >1.2.0</version >
3434 <scope >test</scope >
3535 </dependency >
3636 <dependency >
4949 <dependency >
5050 <groupId >com.ozonehis.camel</groupId >
5151 <artifactId >camel-frappe</artifactId >
52- <version >1.1.0-SNAPSHOT </version >
52+ <version >1.1.0</version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
Original file line number Diff line number Diff line change 1313
1414 <groupId >com.ozonehis</groupId >
1515 <artifactId >eip-erpnext-openmrs-parent</artifactId >
16- <version >1.2.0-SNAPSHOT </version >
16+ <version >1.2.0</version >
1717 <packaging >pom</packaging >
1818
1919 <name >EIP ERPNext OpenMRS Parent</name >
5656 <maven .compiler.source>17</maven .compiler.source>
5757 <maven .compiler.target>17</maven .compiler.target>
5858 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59- <eip .client.version>2.2.0-SNAPSHOT </eip .client.version>
59+ <eip .client.version>2.2.0</eip .client.version>
6060 <camel .version>4.0.1</camel .version>
6161 <fhir-stu4 .version>7.0.0</fhir-stu4 .version>
6262 <spotless .version>2.30.0</spotless .version>
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >com.ozonehis</groupId >
1515 <artifactId >eip-erpnext-openmrs-parent</artifactId >
16- <version >1.2.0-SNAPSHOT </version >
16+ <version >1.2.0</version >
1717 </parent >
1818
1919 <groupId >com.ozonehis.camel</groupId >
You can’t perform that action at this time.
0 commit comments