Skip to content

Commit d17cfa8

Browse files
committed
(ci) : update to kenyacore 3.0.2-SNAPSHOT
1 parent 69a1a54 commit d17cfa8

File tree

5 files changed

+10
-25
lines changed

5 files changed

+10
-25
lines changed

api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<parent>
1515
<groupId>org.openmrs.module</groupId>
1616
<artifactId>kenyaemr</artifactId>
17-
<version>19.1.3</version>
17+
<version>19.1.4-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>kenyaemr-api</artifactId>
21-
<version>19.1.3</version>
21+
<version>19.1.4-SNAPSHOT</version>
2222
<packaging>jar</packaging>
2323
<name>KenyaEMR Module API</name>
2424
<description>API project for KenyaEMR Module</description>

distro/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<parent>
1717
<groupId>org.openmrs.module</groupId>
1818
<artifactId>kenyaemr</artifactId>
19-
<version>19.1.3</version>
19+
<version>19.1.4-SNAPSHOT</version>
2020
</parent>
2121

2222
<artifactId>kenyaemr-distro</artifactId>
23-
<version>19.1.3</version>
23+
<version>19.1.4-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525
<name>KenyaEMR Distribution (optional)</name>
2626
<description>Distribution project for KenyaEMR</description>

install/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<parent>
1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>kenyaemr</artifactId>
18-
<version>19.1.3</version>
18+
<version>19.1.4-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>kenyaemr-install</artifactId>
22-
<version>19.1.3</version>
22+
<version>19.1.4-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424
<name>KenyaEMR Installation (optional)</name>
2525
<description>Installation tools for KenyaEMR</description>

omod/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<parent>
1616
<groupId>org.openmrs.module</groupId>
1717
<artifactId>kenyaemr</artifactId>
18-
<version>19.1.3</version>
18+
<version>19.1.4-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>kenyaemr-omod</artifactId>
22-
<version>19.1.3</version>
22+
<version>19.1.4-SNAPSHOT</version>
2323
<packaging>jar</packaging>
2424
<name>KenyaEMR Module OMOD</name>
2525
<description>OMOD project for KenyaEMR Module</description>

pom.xml

+2-17
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>org.openmrs.module</groupId>
1616
<artifactId>kenyaemr</artifactId>
17-
<version>19.1.3</version>
17+
<version>19.1.4-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919
<name>KenyaEMR</name>
2020
<description>OpenMRS-based EMR for Kenya</description>
@@ -57,7 +57,7 @@
5757
<htmlformentryVersion>5.1.0</htmlformentryVersion>
5858
<htmlwidgetsVersion>1.10.0</htmlwidgetsVersion>
5959
<idgenVersion>4.5.0</idgenVersion>
60-
<kenyacoreVersion>3.0.1</kenyacoreVersion>
60+
<kenyacoreVersion>3.0.2-SNAPSHOT</kenyacoreVersion>
6161
<kenyadqVersion>1.4.0</kenyadqVersion>
6262
<kenyauiVersion>3.0.0</kenyauiVersion>
6363
<kenyaemrOrderentryVersion>1.6.6</kenyaemrOrderentryVersion>
@@ -480,23 +480,8 @@
480480
<id>mks-repo-snapshots</id>
481481
<name>Mekom Solutions Nexus Snapshots</name>
482482
<url>https://nexus.mekomsolutions.net/repository/maven-snapshots</url>
483-
<releases>
484-
<enabled>false</enabled>
485-
</releases>
486483
<snapshots>
487484
<enabled>true</enabled>
488-
<updatePolicy>interval:10080</updatePolicy>
489-
</snapshots>
490-
</repository>
491-
<repository>
492-
<id>mks-repo</id>
493-
<name>Mekom Solutions Nexus Releases</name>
494-
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
495-
<releases>
496-
<enabled>true</enabled>
497-
</releases>
498-
<snapshots>
499-
<enabled>false</enabled>
500485
</snapshots>
501486
</repository>
502487
</repositories>

0 commit comments

Comments
 (0)