From 844aecd18b3222e3f377de28eeee0cef1db299c7 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 26 Nov 2024 09:37:56 +0000 Subject: [PATCH 1/4] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" From 6e552229a0d31c38696c29640e12b9732a9a205c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 26 Nov 2024 09:37:56 +0000 Subject: [PATCH 2/4] [Gradle Release Plugin] - pre tag commit: 'v1.10.2'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 17ba7192..92a32b31 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.2 ballerinaLangVersion=2201.9.0 puppycrawlCheckstyleVersion=10.12.0 From 428b33c879c7a16bde332347abd803fb3d24dfba Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 26 Nov 2024 09:37:57 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - new version commit: 'v1.10.3-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 92a32b31..f70dd467 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.10.2 +version=1.10.3-SNAPSHOT ballerinaLangVersion=2201.9.0 puppycrawlCheckstyleVersion=10.12.0 From 40911e239e5b60c4dcf16a7817dd36fae2f0ae33 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Tue, 26 Nov 2024 16:30:21 +0530 Subject: [PATCH 4/4] Update the changelog after 1.10.2 release --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)