Skip to content

Commit 6e5995f

Browse files
Ruhangadkayiwa
authored andcommitted
Switching to next development iteration: 2.4.0-SNAPSHOT (#3010)
1 parent eac7f31 commit 6e5995f

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

NOTICE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@
269269
<tr class="b">
270270
<td>org.openmrs.api</td>
271271
<td><a class="externalLink" href="http://openmrs.org/openmrs-api">openmrs-api</a></td>
272-
<td>2.3.0-SNAPSHOT</td>
272+
<td>2.4.0-SNAPSHOT</td>
273273
<td>jar</td>
274274
<td><a class="externalLink" href="http://openmrs.org/license">Mozilla Public License 2.0 with Healthcare Disclaimer</a></td></tr>
275275
<tr class="a">
276276
<td>org.openmrs.api</td>
277277
<td><a class="externalLink" href="http://openmrs.org/openmrs-api">openmrs-api</a></td>
278-
<td>2.3.0-SNAPSHOT</td>
278+
<td>2.4.0-SNAPSHOT</td>
279279
<td>test-jar</td>
280280
<td><a class="externalLink" href="http://openmrs.org/license">Mozilla Public License 2.0 with Healthcare Disclaimer</a></td></tr>
281281
<tr class="b">
@@ -299,25 +299,25 @@
299299
<tr class="a">
300300
<td>org.openmrs.test</td>
301301
<td><a class="externalLink" href="http://openmrs.org/openmrs-test">openmrs-test</a></td>
302-
<td>2.3.0-SNAPSHOT</td>
302+
<td>2.4.0-SNAPSHOT</td>
303303
<td>pom</td>
304304
<td><a class="externalLink" href="http://openmrs.org/license">Mozilla Public License 2.0 with Healthcare Disclaimer</a></td></tr>
305305
<tr class="b">
306306
<td>org.openmrs.tools</td>
307307
<td><a class="externalLink" href="http://openmrs.org/openmrs-tools">openmrs-tools</a></td>
308-
<td>2.3.0-SNAPSHOT</td>
308+
<td>2.4.0-SNAPSHOT</td>
309309
<td>jar</td>
310310
<td><a class="externalLink" href="http://openmrs.org/license">Mozilla Public License 2.0 with Healthcare Disclaimer</a></td></tr>
311311
<tr class="a">
312312
<td>org.openmrs.web</td>
313313
<td><a class="externalLink" href="http://openmrs.org/openmrs-web">openmrs-web</a></td>
314-
<td>2.3.0-SNAPSHOT</td>
314+
<td>2.4.0-SNAPSHOT</td>
315315
<td>jar</td>
316316
<td><a class="externalLink" href="http://openmrs.org/license">Mozilla Public License 2.0 with Healthcare Disclaimer</a></td></tr>
317317
<tr class="b">
318318
<td>org.openmrs.web</td>
319319
<td><a class="externalLink" href="http://openmrs.org/openmrs-webapp">openmrs-webapp</a></td>
320-
<td>2.3.0-SNAPSHOT</td>
320+
<td>2.4.0-SNAPSHOT</td>
321321
<td>war</td>
322322
<td><a class="externalLink" href="http://openmrs.org/license">Mozilla Public License 2.0 with Healthcare Disclaimer</a></td></tr>
323323
<tr class="a">

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.openmrs</groupId>
1515
<artifactId>openmrs</artifactId>
16-
<version>2.3.0-SNAPSHOT</version>
16+
<version>2.4.0-SNAPSHOT</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.api</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<modelVersion>4.0.0</modelVersion>
1515
<groupId>org.openmrs</groupId>
1616
<artifactId>openmrs</artifactId>
17-
<version>2.3.0-SNAPSHOT</version>
17+
<version>2.4.0-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919
<name>OpenMRS</name>
2020
<description>Master project for the modules of OpenMRS</description>

test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.openmrs</groupId>
1515
<artifactId>openmrs</artifactId>
16-
<version>2.3.0-SNAPSHOT</version>
16+
<version>2.4.0-SNAPSHOT</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.test</groupId>

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.openmrs</groupId>
1515
<artifactId>openmrs</artifactId>
16-
<version>2.3.0-SNAPSHOT</version>
16+
<version>2.4.0-SNAPSHOT</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.tools</groupId>

web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.openmrs</groupId>
1515
<artifactId>openmrs</artifactId>
16-
<version>2.3.0-SNAPSHOT</version>
16+
<version>2.4.0-SNAPSHOT</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.web</groupId>

webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.openmrs</groupId>
1515
<artifactId>openmrs</artifactId>
16-
<version>2.3.0-SNAPSHOT</version>
16+
<version>2.4.0-SNAPSHOT</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.web</groupId>

0 commit comments

Comments
 (0)