Skip to content

Commit

Permalink
Merge pull request #554 from niveathika/main
Browse files Browse the repository at this point in the history
Fix uuid stdlib version
  • Loading branch information
niveathika authored May 30, 2022
2 parents e0e0a28 + e2fe491 commit 1356efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["websub", "hub", "publisher", "service", "listener", "client"]
repository = "https://github.com/ballerina-platform/module-ballerina-websubhub"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.0.1"
distribution = "2201.1.0"

[[platform.java11.dependency]]
path = "../native/build/libs/websubhub-native-1.3.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ modules = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.5.0"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdlibUrlVersion=2.2.2-20220527-115300-f92a189
stdlibCryptoVersion=2.2.2-20220527-144600-7afd755
stdlibLogVersion=2.3.0-20220527-150400-a398ffa
stdlibMimeVersion=2.3.0-20220527-151400-9ed2475
stdlibUuidVersion=1.5.0-20220527-145800-1a92a2c
stdlibUuidVersion=1.3.0-20220530-183300-0c6d347
stdlibHttpVersion=2.3.0-20220527-155600-bb9a583

# Transitive Dependencies
Expand Down

0 comments on commit 1356efd

Please sign in to comment.