Skip to content

Commit

Permalink
Merge pull request #70 from ballerina-platform/release-1.0.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.0.0 release
  • Loading branch information
ballerina-bot authored Feb 17, 2025
1 parent 545e997 commit f2a210c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.lib"
artifactId = "jsondata-native"
version = "1.0.0"
path = "../native/build/libs/data.jsondata-native-1.0.0-SNAPSHOT.jar"
path = "../native/build/libs/data.jsondata-native-1.0.0.jar"

[[platform.java21.dependency]]
path = "./lib/json-path-2.9.0.jar"
Expand All @@ -40,4 +40,4 @@ version = "2.4.7"
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.6.0"
path = "./lib/constraint-native-1.6.0-20241122-133100-98689e2.jar"
path = "./lib/constraint-native-1.6.0.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin"
class = "io.ballerina.lib.data.jsondata.compiler.JsondataCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/data.jsondata-compiler-plugin-1.0.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/data.jsondata-compiler-plugin-1.0.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.lib
version=1.0.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
version=1.0.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstyleToolVersion=10.12.0
testngVersion=7.6.1
Expand All @@ -15,8 +15,8 @@ javaJsonPathVersion=2.9.0
javaJsonSmartVersion=2.4.11
javaAccessorsSmartVersion=2.4.7

stdlibFileVersion=1.11.0-20250131-135400-07feabc
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
stdlibOsVersion=1.9.0-20250127-170900-54f2a57
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
stdlibFileVersion=1.11.0
stdlibIoVersion=1.7.0
stdlibOsVersion=1.9.0
stdlibTimeVersion=2.6.0
stdlibConstraintVersion=1.6.0

0 comments on commit f2a210c

Please sign in to comment.