Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Feb 20, 2023
1 parent b694c54 commit 21cd17b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export = ["grpc", "grpc.types.duration", "grpc.types.struct", "grpc.types.timest
groupId = "io.ballerina.stdlib"
artifactId = "grpc-native"
version = "1.6.0"
path = "../native/build/libs/grpc-native-1.6.0-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.6.0.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/grpc-test-utils-1.6.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/grpc-test-utils-1.6.0.jar"
scope = "testOnly"

[[platform.java11.dependency]]
path = "./lib/ballerina-cli-2201.4.0-20230213-151200-6d175fd1.jar"
path = "./lib/ballerina-cli-2201.4.0.jar"
scope = "testOnly"

[[platform.java11.dependency]]
Expand All @@ -32,7 +32,7 @@ scope = "testOnly"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.6.0"
path = "./lib/http-native-2.6.0-20230213-230800-3fcf79e.jar"
path = "./lib/http-native-2.6.0.jar"

[[platform.java11.dependency]]
groupId = "io.netty"
Expand Down Expand Up @@ -163,11 +163,11 @@ path = "./lib/proto-google-common-protos-1.17.0.jar"
[[platform.java11.dependency]]
groupId = "org.ballerinalang"
artifactId = "formatter-core"
version = "2201.4.0-20230213-151200-6d175fd1"
path = "./lib/formatter-core-2201.4.0-20230213-151200-6d175fd1.jar"
version = "2201.4.0"
path = "./lib/formatter-core-2201.4.0.jar"

[[platform.java11.dependency]]
groupId = "org.ballerinalang"
artifactId = "ballerina-parser"
version = "2201.4.0-20230213-151200-6d175fd1"
path = "./lib/ballerina-parser-2201.4.0-20230213-151200-6d175fd1.jar"
version = "2201.4.0"
path = "./lib/ballerina-parser-2201.4.0.jar"
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 = "grpc-compiler-plugin"
class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.6.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.6.0.jar"

0 comments on commit 21cd17b

Please sign in to comment.