Skip to content

Commit

Permalink
Merge pull request #1627 from ballerina-platform/release-1.12.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 1.12.0 release
  • Loading branch information
daneshk committed Aug 26, 2024
2 parents 62caae4 + 0bd4c10 commit 8b00844
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "grpc-native"
version = "1.12.0"
path = "../native/build/libs/grpc-native-1.12.0-SNAPSHOT.jar"
path = "../native/build/libs/grpc-native-1.12.0.jar"

[[platform.java17.dependency]]
path = "../test-utils/build/libs/grpc-test-utils-1.12.0-SNAPSHOT.jar"
path = "../test-utils/build/libs/grpc-test-utils-1.12.0.jar"
scope = "testOnly"

[[platform.java17.dependency]]
path = "./lib/ballerina-cli-2201.10.0-20240806-083400-aabac46a.jar"
path = "./lib/ballerina-cli-2201.10.0.jar"
scope = "testOnly"

[[platform.java17.dependency]]
Expand All @@ -35,7 +35,7 @@ scope = "testOnly"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.12.0"
path = "./lib/http-native-2.12.0-20240809-111500-91b1ccd.jar"
path = "./lib/http-native-2.12.0.jar"

[[platform.java17.dependency]]
groupId = "io.netty"
Expand Down Expand Up @@ -163,11 +163,11 @@ path = "./lib/proto-google-common-protos-1.17.0.jar"
[[platform.java17.dependency]]
groupId = "org.ballerinalang"
artifactId = "formatter-core"
version = "2201.10.0-20240806-083400-aabac46a"
path = "./lib/formatter-core-2201.10.0-20240806-083400-aabac46a.jar"
version = "2201.10.0"
path = "./lib/formatter-core-2201.10.0.jar"

[[platform.java17.dependency]]
groupId = "org.ballerinalang"
artifactId = "ballerina-parser"
version = "2201.10.0-20240806-083400-aabac46a"
path = "./lib/ballerina-parser-2201.10.0-20240806-083400-aabac46a.jar"
version = "2201.10.0"
path = "./lib/ballerina-parser-2201.10.0.jar"
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 = "grpc-compiler-plugin"
class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.12.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.12.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
22 changes: 11 additions & 11 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=1.12.0-SNAPSHOT
version=1.12.1-SNAPSHOT
#dependency versions
ballerinaLangVersion=2201.10.0-20240814-095500-9d14866a
ballerinaLangVersion=2201.10.0
ballerinaTomlParserVersion=1.2.2
checkstylePluginVersion=10.12.0
commonsLang3Version=3.8.1
Expand Down Expand Up @@ -32,23 +32,23 @@ stdlibUrlVersion=2.4.0

stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.2
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibOsVersion=1.8.0
stdlibProtobufVersion=1.6.0
stdlibRandomVersion=1.5.0
stdlibTaskVersion=2.5.0

stdlibCacheVersion=3.8.0
stdlibFileVersion=1.10.0-20240814-133200-74f4d63
stdlibMimeVersion=2.10.0-20240814-133200-6c54439
stdlibFileVersion=1.10.0
stdlibMimeVersion=2.10.0
stdlibUuidVersion=1.8.0

stdlibAuthVersion=2.12.0-20240814-133000-6db5624
stdlibJwtVersion=2.13.0-20240814-133100-630021f
stdlibOAuth2Version=2.12.0-20240814-133400-a7008e4
stdlibAuthVersion=2.12.0
stdlibJwtVersion=2.13.0
stdlibOAuth2Version=2.12.0

stdlibHttpVersion=2.12.0-20240816-115800-498591d
stdlibHttpVersion=2.12.0

# Ballerinax Observer
observeVersion=1.3.0-20240814-114100-0f71e1e
observeInternalVersion=1.3.0-20240814-114900-8a734a3
observeVersion=1.3.0
observeInternalVersion=1.3.0

0 comments on commit 8b00844

Please sign in to comment.