Skip to content

Commit 5abfd5f

Browse files
committed
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 7ffd7af.
1 parent b82142f commit 5abfd5f

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

api/pom.xml

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

omod/pom.xml

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

patient-flags/pom.xml

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

pom.xml

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

0 commit comments

Comments
 (0)