Skip to content

Commit 081f4b1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cdfbc12 commit 081f4b1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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>registrationapp</artifactId>
7-
<version>1.28.1</version>
7+
<version>1.29.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>registrationapp-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>registrationapp</artifactId>
7-
<version>1.28.1</version>
7+
<version>1.29.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>registrationapp-omod</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>registrationapp</artifactId>
7-
<version>1.28.1</version>
7+
<version>1.29.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Registration App Module</name>
1010
<description>Registration App for the Reference Application</description>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:git@github.com:openmrs/openmrs-module-registrationapp.git</connection>
2626
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-registrationapp.git</developerConnection>
2727
<url>scm:git:git@github.com:openmrs/openmrs-module-registrationapp.git</url>
28-
<tag>1.28.1</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<modules>

web-1.9/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>registrationapp</artifactId>
7-
<version>1.28.1</version>
7+
<version>1.29.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>registrationapp-web-1.9</artifactId>

web-2.0/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>registrationapp</artifactId>
7-
<version>1.28.1</version>
7+
<version>1.29.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>registrationapp-web-2.0</artifactId>

0 commit comments

Comments
 (0)