Skip to content

Commit

Permalink
Merge pull request #13 from ballerina-platform/release-0.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 0.1.0 release
  • Loading branch information
daneshk authored May 28, 2024
2 parents a0a74e1 + 0e2ea1d commit e401e3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ graalvmCompatible = true
groupId = "io.ballerina.lib"
artifactId = "persist.redis-native"
version = "0.1.0"
path = "../native/build/libs/persist.redis-native-0.1.0-SNAPSHOT.jar"
path = "../native/build/libs/persist.redis-native-0.1.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.3.0"
path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar"
path = "./lib/persist-native-1.3.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.9.0-20240405-165800-4b163f78"
distribution-version = "2201.9.0"

[[package]]
org = "ballerina"
Expand Down
24 changes: 12 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.lib
version=0.1.0-SNAPSHOT
version=0.1.1-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.0
checkstyleToolVersion=10.12.0
Expand All @@ -11,7 +11,7 @@ testngVersion=7.6.1
gsonVersion=2.10
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.9.0-20240419-152500-bd530dd2
ballerinaLangVersion=2201.9.0

# Direct Dependencies
# Level 01
Expand All @@ -23,30 +23,30 @@ stdlibUrlVersion=2.4.0
stdlibConstraintVersion=1.5.0
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibCryptoVersion=2.7.0-20240419-184200-7bc2693
stdlibCryptoVersion=2.7.0
stdlibTaskVersion=2.5.0
stdlibPersistVersion=1.3.0-20240419-184000-8f2bc69
stdlibPersistVersion=1.3.0

# Level 03
stdlibFileVersion=1.9.0
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240419-205800-699c1b6
stdlibUuidVersion=1.8.0

# Level 04
stdlibAuthVersion=2.11.0-20240419-212200-83c312b
stdlibJwtVersion=2.11.0-20240419-212200-853ba89
stdlibOAuth2Version=2.11.0-20240419-212300-79a26ae
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

# Level 05
stdlibHttpVersion=2.11.0-20240419-221600-aa2f91a
stdlibHttpVersion=2.11.0

# Level 08
stdlibRedisVersion=3.0.1

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

# Enabled publishing insecure checksums, due to fail to publish to maven central
# Refer https://github.com/gradle/gradle/issues/11308
Expand Down

0 comments on commit e401e3d

Please sign in to comment.