Skip to content

Commit 5c028e5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b284d07 commit 5c028e5

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

api-2.2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>coreapps</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>1.23.0</version>
6+
<version>1.24.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

api-pre2.2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>coreapps</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>1.23.0</version>
6+
<version>1.24.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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>coreapps</artifactId>
7-
<version>1.23.0</version>
7+
<version>1.24.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>coreapps-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>coreapps</artifactId>
7-
<version>1.23.0</version>
7+
<version>1.24.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>coreapps-omod</artifactId>

pom.xml

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

44
<groupId>org.openmrs.module</groupId>
55
<artifactId>coreapps</artifactId>
6-
<version>1.23.0</version>
6+
<version>1.24.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Core Apps Module</name>
99
<description>Provides apps for performing the common tasks</description>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:git@github.com:openmrs/openmrs-module-coreapps.git</connection>
2525
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-coreapps.git</developerConnection>
2626
<url>https://github.com/openmrs/openmrs-module-coreapps</url>
27-
<tag>1.23.0</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929

3030
<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>coreapps</artifactId>
7-
<version>1.23.0</version>
7+
<version>1.24.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>coreapps-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>coreapps</artifactId>
7-
<version>1.23.0</version>
7+
<version>1.24.0-SNAPSHOT</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)