Skip to content

Commit 82765b5

Browse files
authored
Merge pull request #30 from ballerina-platform/release-1.1.1
[Automated] Sync main after 1.1.1 release
2 parents 2eeb1d1 + ba08e86 commit 82765b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina
3-
version=1.1.1-SNAPSHOT
3+
version=1.1.2-SNAPSHOT
44

55
# Dependencies
66
ballerinaLangVersion=2201.11.0

module-ballerina-xsd/BalTool.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
id = "xsd"
33

44
[[dependency]]
5-
path = "../xsd-cli/build/libs/xsd-cli-1.1.0.jar"
5+
path = "../xsd-cli/build/libs/xsd-cli-1.1.1.jar"
66

77
[[dependency]]
8-
path = "../xsd-core/build/libs/xsd-core-1.1.0.jar"
8+
path = "../xsd-core/build/libs/xsd-core-1.1.1.jar"
99

module-ballerina-xsd/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
distribution = "2201.11.0"
33
org = "ballerina"
44
name = "xsdtool"
5-
version = "1.1.0"
5+
version = "1.1.1"
66
authors = ["Ballerina"]
77
keywords = ["xsd", "xsd-tool"]
88
repository = "https://github.com/ballerina-platform/xsd-tools"

module-ballerina-xsd/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution-version = "2201.11.0"
1010
[[package]]
1111
org = "ballerina"
1212
name = "xsdtool"
13-
version = "1.1.0"
13+
version = "1.1.1"
1414
modules = [
1515
{org = "ballerina", packageName = "xsdtool", moduleName = "xsdtool"}
1616
]

0 commit comments

Comments
 (0)