diff --git a/gradle.properties b/gradle.properties index 68d0df3bc..86d4581dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.caching=true group=io.ballerina -version=2.0.0-SNAPSHOT +version=2.0.1-SNAPSHOT # Client Native Version -clientNativeVersion=1.0.0-SNAPSHOT +clientNativeVersion=1.0.1-SNAPSHOT # Mark this as false to skip publishing the client native artifacts clientNativePublish=false #dependency -ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42 +ballerinaLangVersion=2201.9.0 testngVersion=7.6.1 slf4jVersion=1.7.30 org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 @@ -29,33 +29,33 @@ stdlibXmldataVersion=2.7.0 # Stdlib Level 02 stdlibConstraintVersion=1.5.0 -stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2 +stdlibCryptoVersion=2.7.0 stdlibLogVersion=2.9.0 stdlibOsVersion=1.8.0 stdlibTaskVersion=2.5.0 # Stdlib Level 03 -stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e +stdlibCacheVersion=3.8.0 stdlibFileVersion=1.9.0 stdlibMimeVersion=2.9.0 -stdlibUuidVersion=1.8.0-20240502-184000-71c8d75 +stdlibUuidVersion=1.8.0 # Stdlib Level 04 -stdlibAuthVersion=2.11.0-20240502-184600-96868c0 -stdlibJwtVersion=2.11.0-20240502-184700-00ec094 -stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8 +stdlibAuthVersion=2.11.0 +stdlibJwtVersion=2.11.0 +stdlibOAuth2Version=2.11.0 # Stdlib Level 05 -stdlibHttpVersion=2.11.0-20240502-194500-bb0bced +stdlibHttpVersion=2.11.0 # Stdlib Level 06 -stdlibGrpcVersion=1.11.0-20240502-203100-8ea8b94 -stdlibWebsocketVersion=2.11.0-20240502-203500-6f846c5 -stdlibWebsubVersion=2.11.0-20240502-202800-58c11be +stdlibGrpcVersion=1.11.0 +stdlibWebsocketVersion=2.11.0 +stdlibWebsubVersion=2.11.0 # Stdlib Level 07 -stdlibGraphqlVersion=1.12.0-20240503-053700-9721262 +stdlibGraphqlVersion=1.12.0 # Ballerinax Observer -observeVersion=1.2.3-20240408-194900-a0e331f -observeInternalVersion=1.2.2-20240408-195500-1436319 +observeVersion=1.2.3 +observeInternalVersion=1.2.2 diff --git a/openapi-client-native/ballerina-tests/Ballerina.toml b/openapi-client-native/ballerina-tests/Ballerina.toml index 51360a7df..4acf80472 100644 --- a/openapi-client-native/ballerina-tests/Ballerina.toml +++ b/openapi-client-native/ballerina-tests/Ballerina.toml @@ -7,5 +7,5 @@ distribution = "2201.8.6" [[platform.java17.dependency]] groupId = "io.ballerina.openapi" artifactId = "client-native" -version = "1.0.0-SNAPSHOT" -path = "../build/libs/openapi-client-native-1.0.0-SNAPSHOT.jar" +version = "1.0.1-SNAPSHOT" +path = "../build/libs/openapi-client-native-1.0.1-SNAPSHOT.jar" diff --git a/openapi-client-native/ballerina-tests/Dependencies.toml b/openapi-client-native/ballerina-tests/Dependencies.toml index e61161e26..f25a62a50 100644 --- a/openapi-client-native/ballerina-tests/Dependencies.toml +++ b/openapi-client-native/ballerina-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240425-195200-d5ce8c72" +distribution-version = "2201.9.0" [[package]] org = "ballerina" diff --git a/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml b/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml index 3e6725e83..39c9685d7 100644 --- a/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml +++ b/openapi-integration-tests/src/test/resources/client/project-04/Ballerina.toml @@ -5,9 +5,3 @@ version = "0.1.0" [build-options] observabilityIncluded = true - -# This dependency is added automatically by the OpenAPI tool. DO NOT REMOVE UNLESS REQUIRED -[[platform.java17.dependency]] -groupId = "io.ballerina.openapi" -artifactId = "client-native" -version = "1.0.0-SNAPSHOT" diff --git a/openapi-integration-tests/src/test/resources/client/project-expected/Ballerina.toml b/openapi-integration-tests/src/test/resources/client/project-expected/Ballerina.toml deleted file mode 100644 index 3e6725e83..000000000 --- a/openapi-integration-tests/src/test/resources/client/project-expected/Ballerina.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -org = "openapi_client_test" -name = "project" -version = "0.1.0" - -[build-options] -observabilityIncluded = true - -# This dependency is added automatically by the OpenAPI tool. DO NOT REMOVE UNLESS REQUIRED -[[platform.java17.dependency]] -groupId = "io.ballerina.openapi" -artifactId = "client-native" -version = "1.0.0-SNAPSHOT"