Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(ci) : update to kenyacore 3.0.2-SNAPSHOT #2113

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
</parent>

<artifactId>kenyaemr-api</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>KenyaEMR Module API</name>
<description>API project for KenyaEMR Module</description>
Expand Down
4 changes: 2 additions & 2 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
</parent>

<artifactId>kenyaemr-distro</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>KenyaEMR Distribution (optional)</name>
<description>Distribution project for KenyaEMR</description>
Expand Down
4 changes: 2 additions & 2 deletions install/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
</parent>

<artifactId>kenyaemr-install</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>KenyaEMR Installation (optional)</name>
<description>Installation tools for KenyaEMR</description>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
</parent>

<artifactId>kenyaemr-omod</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>KenyaEMR Module OMOD</name>
<description>OMOD project for KenyaEMR Module</description>
Expand Down
19 changes: 2 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemr</artifactId>
<version>19.1.3</version>
<version>19.1.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>KenyaEMR</name>
<description>OpenMRS-based EMR for Kenya</description>
Expand Down Expand Up @@ -57,7 +57,7 @@
<htmlformentryVersion>5.1.0</htmlformentryVersion>
<htmlwidgetsVersion>1.10.0</htmlwidgetsVersion>
<idgenVersion>4.5.0</idgenVersion>
<kenyacoreVersion>3.0.1</kenyacoreVersion>
<kenyacoreVersion>3.0.2-SNAPSHOT</kenyacoreVersion>
<kenyadqVersion>1.4.0</kenyadqVersion>
<kenyauiVersion>3.0.0</kenyauiVersion>
<kenyaemrOrderentryVersion>1.6.6</kenyaemrOrderentryVersion>
Expand Down Expand Up @@ -480,23 +480,8 @@
<id>mks-repo-snapshots</id>
<name>Mekom Solutions Nexus Snapshots</name>
<url>https://nexus.mekomsolutions.net/repository/maven-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>interval:10080</updatePolicy>
</snapshots>
</repository>
<repository>
<id>mks-repo</id>
<name>Mekom Solutions Nexus Releases</name>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Expand Down