Skip to content

Commit

Permalink
Merge pull request #728 from aashikam/u7-versions
Browse files Browse the repository at this point in the history
Update versions for Update 7
  • Loading branch information
kalaiyarasiganeshalingam committed Jun 20, 2023
2 parents 2158b88 + 097c958 commit 65b9211
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/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.6.0-20230614-102000-d1aade7d"
distribution-version = "2201.7.0-20230619-175900-bb4e4544"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "../native/build/libs/nats-native-2.9.0-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.3.0"
path = "./lib/constraint-native-1.3.0-20230614-161700-f1a0fb3.jar"
path = "./lib/constraint-native-1.3.0-20230620-195700-ca941bc.jar"

[build-options]
observabilityIncluded=true
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.6.0-20230614-102000-d1aade7d"
distribution-version = "2201.7.0-20230619-175900-bb4e4544"

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

version=2.9.0-SNAPSHOT
ballerinaLangVersion=2201.6.0-20230614-102000-d1aade7d
ballerinaLangVersion=2201.7.0-20230619-175900-bb4e4544
ballerinaGradlePluginVersion=1.1.0

natsVersion=2.16.0
puppycrawlCheckstyleVersion=8.18
testngVersion=7.4.0
gsonVersion=2.8.8

stdlibCryptoVersion=2.4.0-20230614-154200-1745f32
stdlibLogVersion=2.8.0-20230614-193000-9f7edcd
stdlibTimeVersion=2.3.0-20230614-151000-47027a9
stdlibConstraintVersion=1.3.0-20230614-161700-f1a0fb3
stdlibIoVersion=1.5.0-20230614-150600-6387868
observeVersion=1.1.0-20230614-170700-802c054
observeInternalVersion=1.1.0-20230614-173400-75b87c5
stdlibConstraintVersion=1.3.0-20230620-195700-ca941bc
stdlibIoVersion=1.5.0-20230620-192100-29cf327
stdlibLogVersion=2.8.0-20230620-203000-74034d2
stdlibCryptoVersion=2.4.0-20230620-202300-53ac3fb
stdlibTimeVersion=2.3.0-20230620-192500-12d3432
observeVersion=1.1.0-20230620-193900-57e0c73
observeInternalVersion=1.1.0-20230620-201800-18bbd1b

jacocoVersion=0.8.8

0 comments on commit 65b9211

Please sign in to comment.