Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Jul 1, 2024
1 parent 0ad9c9e commit 96b42a9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ A large part Ozone Kh's roadmap is managed publicly to promote transparency and

### Version 1.7.0

- Added version 1.1.0 of the Ozone Analytics Queries dependency.
- Upgraded Ozone distro to 1.0.0-alpha.11.
- Updated Locations to correctly load their Country, Province, District and Postal code attributes and location tags.
- Updated project structure to be compatible with Ozone alpha.10 and above.
- Removed OCL packages and retired Cancer concept.
- Updated Common Reports to version 1.4.2
Expand Down
4 changes: 2 additions & 2 deletions base/configs/superset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-superset-configs</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.11</version>
<relativePath></relativePath>
</parent>

<artifactId>ozone-cambodia-superset-configs</artifactId>
<name>Ozone Cambodia Superset configs</name>
<description>Superset configurations specific to Ozone Cambodia, to be used in Ozone Analytics</description>
<packaging>pom</packaging>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>

<organization>
<name>Ozone HIS</name>
Expand Down
6 changes: 3 additions & 3 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.11</version>
<relativePath></relativePath>
</parent>

<artifactId>ozone-cambodia</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<name>Ozone Cambodia</name>
<description>Ozone distribution for Cambodia</description>
<packaging>pom</packaging>
Expand All @@ -21,7 +21,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<analyticsQueriesVersion>1.1.0-SNAPSHOT</analyticsQueriesVersion>
<analyticsQueriesVersion>1.1.0</analyticsQueriesVersion>

<supersetConfigsArtifactId>ozone-cambodia-superset-configs</supersetConfigsArtifactId>
<analyticQueriesArtifactId>analytics-queries</analyticQueriesArtifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>ozone-cambodia-aggregator</artifactId>
<name>Ozone Cambodia Aggregator</name>
<description>Aggregator project for the Ozone distribution for Cambodia</description>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<packaging>pom</packaging>

<organization>
Expand Down
6 changes: 3 additions & 3 deletions prod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.11</version>
<relativePath></relativePath>
</parent>

<artifactId>ozone-cambodia-prod</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<description>Ozone distribution for Cambodia - with production dependencies</description>
<name>Ozone Cambodia Prod</name>
<packaging>pom</packaging>
Expand All @@ -24,7 +24,7 @@
<!-- Override the Ozone coordinates to point Ozone Cambodia -->
<ozone.artifactId>ozone-cambodia</ozone.artifactId>
<ozone.groupId>com.ozonehis</ozone.groupId>
<ozone.version>1.7.0-SNAPSHOT</ozone.version>
<ozone.version>1.7.0</ozone.version>

<!-- Classifier for the dependency report artifact -->
<dependencyReportClassifier>dependencies</dependencyReportClassifier>
Expand Down

0 comments on commit 96b42a9

Please sign in to comment.