Skip to content

Commit

Permalink
Merge pull request #1760 from ballerina-platform/release-2.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 2.1.0 release
  • Loading branch information
lnash94 authored Aug 21, 2024
2 parents 8f6b20d + 44075ec commit e4c0dd7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina
version=2.1.0-SNAPSHOT
version=2.1.1-SNAPSHOT

ballerinaToOpenAPIVersion=2.1.0

Expand Down Expand Up @@ -28,40 +28,40 @@ stdlibIoVersion=1.6.1
stdlibRegexVersion=1.4.3
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0
stdlibXmldataVersion=1.0.0-20240814-191500-2f18de5
stdlibXmldataVersion=1.0.0

# Stdlib Level 02
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.2
stdlibLogVersion=2.10.0-20240814-120000-f0c3cc8
stdlibLogVersion=2.10.0
stdlibOsVersion=1.8.0
stdlibTaskVersion=2.5.0

# Stdlib Level 03
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

# Stdlib Level 04
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

# Stdlib Level 05
stdlibHttpVersion=2.12.0-20240814-145000-dcdc9a0
stdlibHttpVersion=2.12.0

# Stdlib Level 06
stdlibGrpcVersion=1.12.0-20240814-155200-3ee2dba
stdlibWebsocketVersion=2.12.0-20240814-155600-2780f9f
stdlibWebsubVersion=2.12.0-20240814-154800-145e936
stdlibGrpcVersion=1.12.0
stdlibWebsocketVersion=2.12.0
stdlibWebsubVersion=2.12.0

# Stdlib Level 07
stdlibGraphqlVersion=1.14.0-20240814-162600-e68e1fa
stdlibGraphqlVersion=1.14.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

# 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 e4c0dd7

Please sign in to comment.