diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index b4c403fe..25b4f3c2 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "tcp-native" version = "1.10.2" -path = "../native/build/libs/tcp-native-1.10.2-SNAPSHOT.jar" +path = "../native/build/libs/tcp-native-1.10.2.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.10.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.10.2.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 84fce2ab..41385182 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "tcp-plugin" class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.10.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.10.2.jar" diff --git a/changelog.md b/changelog.md index a543ad73..221f3625 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -## [1.10.1] - 2024-09-28 +## [1.10.2] - 2024-11-26 ### Fixed - [Update netty version](https://github.com/ballerina-platform/ballerina-library/issues/7358) diff --git a/gradle.properties b/gradle.properties index 17ba7192..f70dd467 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.10.2-SNAPSHOT +version=1.10.3-SNAPSHOT ballerinaLangVersion=2201.9.0 puppycrawlCheckstyleVersion=10.12.0