Skip to content

Commit 5b434e3

Browse files
committed
TRUNK-4584 Reverted openmrs version to 1.12.0-SNAPSHOT
1 parent 8f88f48 commit 5b434e3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.12.0-SPRING4-SNAPSHOT</version>
5+
<version>1.12.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.api</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.openmrs</groupId>
55
<artifactId>openmrs</artifactId>
6-
<version>1.12.0-SPRING4-SNAPSHOT</version>
6+
<version>1.12.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>OpenMRS</name>
99
<description>Master project for the modules of OpenMRS</description>

release-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.12.0-SPRING4-SNAPSHOT</version>
5+
<version>1.12.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openmrs-release-test</artifactId>

test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.12.0-SPRING4-SNAPSHOT</version>
5+
<version>1.12.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.test</groupId>

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.12.0-SPRING4-SNAPSHOT</version>
5+
<version>1.12.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.tools</groupId>

web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.12.0-SPRING4-SNAPSHOT</version>
5+
<version>1.12.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.web</groupId>

webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.openmrs</groupId>
44
<artifactId>openmrs</artifactId>
5-
<version>1.12.0-SPRING4-SNAPSHOT</version>
5+
<version>1.12.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.openmrs.web</groupId>

0 commit comments

Comments
 (0)