Skip to content

Commit

Permalink
Merge pull request #1079 from kaneeldias/bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias authored Aug 10, 2023
2 parents 333e7b2 + 7b53c29 commit 2e569f5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
org = "ballerina"
name = "io"
version = "1.5.1"
version = "1.6.0"
authors = ["Ballerina"]
keywords = ["io", "json", "xml", "csv", "file"]
repository = "https://github.com/ballerina-platform/module-ballerina-io"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "io-native"
path = "../native/build/libs/io-native-1.5.1-SNAPSHOT.jar"
version = "1.5.1"
path = "../native/build/libs/io-native-1.6.0-SNAPSHOT.jar"
version = "1.6.0"


[[platform.java17.dependency]]
path = "../test-utils/build/libs/io-test-utils-1.5.1-SNAPSHOT.jar"
path = "../test-utils/build/libs/io-test-utils-1.6.0-SNAPSHOT.jar"
scope = "testOnly"
version = "1.5.1-SNAPSHOT"
version = "1.6.0-SNAPSHOT"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0-20230726-145300-b2bdf796"
[[package]]
org = "ballerina"
name = "io"
version = "1.5.1"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.float"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["io", "json", "xml", "csv", "file"]
repository = "https://github.com/ballerina-platform/module-ballerina-io"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.5.1-SNAPSHOT
version=1.6.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
Expand All @@ -11,4 +11,4 @@ githubJohnrengelmanShadowVersion=8.1.1
underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0
checkstyleToolVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1-SNAPSHOT
ballerinaGradlePluginVersion=2.0.1

0 comments on commit 2e569f5

Please sign in to comment.