Skip to content

Commit

Permalink
Merge pull request #73 from ballerina-platform/updateVersions
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
warunalakshitha authored Nov 22, 2024
2 parents 5bc71f0 + 5e9a2ac commit 4a91d02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "ldap-native"
version = "1.1.0-SNAPSHOT"
path = "../native/build/libs/ldap-native-1.1.0-SNAPSHOT.jar"
version = "1.2.0-SNAPSHOT"
path = "../native/build/libs/ldap-native-1.2.0-SNAPSHOT.jar"

[[platform.java21.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=1.1.0-SNAPSHOT
version=1.2.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77

checkstylePluginVersion=10.12.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4a91d02

Please sign in to comment.