Skip to content

Commit

Permalink
Merge pull request #60 from SasinduDilshara/update-1.2.0
Browse files Browse the repository at this point in the history
Update 1.2.0 minor version
  • Loading branch information
SasinduDilshara authored Nov 29, 2024
2 parents 8116c64 + 5257941 commit 14aff6e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "data.xmldata"
version = "1.1.0"
version = "1.2.0"
authors = ["Ballerina"]
keywords = ["xml"]
repository = "https://github.com/ballerina-platform/module-ballerina-data-xmldata"
Expand All @@ -12,8 +12,8 @@ export = ["data.xmldata"]
[[platform.java21.dependency]]
groupId = "io.ballerina.lib"
artifactId = "data-native"
version = "1.1.0"
path = "../native/build/libs/data.xmldata-native-1.1.0-SNAPSHOT.jar"
version = "1.2.0"
path = "../native/build/libs/data.xmldata-native-1.2.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
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.1.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/data.xmldata-compiler-plugin-1.2.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.xmldata"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "io"},
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-20241121-075100-c4c87cbc

checkstyleToolVersion=10.12.0
Expand Down

0 comments on commit 14aff6e

Please sign in to comment.