Skip to content

Commit

Permalink
Merge pull request #873 from aashikam/update17
Browse files Browse the repository at this point in the history
Bump version to next minor version
  • Loading branch information
kaneeldias authored Aug 15, 2023
2 parents ad9ed0e + a5b11fa commit 8b5d472
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 48 deletions.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerinax"
name = "rabbitmq"
version = "2.9.1"
version = "2.10.0"
authors = ["Ballerina"]
keywords = ["service", "client", "messaging", "network", "pubsub"]
repository = "https://github.com/ballerina-platform/module-ballerinax-rabbitmq"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand All @@ -18,14 +18,14 @@ path = "./lib/amqp-client-5.10.0.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "rabbitmq-native"
version = "2.9.1"
path = "../native/build/libs/rabbitmq-native-2.9.1-SNAPSHOT.jar"
version = "2.10.0"
path = "../native/build/libs/rabbitmq-native-2.10.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.3.0"
path = "./lib/constraint-native-1.3.0.jar"
version = "1.4.0"
path = "./lib/constraint-native-1.4.0-20230810-133100-e09cfc1.jar"

[build-options]
observabilityIncluded=true
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 = "rabbitmq-compiler-plugin"
class = "io.ballerina.stdlib.rabbitmq.plugin.RabbitmqCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-2.9.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-2.10.0-SNAPSHOT.jar"
38 changes: 19 additions & 19 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 = "auth"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.6.0"
version = "3.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.3.0"
version = "1.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -47,7 +47,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -59,7 +59,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.8.0"
version = "1.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -71,7 +71,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "io"
version = "1.5.0"
version = "1.6.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -118,7 +118,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -240,7 +240,7 @@ modules = [
[[package]]
org = "ballerina"
name = "log"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -255,7 +255,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -266,7 +266,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -280,15 +280,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.7.0"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -298,7 +298,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.4.0"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -321,15 +321,15 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.3.0"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.3.0"
version = "2.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -338,7 +338,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.6.0"
version = "1.7.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -386,7 +386,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "rabbitmq"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "crypto"},
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 = ["service", "client", "messaging", "network", "pubsub"]
repository = "https://github.com/ballerina-platform/module-ballerinax-rabbitmq"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand Down
43 changes: 22 additions & 21 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.9.1-SNAPSHOT
version=2.10.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796

amqpClientVersion=5.10.0
puppycrawlCheckstyleVersion=10.12.1
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1-SNAPSHOT
ballerinaGradlePluginVersion=2.0.1

gsonVersion=2.8.8

# stdlib dependencies
stdlibCryptoVersion=2.4.0
stdlibLogVersion=2.8.1-20230718-085900-36c385c
stdlibTimeVersion=2.3.0
stdlibUuidVersion=1.6.0
stdlibIoVersion=1.5.0
stdlibTransactionVersion=1.7.0
stdlibFileVersion=1.8.0
stdlibTaskVersion=2.4.0
stdlibJwtVersion=2.9.0
stdlibMimeVersion=2.8.0
stdlibHttpVersion=2.9.0
stdlibOAuth2Version=2.9.0
stdlibOsVersion=1.7.0
stdlibCacheVersion=3.6.0
stdlibAuthVersion=2.9.0
stdlibUrlVersion=2.3.0
stdlibConstraintVersion=1.3.0
observeVersion=1.1.0
observeInternalVersion=1.1.0
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
stdlibTimeVersion=2.4.0-20230810-115600-b28bb07
stdlibUrlVersion=2.4.0-20230810-111000-683c6e4
stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1
stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
stdlibOsVersion=1.8.0-20230810-161400-624a2aa
stdlibRandomVersion=1.5.0-20230810-145700-9dcd729
stdlibTaskVersion=2.5.0-20230810-145800-b191831
stdlibCacheVersion=3.7.0-20230811-093200-b83e72c
stdlibFileVersion=1.9.0-20230811-093200-875a787
stdlibMimeVersion=2.9.0-20230810-183500-af95101
stdlibUuidVersion=1.7.0-20230811-093200-dc65fdd
stdlibAuthVersion=2.10.0-20230811-110600-2428623
stdlibJwtVersion=2.10.0-20230811-114700-d48ab2f
stdlibOAuth2Version=2.10.0-20230811-111300-5550652
stdlibHttpVersion=2.10.0-20230811-144100-cac5d57
stdlibTransactionVersion=1.8.0-20230814-091700-0011487
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751

0 comments on commit 8b5d472

Please sign in to comment.