Skip to content

Commit

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

## Release Notes

### Version 1.8.0

### Version 1.7.2

- Add reports redirect and back up docker compose files
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-alpha.11</version>
<version>1.0.0-SNAPSHOT</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.2</version>
<version>1.8.0-SNAPSHOT</version>

<organization>
<name>Ozone HIS</name>
Expand Down
4 changes: 2 additions & 2 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-alpha.11</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<artifactId>ozone-cambodia</artifactId>
<version>1.7.2</version>
<version>1.8.0-SNAPSHOT</version>
<name>Ozone Cambodia</name>
<description>Ozone distribution for Cambodia</description>
<packaging>pom</packaging>
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.2</version>
<version>1.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

<organization>
Expand Down
8 changes: 4 additions & 4 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-alpha.11</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<artifactId>ozone-cambodia-prod</artifactId>
<version>1.7.2</version>
<version>1.8.0-SNAPSHOT</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.2</ozone.version>
<ozone.version>1.8.0-SNAPSHOT</ozone.version>

<!-- Classifier for the dependency report artifact -->
<dependencyReportClassifier>dependencies</dependencyReportClassifier>
Expand All @@ -35,7 +35,7 @@
<groupId>com.ozonehis</groupId>
<artifactId>ozone-config-cambodia0</artifactId>
<type>zip</type>
<version>1.7.0</version>
<version>${ozone.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a7fb857

Please sign in to comment.