Skip to content

Commit

Permalink
Prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed May 20, 2024
1 parent a538012 commit 8de49eb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion camel-openmrs-fhir/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openmrs.eip</groupId>
<artifactId>openmrs-eip</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>camel-openmrs-fhir</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion commons-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.eip</groupId>
<artifactId>openmrs-eip</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>commons-web</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.eip</groupId>
<artifactId>openmrs-eip</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>commons</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions docs/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ of DB events and do something useful.
<dependency>
<groupId>org.openmrs.eip</groupId>
<artifactId>openmrs-watcher</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
```
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)
Expand Down Expand Up @@ -71,7 +71,7 @@ of DB events and do something useful.
<dependency>
<groupId>org.openmrs.eip</groupId>
<artifactId>commons-web</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
```
2. You can then enable and expose different endpoints via standard spring boot's maintenance properties, please refer to
Expand Down
2 changes: 1 addition & 1 deletion example-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.openmrs.eip</groupId>
<artifactId>example-app</artifactId>
<packaging>jar</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>

<name>OpenMRS EIP Example App</name>
<description>Example application to demonstrate usage of the openmrs-watcher</description>
Expand Down
2 changes: 1 addition & 1 deletion openmrs-watcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.eip</groupId>
<artifactId>openmrs-eip</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>openmrs-watcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.openmrs.eip</groupId>
<artifactId>openmrs-eip</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>

<modules>
<module>openmrs-watcher</module>
Expand Down

0 comments on commit 8de49eb

Please sign in to comment.