Skip to content

Commit

Permalink
Next development: 1.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Dec 8, 2023
1 parent 37a9df8 commit a1b45df
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ A large part Ozone Kh's roadmap is managed publicly to promote transparency and

## Release Notes

### Version 1.5.0

### Version 1.4.0
* Updated translation for sexually transmitted infection.
* Moved 'History of CC Screening section' to be the first section in Cervical Cancer Screening form.
Expand Down
4 changes: 2 additions & 2 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia</artifactId>
<name>Ozone Distribution for Cambodia</name>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia-parent</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia-parent</artifactId>
<name>Ozone Distribution for Cambodia - Parent project</name>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down Expand Up @@ -43,7 +43,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro</artifactId>
<type>zip</type>
<version>1.0.0-alpha.8</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions prod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia-prod</artifactId>
<name>Ozone Distribution for Cambodia - Production</name>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia-parent</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -32,14 +32,14 @@
<dependency>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-config-cambodia0</artifactId>
<type>zip</type>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia-run</artifactId>
<name>Utility project to fetch artifacts needed to run the Ozone Distribution for Cambodia</name>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<organization>
<name>Ozone HIS</name>
Expand All @@ -17,8 +17,8 @@
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<distroVersion>1.4.0</distroVersion>
<dockerComposeVersion>1.0.0-alpha.8</dockerComposeVersion>
<distroVersion>1.5.0-SNAPSHOT</distroVersion>
<dockerComposeVersion>1.0.0-SNAPSHOT</dockerComposeVersion>
</properties>
<profiles>
<profile>
Expand Down

0 comments on commit a1b45df

Please sign in to comment.