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
kdaud authored and enyachoke committed Jul 5, 2024
1 parent 56fc281 commit 8d54094
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.3</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.3</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.3</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.3</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.3</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 8d54094

Please sign in to comment.