Skip to content

Commit

Permalink
Merge pull request #28 from ballerina-platform/release-1.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.0.0 release
  • Loading branch information
dilanSachi authored Sep 18, 2023
2 parents 8d01752 + d8b5cad commit 04fc16f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.0.0"
path = "../native/build/libs/mqtt-native-1.0.0-SNAPSHOT.jar"
path = "../native/build/libs/mqtt-native-1.0.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.0.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.0.0.jar"
2 changes: 1 addition & 1 deletion 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.8.0-20230830-220400-8a7556d8"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
20 changes: 10 additions & 10 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.0.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
version=1.0.1-SNAPSHOT
ballerinaLangVersion=2201.8.0

checkstylePluginVersion=10.12.1
spotbugsPluginVersion=5.0.14
Expand All @@ -20,16 +20,16 @@ pahoMqtt5Version=1.2.5
#stdlib dependencies

# Level 01
stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e
stdlibIoVersion=1.6.0-20230911-134800-de06e28
stdlibTimeVersion=2.4.0
stdlibIoVersion=1.6.0

# Level 02
stdlibLogVersion=2.9.0-20230911-150900-2f32c1a
stdlibCryptoVersion=2.5.0-20230911-142900-8807d07
stdlibRandomVersion=1.5.0-20230911-142500-8afcce6
stdlibLogVersion=2.9.0
stdlibCryptoVersion=2.5.0
stdlibRandomVersion=1.5.0

# Level 03
stdlibUuidVersion=1.7.0-20230911-150900-6c4771f
stdlibUuidVersion=1.7.0

observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
observeVersion=1.2.0
observeInternalVersion=1.2.0

0 comments on commit 04fc16f

Please sign in to comment.