Skip to content

Commit

Permalink
Merge pull request #71 from ballerina-platform/release-1.2.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.2.0 release
  • Loading branch information
SasinduDilshara authored Feb 19, 2025
2 parents 1976ddb + 65bc732 commit 26e404b
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 @@ -13,10 +13,10 @@ export = ["data.xmldata"]
groupId = "io.ballerina.lib"
artifactId = "data-native"
version = "1.2.0"
path = "../native/build/libs/data.xmldata-native-1.2.0-SNAPSHOT.jar"
path = "../native/build/libs/data.xmldata-native-1.2.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.xmldata.compiler.XmldataCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-1.2.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-1.2.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-20241204-163800-0d1e4836"
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=1.2.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
version=1.2.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
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
stdlibIoVersion=1.7.0
stdlibTimeVersion=2.6.0
stdlibConstraintVersion=1.6.0

0 comments on commit 26e404b

Please sign in to comment.