Skip to content

Commit

Permalink
Merge pull request #1116 from dilanSachi/remove-deprecated
Browse files Browse the repository at this point in the history
Bump to v4.0.0
  • Loading branch information
dilanSachi committed Apr 19, 2024
2 parents e5675da + 7c329d3 commit 84f10b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "kafka"
version = "3.11.0"
version = "4.0.0"
authors = ["Ballerina"]
keywords = ["kafka", "event streaming", "network", "messaging"]
repository = "https://github.com/ballerina-platform/module-ballerinax-kafka"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "kafka-native"
version = "3.11.0"
path = "../native/build/libs/kafka-native-3.11.0-SNAPSHOT.jar"
version = "4.0.0"
path = "../native/build/libs/kafka-native-4.0.0-SNAPSHOT.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.11.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/kafka-compiler-plugin-4.0.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "kafka"
version = "3.11.0"
version = "4.0.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
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.11.0-SNAPSHOT
version=4.0.0-SNAPSHOT
kafkaVersion=3.5.1
ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78
ballerinaGradlePluginVersion=2.0.1
Expand Down

0 comments on commit 84f10b1

Please sign in to comment.