Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Dec 8, 2023
1 parent 4e7f80d commit 37a9df8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<parent>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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-SNAPSHOT</version>
<version>1.4.0</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-SNAPSHOT</version>
<version>1.0.0-alpha.8</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-SNAPSHOT</version>
<version>1.4.0</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-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<properties>
Expand All @@ -32,14 +32,14 @@
<dependency>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-distro-cambodia</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-config-cambodia0</artifactId>
<type>zip</type>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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-SNAPSHOT</version>
<version>1.4.0</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-SNAPSHOT</distroVersion>
<dockerComposeVersion>1.0.0-SNAPSHOT</dockerComposeVersion>
<distroVersion>1.4.0</distroVersion>
<dockerComposeVersion>1.0.0-alpha.8</dockerComposeVersion>
</properties>
<profiles>
<profile>
Expand Down

0 comments on commit 37a9df8

Please sign in to comment.