From 8de49eb4f34ff8c1e1d3fe5c6d16d1b1f6c9d25c Mon Sep 17 00:00:00 2001 From: "Kipchumba C. Bett" Date: Mon, 20 May 2024 11:52:39 +0300 Subject: [PATCH] Prepare release 4.0.0 --- camel-openmrs-fhir/pom.xml | 2 +- .../org/openmrs/eip/fhir/components/openmrs-fhir.json | 2 +- commons-web/pom.xml | 2 +- commons/pom.xml | 2 +- docs/custom/README.md | 4 ++-- example-app/pom.xml | 2 +- openmrs-watcher/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/camel-openmrs-fhir/pom.xml b/camel-openmrs-fhir/pom.xml index 14c738907..90a5dde71 100644 --- a/camel-openmrs-fhir/pom.xml +++ b/camel-openmrs-fhir/pom.xml @@ -6,7 +6,7 @@ org.openmrs.eip openmrs-eip - 4.0.0-SNAPSHOT + 4.0.0 camel-openmrs-fhir diff --git a/camel-openmrs-fhir/src/generated/resources/org/openmrs/eip/fhir/components/openmrs-fhir.json b/camel-openmrs-fhir/src/generated/resources/org/openmrs/eip/fhir/components/openmrs-fhir.json index ab7db4ed1..478e7239c 100644 --- a/camel-openmrs-fhir/src/generated/resources/org/openmrs/eip/fhir/components/openmrs-fhir.json +++ b/camel-openmrs-fhir/src/generated/resources/org/openmrs/eip/fhir/components/openmrs-fhir.json @@ -11,7 +11,7 @@ "supportLevel": "Stable", "groupId": "org.openmrs.eip", "artifactId": "camel-openmrs-fhir", - "version": "4.0.0-SNAPSHOT", + "version": "4.0.0", "scheme": "openmrs-fhir", "extendsScheme": "", "syntax": "openmrs-fhir:\/\/name", diff --git a/commons-web/pom.xml b/commons-web/pom.xml index 77ec3a426..dc4cb6c2d 100644 --- a/commons-web/pom.xml +++ b/commons-web/pom.xml @@ -5,7 +5,7 @@ org.openmrs.eip openmrs-eip - 4.0.0-SNAPSHOT + 4.0.0 commons-web jar diff --git a/commons/pom.xml b/commons/pom.xml index 64a64e2e9..998faff68 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -5,7 +5,7 @@ org.openmrs.eip openmrs-eip - 4.0.0-SNAPSHOT + 4.0.0 commons jar diff --git a/docs/custom/README.md b/docs/custom/README.md index b7d3b13c6..e89217bc7 100644 --- a/docs/custom/README.md +++ b/docs/custom/README.md @@ -42,7 +42,7 @@ of DB events and do something useful. org.openmrs.eip openmrs-watcher - 3.0.0-SNAPSHOT + 4.0.0 ``` 3. Add a main class for your spring boot application, you can copy [`ExampleApplication`](../../example-app/src/main/java/org/openmrs/eip/example/ExampleApplication.java) @@ -71,7 +71,7 @@ of DB events and do something useful. org.openmrs.eip commons-web - 3.1.0-SNAPSHOT + 4.0.0 ``` 2. You can then enable and expose different endpoints via standard spring boot's maintenance properties, please refer to diff --git a/example-app/pom.xml b/example-app/pom.xml index 6f6c0f020..42ba2d0cc 100644 --- a/example-app/pom.xml +++ b/example-app/pom.xml @@ -5,7 +5,7 @@ org.openmrs.eip example-app jar - 4.0.0-SNAPSHOT + 4.0.0 OpenMRS EIP Example App Example application to demonstrate usage of the openmrs-watcher diff --git a/openmrs-watcher/pom.xml b/openmrs-watcher/pom.xml index d0c630d55..92a7b205f 100644 --- a/openmrs-watcher/pom.xml +++ b/openmrs-watcher/pom.xml @@ -5,7 +5,7 @@ org.openmrs.eip openmrs-eip - 4.0.0-SNAPSHOT + 4.0.0 openmrs-watcher diff --git a/pom.xml b/pom.xml index 5c8723be1..6c710f892 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.openmrs.eip openmrs-eip pom - 4.0.0-SNAPSHOT + 4.0.0 openmrs-watcher