Skip to content

Commit

Permalink
Merge pull request #23 from ballerina-platform/release-1.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.1.0 release
  • Loading branch information
daneshk authored Jul 10, 2023
2 parents c980bdc + ffd8550 commit 9a095fc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "persist.sql-native"
version = "1.1.0"
path = "../native/build/libs/persist.sql-native-1.1.0-SNAPSHOT.jar"
path = "../native/build/libs/persist.sql-native-1.1.0.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.1.0"
path = "./lib/persist-native-1.1.0-20230620-202500-81fc407.jar"
path = "./lib/persist-native-1.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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
46 changes: 23 additions & 23 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.1.0-SNAPSHOT
version=1.1.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
checkstyleToolVersion=7.8.2
Expand All @@ -11,58 +11,58 @@ testngVersion=7.4.0
gsonVersion=2.10
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
ballerinaLangVersion= 2201.7.0

# Direct Dependencies
# Level 01
stdlibIoVersion=1.5.0-20230622-110500-8523dfe
stdlibTimeVersion=2.3.0-20230622-110600-b78c05f
stdlibUrlVersion=2.3.0-20230622-110800-bea5e27
stdlibIoVersion=1.5.0
stdlibTimeVersion=2.3.0
stdlibUrlVersion=2.3.0

# Level 02
stdlibLogVersion=2.8.0-20230622-125300-797c7fe
stdlibOsVersion=1.7.0-20230622-115000-1a0833a
stdlibLogVersion=2.8.0
stdlibOsVersion=1.7.0

# Level 03
stdlibFileVersion=1.8.0-20230622-133700-989cf79
stdlibFileVersion=1.8.0

# Level 05
stdlibHttpVersion=2.9.0-20230622-163900-9a4bd32
stdlibHttpVersion=2.9.0

# Level 08
stdlibSqlVersion=1.10.0-20230623-100400-baaf88f
stdlibSqlVersion=1.10.0

# Level 09
stdlibPersistVersion=1.1.0-20230622-114800-de3de08
stdlibPersistVersion=1.1.0

# Ballerina external dependency
stdlibMysqlDriverVersion=1.4.1
stdlibMssqlDriverVersion=1.4.1

# Ballerinax Observer
observeVersion=1.1.0-20230622-105700-f92eb77
observeInternalVersion=1.1.0-20230622-114200-c6b7282
observeVersion=1.1.0
observeInternalVersion=1.1.0

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.3.0-20230622-115000-e1ca592
stdlibConstraintVersion=1.3.0

#Level 02
stdlibCryptoVersion=2.4.0-20230622-115200-fdbc399
stdlibTaskVersion=2.4.0-20230622-115600-696d07f
stdlibCryptoVersion=2.4.0
stdlibTaskVersion=2.4.0

# Level 03
stdlibCacheVersion=3.6.0-20230622-124400-5d6a738
stdlibMimeVersion=2.8.0-20230622-135900-25e4923
stdlibUuidVersion=1.6.0-20230622-124700-fd21e75
stdlibCacheVersion=3.6.0
stdlibMimeVersion=2.8.0
stdlibUuidVersion=1.6.0

# Level 04
stdlibAuthVersion=2.9.0-20230622-133700-87dec9a
stdlibJwtVersion=2.9.0-20230622-133700-dd9ebf0
stdlibOAuth2Version=2.9.0-20230622-140500-ef79c89
stdlibAuthVersion=2.9.0
stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0

# Level 06
stdlibTransactionVersion=1.7.0-20230622-214600-b7b5f02
stdlibTransactionVersion=1.7.0

# Test Dependencies
testStdlibMysqlVersion=1.10.0-20230622-110800-e226d3f
Expand Down

0 comments on commit 9a095fc

Please sign in to comment.