File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed
Expand file tree Collapse file tree 4 files changed +14
-10
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" 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"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <groupId >org.openmrs.module</groupId >
56 <artifactId >drools</artifactId >
6- <version >1.1 .0-SNAPSHOT</version >
7+ <version >1.0 .0-SNAPSHOT</version >
78 </parent >
89
910 <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" 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"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <groupId >org.openmrs.module</groupId >
56 <artifactId >drools</artifactId >
6- <version >1.1 .0-SNAPSHOT</version >
7+ <version >1.0 .0-SNAPSHOT</version >
78 </parent >
89
910 <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" 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" >
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" >
35 <modelVersion >4.0.0</modelVersion >
46
57 <parent >
68 <groupId >org.openmrs.module</groupId >
79 <artifactId >drools</artifactId >
8- <version >1.1 .0-SNAPSHOT</version >
10+ <version >1.0 .0-SNAPSHOT</version >
911 </parent >
1012 <artifactId >drools-patient-flags</artifactId >
1113 <packaging >jar</packaging >
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" 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"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34
45 <groupId >org.openmrs.module</groupId >
56 <artifactId >drools</artifactId >
6- <version >1.1 .0-SNAPSHOT</version >
7+ <version >1.0 .0-SNAPSHOT</version >
78 <packaging >pom</packaging >
89 <name >OpenMRS Drools Engine</name >
910 <description >OpenMRS Drools Engine</description >
1415 <connection >scm:git:git@github.com:openmrs/openmrs-module-drools.git</connection >
1516 <developerConnection >scm:git:git@github.com:openmrs/openmrs-module-drools.git</developerConnection >
1617 <url >https://github.com/openmrs/openmrs-module-drools/</url >
17- <tag >HEAD</tag >
18- </scm >
18+ </scm >
1919
2020 <modules >
2121 <module >api</module >
You can’t perform that action at this time.
0 commit comments