Skip to content

Commit 6949c8b

Browse files
committed
[maven-release-plugin] prepare release 15.1.3
1 parent e788b1f commit 6949c8b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>kenyaemr</artifactId>
6-
<version>15.1.3-RC3-SNAPSHOT</version>
6+
<version>15.1.3</version>
77
</parent>
88

99
<artifactId>kenyaemr-api</artifactId>
10-
<version>15.1.3-RC3-SNAPSHOT</version>
10+
<version>15.1.3</version>
1111
<packaging>jar</packaging>
1212
<name>KenyaEMR Module API</name>
1313
<description>API project for KenyaEMR Module</description>

distro/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.openmrs.module</groupId>
77
<artifactId>kenyaemr</artifactId>
8-
<version>15.1.3-RC3-SNAPSHOT</version>
8+
<version>15.1.3</version>
99
</parent>
1010

1111
<artifactId>kenyaemr-distro</artifactId>
12-
<version>15.1.3-RC3-SNAPSHOT</version>
12+
<version>15.1.3</version>
1313
<packaging>pom</packaging>
1414
<name>KenyaEMR Distribution (optional)</name>
1515
<description>Distribution project for KenyaEMR</description>

install/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>kenyaemr</artifactId>
7-
<version>15.1.3-RC3-SNAPSHOT</version>
7+
<version>15.1.3</version>
88
</parent>
99

1010
<artifactId>kenyaemr-install</artifactId>
11-
<version>15.1.3-RC3-SNAPSHOT</version>
11+
<version>15.1.3</version>
1212
<packaging>pom</packaging>
1313
<name>KenyaEMR Installation (optional)</name>
1414
<description>Installation tools for KenyaEMR</description>

omod/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>kenyaemr</artifactId>
7-
<version>15.1.3-RC3-SNAPSHOT</version>
7+
<version>15.1.3</version>
88
</parent>
99

1010
<artifactId>kenyaemr-omod</artifactId>
11-
<version>15.1.3-RC3-SNAPSHOT</version>
11+
<version>15.1.3</version>
1212
<packaging>jar</packaging>
1313
<name>KenyaEMR Module OMOD</name>
1414
<description>OMOD project for KenyaEMR Module</description>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.openmrs.module</groupId>
55
<artifactId>kenyaemr</artifactId>
6-
<version>15.1.3-RC3-SNAPSHOT</version>
6+
<version>15.1.3</version>
77
<packaging>pom</packaging>
88
<name>KenyaEMR</name>
99
<description>OpenMRS-based EMR for Kenya</description>
@@ -17,7 +17,7 @@
1717
<connection>scm:git:git@github.com:I-TECH/openmrs-module-kenyaemr.git</connection>
1818
<developerConnection>scm:git:git@github.com:I-TECH/openmrs-module-kenyaemr.git</developerConnection>
1919
<url>scm:git:git@github.com:I-TECH/openmrs-module-kenyaemr.git</url>
20-
<tag>HEAD</tag>
20+
<tag>15.1.3</tag>
2121
</scm>
2222

2323
<modules>

0 commit comments

Comments
 (0)