Skip to content

Commit

Permalink
Merge branch 'ballerina-platform:master' into new-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu authored Jun 23, 2024
2 parents 127a8d8 + 58288e0 commit 7b15b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "ldap-native"
version = "0.9.0-SNAPSHOT"
path = "../native/build/libs/ldap-native-0.9.0-SNAPSHOT.jar"
version = "0.9.0"
path = "../native/build/libs/ldap-native-0.9.0.jar"

[[platform.java17.dependency]]
groupId = "com.unboundid"
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.lib
version=0.9.0-SNAPSHOT
version=0.9.1-SNAPSHOT
ballerinaLangVersion=2201.8.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 7b15b1c

Please sign in to comment.