Skip to content

Commit

Permalink
Merge pull request #70 from sameeragunarathne/codegen-framework-hot-fix
Browse files Browse the repository at this point in the history
Update the codegen tool framework version
  • Loading branch information
sameeragunarathne authored Jan 29, 2024
2 parents 3057bb2 + 2d32ba0 commit 6b3fd7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0
ref: v1.2.0
path: './open-healthcare-codegen-tool-framework'

- name: Setup Java and Maven
Expand Down
2 changes: 1 addition & 1 deletion .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.1.0
ref: v1.2.0
path: './open-healthcare-codegen-tool-framework'

- name: Setup Maven
Expand Down
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.1.0</version.healthcare.tool.framework>
<version.healthcare.tool.framework>1.2.0</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 6b3fd7f

Please sign in to comment.