Skip to content

Commit e133390

Browse files
committed
[skip-ci] Releasing 2.7.4
1 parent 56f43e1 commit e133390

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.openmrs</groupId>
1616
<artifactId>openmrs</artifactId>
17-
<version>2.7.4-SNAPSHOT</version>
17+
<version>2.7.4</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

liquibase/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.4-SNAPSHOT</version>
16+
<version>2.7.4</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.liquibase</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<modelVersion>4.0.0</modelVersion>
1616
<groupId>org.openmrs</groupId>
1717
<artifactId>openmrs</artifactId>
18-
<version>2.7.4-SNAPSHOT</version>
18+
<version>2.7.4</version>
1919
<packaging>pom</packaging>
2020
<name>OpenMRS</name>
2121
<description>Master project for the modules of OpenMRS</description>

test/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.4-SNAPSHOT</version>
16+
<version>2.7.4</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.test</groupId>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.4-SNAPSHOT</version>
16+
<version>2.7.4</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.tools</groupId>

web/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.4-SNAPSHOT</version>
16+
<version>2.7.4</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.web</groupId>

webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.4-SNAPSHOT</version>
16+
<version>2.7.4</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.web</groupId>

0 commit comments

Comments
 (0)