Skip to content

Commit f28ccf0

Browse files
committed
[maven-release-plugin] prepare release drools-1.0.0
1 parent 5abfd5f commit f28ccf0

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>

omod/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>

patient-flags/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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>
@@ -17,7 +15,7 @@
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>
@@ -32,7 +30,7 @@
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>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>
@@ -15,7 +14,8 @@
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>

0 commit comments

Comments
 (0)