Skip to content

Commit

Permalink
[Release v2.2.3] Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiyanwso2 committed Jan 8, 2025
1 parent 49e1856 commit e073437
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ballerina/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>io.ballerina</groupId>
<artifactId>health-tools</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>health-tool-ballerina</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>

<properties>
<version.health.cli>${project.version}</version.health.cli>
Expand Down
4 changes: 2 additions & 2 deletions native/cds-bal-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>io.ballerina</groupId>
<artifactId>health-tools</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>cds-bal-template</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions native/fhir-to-bal-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<parent>
<groupId>io.ballerina</groupId>
<artifactId>health-tools</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>fhir-to-bal-lib</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions native/fhir-to-bal-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>io.ballerina</groupId>
<artifactId>health-tools</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>fhir-to-bal-template</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions native/health-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<parent>
<groupId>io.ballerina</groupId>
<artifactId>health-tools</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>health-cli</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>io.ballerina</groupId>
<artifactId>health-tools</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>

<packaging>pom</packaging>
<modules>
Expand Down

0 comments on commit e073437

Please sign in to comment.