Skip to content

Commit

Permalink
Merge pull request #893 from ballerina-platform/release-3.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 3.1.0 release
  • Loading branch information
aashikam authored Aug 23, 2024
2 parents 57827a4 + 74168fd commit 94629af
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
org = "ballerinax"
name = "nats_tests"
version = "3.0.0"
version = "3.1.0"
14 changes: 7 additions & 7 deletions ballerina-tests/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.9.0"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
name = "crypto"
version = "2.7.0"
version = "2.7.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -20,7 +20,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -114,7 +114,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -129,7 +129,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.3.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -171,7 +171,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "nats"
version = "3.0.0"
version = "3.1.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -185,7 +185,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "nats_tests"
version = "3.0.0"
version = "3.1.0"
dependencies = [
{org = "ballerina", name = "lang.runtime"},
{org = "ballerina", name = "lang.string"},
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "./lib/jnats-2.16.0.jar"
groupId = "io.ballerina.stdlib"
artifactId = "nats-native"
version = "3.1.0"
path = "../native/build/libs/nats-native-3.1.0-SNAPSHOT.jar"
path = "../native/build/libs/nats-native-3.1.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
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 = "nats-compiler-plugin"
class = "io.ballerina.stdlib.nats.plugin.NatsCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/nats-compiler-plugin-3.1.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/nats-compiler-plugin-3.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.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib

version=3.1.0-SNAPSHOT
ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a
version=3.1.1-SNAPSHOT
ballerinaLangVersion=2201.10.0
ballerinaGradlePluginVersion=2.0.1

natsVersion=2.16.0
Expand All @@ -15,10 +15,10 @@ stdlibIoVersion=1.6.1
stdlibTimeVersion=2.4.0

stdlibConstraintVersion=1.5.0
stdlibLogVersion=2.10.0-20240807-203000-b85cfb9
stdlibLogVersion=2.10.0
stdlibCryptoVersion=2.7.2

observeVersion=1.3.0-20240807-093200-e29ca7a
observeInternalVersion=1.3.0-20240807-094500-91e2d3a
observeVersion=1.3.0
observeInternalVersion=1.3.0

jacocoVersion=0.8.10

0 comments on commit 94629af

Please sign in to comment.