Skip to content

Commit 465e335

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8055ae1 commit 465e335

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>chartsearch</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>chartsearch-api</artifactId>

omod/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>chartsearch</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>chartsearch-omod</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.openmrs.module</groupId>
66
<artifactId>chartsearch</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Chart Search Module</name>
1010
<description>Chart Search Module for the OpenMRS Reference Application</description>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:[email protected]:openmrs/openmrs-module-chartsearch.git</connection>
3838
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-chartsearch.git</developerConnection>
3939
<url>https://github.com/openmrs/openmrs-module-chartsearch</url>
40-
<tag>2.2.0</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
<modules>

server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>chartsearch</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>chartsearch-server</artifactId>

0 commit comments

Comments
 (0)