Skip to content

Commit

Permalink
Merge pull request #4715 from lnash94/1.7.1
Browse files Browse the repository at this point in the history
[2201.7.x]Update OpenAPI version
  • Loading branch information
chiranSachintha authored Jul 14, 2023
2 parents c6595df + ba283a5 commit c37ac2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void openapiAnnotationExistsTest() {
.resolve("cache")
.resolve("ballerina")
.resolve("openapi")
.resolve("1.7.0")
.resolve("1.7.1")
.resolve("bir");

Path jarPath = TEST_DISTRIBUTION_PATH
Expand All @@ -61,7 +61,7 @@ public void openapiAnnotationExistsTest() {
.resolve("cache")
.resolve("ballerina")
.resolve("openapi")
.resolve("1.7.0")
.resolve("1.7.1")
.resolve("java11");

Path balaPath = TEST_DISTRIBUTION_PATH
Expand All @@ -70,7 +70,7 @@ public void openapiAnnotationExistsTest() {
.resolve("bala")
.resolve("ballerina")
.resolve("openapi")
.resolve("1.7.0")
.resolve("1.7.1")
.resolve("java11")
.resolve("platform")
.resolve("java11");
Expand All @@ -95,7 +95,7 @@ public void openapiAnnotationExistsTest() {

Assert.assertTrue(Files.exists(birPath));
Assert.assertTrue(Files.exists(balaPath));
Assert.assertTrue(Files.exists(jarPath.resolve("ballerina-openapi-1.7.0.jar")));
Assert.assertTrue(Files.exists(jarPath.resolve("ballerina-openapi-1.7.1.jar")));
Assert.assertNotNull(TestUtils.findFileOrDirectory(breLibPath, "openapi-cli-"));
Assert.assertNotNull(TestUtils.findFileOrDirectory(breLibPath, "openapi-validator-"));
Assert.assertNotNull(TestUtils.findFileOrDirectory(breLibPath, "openapi-bal-service-"));
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ graphqlVersion=0.7.0
protocToolVersion=0.1.2

# OpenAPI Module
openapiVersion=1.7.0
openapiVersion=1.7.1-20230714-105200-64d23dc

# AsyncAPI Module
asyncapiVersion=0.6.0
Expand Down

0 comments on commit c37ac2b

Please sign in to comment.