Skip to content

Commit

Permalink
Merge pull request #1286 from ayeshLK/master
Browse files Browse the repository at this point in the history
Revert JWT major version bump and update to next minor version
  • Loading branch information
TharmiganK authored Aug 9, 2024
2 parents 395445a + 8e4b8c6 commit b9d03ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "jwt"
version = "3.0.0"
version = "2.13.0"
authors = ["Ballerina"]
keywords = ["security", "authentication", "jwt", "jwk", "jws"]
repository = "https://github.com/ballerina-platform/module-ballerina-jwt"
Expand All @@ -15,5 +15,5 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "jwt-native"
version = "3.0.0"
path = "../native/build/libs/jwt-native-3.0.0-SNAPSHOT.jar"
version = "2.13.0"
path = "../native/build/libs/jwt-native-2.13.0-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -64,7 +64,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "3.0.0"
version = "2.13.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=3.0.0-SNAPSHOT
version=2.13.0-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1

Expand Down

0 comments on commit b9d03ed

Please sign in to comment.