Skip to content

Commit 43b48ab

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c9ede4a commit 43b48ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>openconceptlab</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.1.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>openconceptlab-api</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>openconceptlab</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.1.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>openconceptlab-omod</artifactId>

owa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>openconceptlab</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.1.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openconceptlab-owa</artifactId>

pom.xml

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

55
<groupId>org.openmrs.module</groupId>
66
<artifactId>openconceptlab</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.1.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Open Concept Lab Module</name>
1010
<description>Sustainable solution for using the CIEL dictionary and applying changes over time</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git@github.com:openmrs/openmrs-module-openconceptlab</connection>
3232
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-openconceptlab</developerConnection>
3333
<url>https://github.com/openmrs/openmrs-module-openconceptlab</url>
34-
<tag>3.0.0</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<distributionManagement>

0 commit comments

Comments
 (0)