Skip to content

Commit

Permalink
Sync java17 changes with master
Browse files Browse the repository at this point in the history
  • Loading branch information
gabilang committed Jul 16, 2023
2 parents f0ed964 + 3ca89c6 commit a63469a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ distribution = "2201.7.0"
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../test-utils/build/libs/jballerina.java.arrays-test-utils-1.3.0-SNAPSHOT.jar"
version = "1.3.0-SNAPSHOT"
path = "../test-utils/build/libs/jballerina.java.arrays-test-utils-1.3.0.jar"
version = "1.3.0"
scope = "testOnly"
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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.3.0-SNAPSHOT
ballerinaLangVersion=2201.7.0-20230619-175900-bb4e4544
version=1.3.1-SNAPSHOT
ballerinaLangVersion=2201.7.0
githubSpotbugsVersion=5.0.14
githubJohnrengelmanShadowVersion=7.1.2
underCouchDownloadVersion=5.4.0
Expand Down

0 comments on commit a63469a

Please sign in to comment.