File tree Expand file tree Collapse file tree 4 files changed +12
-16
lines changed
Expand file tree Collapse file tree 4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43 <parent >
54 <groupId >org.openmrs.module</groupId >
65 <artifactId >drools</artifactId >
7- <version >1.0.0-SNAPSHOT </version >
6+ <version >1.0.0</version >
87 </parent >
98
109 <artifactId >drools-api</artifactId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43 <parent >
54 <groupId >org.openmrs.module</groupId >
65 <artifactId >drools</artifactId >
7- <version >1.0.0-SNAPSHOT </version >
6+ <version >1.0.0</version >
87 </parent >
98
109 <artifactId >drools-omod</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <parent >
86 <groupId >org.openmrs.module</groupId >
97 <artifactId >drools</artifactId >
10- <version >1.0.0-SNAPSHOT </version >
8+ <version >1.0.0</version >
119 </parent >
1210 <artifactId >drools-patient-flags</artifactId >
1311 <packaging >jar</packaging >
1715 <dependency >
1816 <groupId >org.openmrs.module</groupId >
1917 <artifactId >drools-api</artifactId >
20- <version >1.0.0-SNAPSHOT </version >
18+ <version >1.0.0</version >
2119 </dependency >
2220 <dependency >
2321 <groupId >org.openmrs.module</groupId >
3230 <dependency >
3331 <groupId >org.openmrs.module</groupId >
3432 <artifactId >drools-api</artifactId >
35- <version >1.0.0-SNAPSHOT </version >
33+ <version >1.0.0</version >
3634 </dependency >
3735 <dependency >
3836 <groupId >org.openmrs</groupId >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <groupId >org.openmrs.module</groupId >
65 <artifactId >drools</artifactId >
7- <version >1.0.0-SNAPSHOT </version >
6+ <version >1.0.0</version >
87 <packaging >pom</packaging >
98 <name >OpenMRS Drools Engine</name >
109 <description >OpenMRS Drools Engine</description >
1514 <connection >scm:git:git@github.com:openmrs/openmrs-module-drools.git</connection >
1615 <developerConnection >scm:git:git@github.com:openmrs/openmrs-module-drools.git</developerConnection >
1716 <url >https://github.com/openmrs/openmrs-module-drools/</url >
18- </scm >
17+ <tag >drools-1.0.0</tag >
18+ </scm >
1919
2020 <modules >
2121 <module >api</module >
You can’t perform that action at this time.
0 commit comments