Skip to content

Commit

Permalink
Update codegen tool framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeragunarathne committed May 6, 2024
1 parent cd13e9d commit dbebfa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: wso2/open-healthcare-codegen-tool-framework
ref: v1.2.0
ref: v1.2.1
path: './open-healthcare-codegen-tool-framework'

- name: Setup Java and Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: wso2/open-healthcare-codegen-tool-framework
ref: v1.2.0
ref: v1.2.1
path: './open-healthcare-codegen-tool-framework'

- name: Setup Maven
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Run maven build
run: |
mvn clean install -f fhir-tools/pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.healthcare.tool.framework>1.2.0</version.healthcare.tool.framework>
<version.healthcare.tool.framework>1.2.1</version.healthcare.tool.framework>
<version.ballerina.cli>2201.8.1</version.ballerina.cli>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit dbebfa8

Please sign in to comment.