Skip to content

Commit 71a10ee

Browse files
Next development: 2.10.0-SNAPSHOT
1 parent b4071b5 commit 71a10ee

File tree

13 files changed

+20
-18
lines changed

13 files changed

+20
-18
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ See the [documentation on Initializer's logging properties](readme/rtprops.md#lo
207207

208208
## Releases notes
209209

210+
#### Version 2.10.0
211+
210212
#### Version 2.9.0
211213
* Fix for InitializerSerializer to ensure compatibility with OpenMRS version 2.7.0+
212214
* Fix for processing attributes to ensure compatibility with OpenMRS version 2.7.0+

api-2.2/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>initializer</artifactId>
7-
<version>2.9.0</version>
7+
<version>2.10.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>initializer-api-2.2</artifactId>

api-2.3/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>initializer</artifactId>
7-
<version>2.9.0</version>
7+
<version>2.10.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>initializer-api-2.3</artifactId>

api-2.4/pom.xml

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

api-2.5/pom.xml

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

api-2.7/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>initializer</artifactId>
8-
<version>2.9.0</version>
8+
<version>2.10.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

api-bahmni/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>initializer</artifactId>
7-
<version>2.9.0</version>
7+
<version>2.10.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>initializer-api-bahmni</artifactId>

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>initializer</artifactId>
7-
<version>2.9.0</version>
7+
<version>2.10.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>initializer-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>initializer</artifactId>
7-
<version>2.9.0</version>
7+
<version>2.10.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>initializer-omod</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.openmrs.module</groupId>
1313
<artifactId>initializer</artifactId>
14-
<version>2.9.0</version>
14+
<version>2.10.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616
<name>Initializer</name>
1717
<description>The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.</description>

0 commit comments

Comments
 (0)