Skip to content

Commit 223a50c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f28ccf0 commit 223a50c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>drools</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.1.0-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>drools-api</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>drools</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.1.0-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>drools-omod</artifactId>

patient-flags/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>drools</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>drools-patient-flags</artifactId>
1111
<packaging>jar</packaging>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>drools-api</artifactId>
18-
<version>1.0.0</version>
18+
<version>1.1.0-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.openmrs.module</groupId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.openmrs.module</groupId>
3232
<artifactId>drools-api</artifactId>
33-
<version>1.0.0</version>
33+
<version>1.1.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.openmrs</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.openmrs.module</groupId>
55
<artifactId>drools</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.1.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>OpenMRS Drools Engine</name>
99
<description>OpenMRS Drools Engine</description>
@@ -14,7 +14,7 @@
1414
<connection>scm:git:git@github.com:openmrs/openmrs-module-drools.git</connection>
1515
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-drools.git</developerConnection>
1616
<url>https://github.com/openmrs/openmrs-module-drools/</url>
17-
<tag>drools-1.0.0</tag>
17+
<tag>HEAD</tag>
1818
</scm>
1919

2020
<modules>

0 commit comments

Comments
 (0)