Skip to content

Commit 83fb6f3

Browse files
committed
[skip-ci] Releasing 2.8.0
1 parent b6f738d commit 83fb6f3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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.8.0-SNAPSHOT</version>
17+
<version>2.8.0</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.8.0-SNAPSHOT</version>
16+
<version>2.8.0</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.8.0-SNAPSHOT</version>
18+
<version>2.8.0</version>
1919
<packaging>pom</packaging>
2020
<name>OpenMRS</name>
2121
<description>Master project for the modules of OpenMRS</description>

test-module/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>openmrs-test-module</artifactId>
18-
<version>2.8.0-SNAPSHOT</version>
18+
<version>2.8.0</version>
1919
</parent>
2020

2121
<artifactId>openmrs-test-module-api</artifactId>

test-module/omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>openmrs-test-module</artifactId>
18-
<version>2.8.0-SNAPSHOT</version>
18+
<version>2.8.0</version>
1919
</parent>
2020

2121
<artifactId>openmrs-test-module-omod</artifactId>

test-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.openmrs</groupId>
1818
<artifactId>openmrs</artifactId>
19-
<version>2.8.0-SNAPSHOT</version>
19+
<version>2.8.0</version>
2020
</parent>
2121

2222
<groupId>org.openmrs.module</groupId>

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.8.0-SNAPSHOT</version>
16+
<version>2.8.0</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.8.0-SNAPSHOT</version>
16+
<version>2.8.0</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.8.0-SNAPSHOT</version>
16+
<version>2.8.0</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.8.0-SNAPSHOT</version>
16+
<version>2.8.0</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.openmrs.web</groupId>

0 commit comments

Comments
 (0)