Skip to content

Commit

Permalink
Merge pull request #540 from Bhashinee/2201.0.x
Browse files Browse the repository at this point in the history
Update the version to a stable version
  • Loading branch information
ldclakmal authored May 27, 2022
2 parents 3915629 + 9f6be85 commit b7c53d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ license = ["Apache-2.0"]
distribution = "2201.0.4"

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

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

[[platform.java11.dependency]]
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 = "udp-plugin"
class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.2.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.2.2.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=1.2.2-SNAPSHOT
version=1.2.2
ballerinaLangVersion=2201.0.4

puppycrawlCheckstyleVersion=8.18
Expand Down

0 comments on commit b7c53d6

Please sign in to comment.