Skip to content

Commit

Permalink
[Automated] Sync main after 0.7.0 release (#25)
Browse files Browse the repository at this point in the history
* [Automated] Update the native jar versions

* Move dependencies to stable versions

* [Automated] Update the native jar versions

* [Gradle Release Plugin] - pre tag commit:  'v0.7.0'.

* [Gradle Release Plugin] - new version commit:  'v0.7.1-SNAPSHOT'.

---------

Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
  • Loading branch information
ballerina-bot and ballerina-bot authored Feb 17, 2025
1 parent 01ae975 commit e033e23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ graalvmCompatible = true
groupId = "io.ballerina.lib"
artifactId = "yaml-native"
version = "0.7.0"
path = "../native/build/libs/data.yaml-native-0.7.0-SNAPSHOT.jar"
path = "../native/build/libs/data.yaml-native-0.7.0.jar"


[[platform.java21.dependency]]
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.yaml.compiler.YamlDataCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/data.yaml-compiler-plugin-0.7.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/data.yaml-compiler-plugin-0.7.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
10 changes: 5 additions & 5 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=0.7.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
version=0.7.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstyleToolVersion=10.12.0
testngVersion=7.6.1
Expand All @@ -12,6 +12,6 @@ downloadPluginVersion=4.0.4
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.3.0

stdlibIoVersion=1.7.0-20250127-170200-0d36f73
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibIoVersion=1.7.0
stdlibConstraintVersion=1.6.0
stdlibTimeVersion=2.6.0

0 comments on commit e033e23

Please sign in to comment.