Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.0.1'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Nov 19, 2021
1 parent 8bb7c03 commit 47ea417
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ license = ["Apache-2.0"]
distribution = "slbeta3"

[[platform.java11.dependency]]
path = "../native/build/libs/websocket-native-2.0.1-SNAPSHOT.jar"
path = "../native/build/libs/websocket-native-2.0.1.jar"

[[platform.java11.dependency]]
path = "./lib/http-native-2.0.1-20211119-130400-6c52bf4.jar"
path = "./lib/http-native-2.0.1.jar"

[[platform.java11.dependency]]
path = "./lib/mime-native-2.0.1-20211117-230900-13b1a1e.jar"
path = "./lib/mime-native-2.0.1.jar"

[[platform.java11.dependency]]
path = "./lib/netty-common-4.1.68.Final.jar"
Expand All @@ -42,5 +42,5 @@ path = "./lib/netty-codec-4.1.68.Final.jar"
path = "./lib/netty-handler-proxy-4.1.68.Final.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/websocket-test-utils-2.0.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/websocket-test-utils-2.0.1.jar"
scope = "testOnly"
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 = "websocket-compiler-plugin"
class = "io.ballerina.stdlib.websocket.plugin.WebSocketCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.0.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/websocket-compiler-plugin-2.0.1.jar"
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=2.0.1-SNAPSHOT
version=2.0.1
ballerinaLangVersion=2.0.0-beta.4
ballerinaTomlParserVersion=1.2.2
nettyVersion=4.1.68.Final
Expand Down

0 comments on commit 47ea417

Please sign in to comment.