Skip to content

Commit

Permalink
Merge pull request #197 from ballerina-platform/release-1.2.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.2.0 release
  • Loading branch information
ayeshLK authored Aug 28, 2024
2 parents 0bd4abf + 5d92982 commit 6f2d777
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "mqtt-native"
version = "1.2.0"
path = "../native/build/libs/mqtt-native-1.2.0-SNAPSHOT.jar"
path = "../native/build/libs/mqtt-native-1.2.0.jar"

[[platform.java17.dependency]]
groupId = "org.eclipse.paho"
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 = "mqtt-compiler-plugin"
class = "io.ballerina.stdlib.mqtt.compiler.MqttCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.2.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.2.0.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand All @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.2.0-SNAPSHOT
ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
version=1.2.1-SNAPSHOT
ballerinaLangVersion=2201.10.0

checkstylePluginVersion=10.12.1
spotbugsPluginVersion=5.0.14
Expand All @@ -24,12 +24,12 @@ stdlibTimeVersion=2.4.0
stdlibIoVersion=1.6.0

# Level 02
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibCryptoVersion=2.7.2
stdlibRandomVersion=1.5.0

# Level 03
stdlibUuidVersion=1.8.0

observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 6f2d777

Please sign in to comment.