Skip to content

Commit

Permalink
Merge pull request #172 from ballerina-platform/release-1.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.1.0 release
  • Loading branch information
dilanSachi committed May 14, 2024
2 parents bf3e001 + ef0dc67 commit 00aa956
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.1.0"
path = "../native/build/libs/mqtt-native-1.1.0-SNAPSHOT.jar"
path = "../native/build/libs/mqtt-native-1.1.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.1.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.1.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.9.0-20240405-165800-4b163f78"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina MQTT package th

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0] - 2023-09-15

### Added
- [Add compiler plugin and codeactions](https://github.com/ballerina-platform/ballerina-standard-library/issues/4687)
Expand Down
12 changes: 6 additions & 6 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.1.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
version=1.1.1-SNAPSHOT
ballerinaLangVersion=2201.9.0

checkstylePluginVersion=10.12.1
spotbugsPluginVersion=5.0.14
Expand All @@ -25,11 +25,11 @@ stdlibIoVersion=1.6.0

# Level 02
stdlibLogVersion=2.9.0
stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2
stdlibCryptoVersion=2.7.0
stdlibRandomVersion=1.5.0

# Level 03
stdlibUuidVersion=1.8.0-20240502-184000-71c8d75
stdlibUuidVersion=1.8.0

observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

0 comments on commit 00aa956

Please sign in to comment.