Skip to content

Commit

Permalink
Merge pull request #899 from MohamedSabthar/1.9.0
Browse files Browse the repository at this point in the history
Bump to the next minor version
  • Loading branch information
kaneeldias committed Aug 11, 2023
2 parents f68a834 + 36e211e commit 614ab61
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
org = "ballerina"
name = "udp"
version = "1.8.0"
version = "1.9.0"
authors = ["Ballerina"]
keywords = ["UDP", "datagram", "transport"]
repository = "https://github.com/ballerina-platform/module-ballerina-udp"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "udp-native"
version = "1.8.0"
path = "../native/build/libs/udp-native-1.8.0.jar"
version = "1.9.0"
path = "../native/build/libs/udp-native-1.9.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.8.0.jar"
path = "../test-utils/build/libs/udp-test-utils-1.9.0-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java17.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.8.0.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.9.0-SNAPSHOT.jar"
10 changes: 5 additions & 5 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.7.0"
distribution-version = "2201.8.0-20230726-145300-b2bdf796"

[[package]]
org = "ballerina"
name = "io"
version = "1.5.0"
version = "1.6.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -64,7 +64,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.1.0"
version = "1.2.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -86,7 +86,7 @@ modules = [
[[package]]
org = "ballerina"
name = "udp"
version = "1.8.0"
version = "1.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["UDP", "datagram", "transport"]
repository = "https://github.com/ballerina-platform/module-ballerina-udp"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand Down
12 changes: 6 additions & 6 deletions 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.8.1-SNAPSHOT
version=1.9.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796

puppycrawlCheckstyleVersion=10.12.0
Expand All @@ -12,11 +12,11 @@ nettyVersion=4.1.94.Final
underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
slf4jVersion=1.7.30
ballerinaGradlePluginVersion=2.0.1-SNAPSHOT
ballerinaGradlePluginVersion=2.0.1
gsonVersion=2.8.8

# Dependencies
stdlibIoVersion=1.5.0
stdlibLogVersion=2.8.1-20230718-085900-36c385c
observeVersion=1.1.0
observeInternalVersion=1.1.0
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751

0 comments on commit 614ab61

Please sign in to comment.