Skip to content

Commit

Permalink
Merge pull request #1098 from ballerina-platform/release-3.10.2
Browse files Browse the repository at this point in the history
[Automated] Sync master after 3.10.2 release
  • Loading branch information
dilanSachi committed Mar 29, 2024
2 parents d464f1e + a98a5c4 commit 3e411d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "kafka-native"
version = "3.10.2"
path = "../native/build/libs/kafka-native-3.10.2-SNAPSHOT.jar"
path = "../native/build/libs/kafka-native-3.10.2.jar"

[[platform.java17.dependency]]
groupId = "org.apache.kafka"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "kafka-compiler-plugin"
class = "io.ballerina.stdlib.kafka.plugin.KafkaCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-3.10.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-3.10.2.jar"
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina Kafka package t

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [3.10.2] - 2024-03-28

### Fixed
- [Fixed api docs generation issue](https://github.com/ballerina-platform/ballerina-library/issues/6250)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=3.10.2-SNAPSHOT
version=3.10.3-SNAPSHOT
kafkaVersion=3.5.1
ballerinaLangVersion=2201.8.6
ballerinaGradlePluginVersion=2.0.1
Expand Down

0 comments on commit 3e411d9

Please sign in to comment.