Skip to content

Commit eb5fb09

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c432bc5 commit eb5fb09

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api-tests/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>reporting</artifactId>
7-
<version>1.28.0</version>
7+
<version>1.29.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>reporting-api-tests</artifactId>

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>reporting</artifactId>
6-
<version>1.28.0</version>
6+
<version>1.29.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>reporting-api</artifactId>
99
<packaging>jar</packaging>

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>reporting</artifactId>
6-
<version>1.28.0</version>
6+
<version>1.29.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>reporting-omod</artifactId>
99
<packaging>jar</packaging>

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>reporting</artifactId>
7-
<version>1.28.0</version>
7+
<version>1.29.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Reporting</name>
1010
<description>Parent project for Reporting</description>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:[email protected]:openmrs/openmrs-module-reporting.git</connection>
1616
<developerConnection>scm:git:[email protected]:openmrs/openmrs-module-reporting.git</developerConnection>
1717
<url>https://github.com/openmrs/openmrs-module-reporting/</url>
18-
<tag>1.28.0</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<distributionManagement>

0 commit comments

Comments
 (0)