Skip to content

Commit f2ea734

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

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

api-1.11/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>attachments</artifactId>
7-
<version>2.4.0</version>
7+
<version>2.5.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>attachments-api-1.11</artifactId>

api-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>attachments</artifactId>
7-
<version>2.4.0</version>
7+
<version>2.5.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>attachments-api-2.0</artifactId>

api/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>attachments</artifactId>
8-
<version>2.4.0</version>
8+
<version>2.5.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>attachments-api</artifactId>

omod-1.10/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>attachments</artifactId>
8-
<version>2.4.0</version>
8+
<version>2.5.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>attachments-omod-1.10</artifactId>

omod-2.0/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>attachments</artifactId>
8-
<version>2.4.0</version>
8+
<version>2.5.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>attachments-omod-2.0</artifactId>

omod/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>attachments</artifactId>
8-
<version>2.4.0</version>
8+
<version>2.5.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>attachments-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>attachments</artifactId>
7-
<version>2.4.0</version>
7+
<version>2.5.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Attachments</name>
1010
<description>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:git@github.com:openmrs/openmrs-module-attachments.git</connection>
2727
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-attachments.git</developerConnection>
2828
<url>https://github.com/openmrs/openmrs-module-attachments</url>
29-
<tag>2.4.0</tag>
29+
<tag>HEAD</tag>
3030
</scm>
3131

3232
<modules>

0 commit comments

Comments
 (0)