diff --git a/gradle.properties b/gradle.properties index 8cf4049b..dee769a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.2.0-SNAPSHOT +version=2.2.0 checkstylePluginVersion=8.18 spotbugsPluginVersion=4.5.1 shadowJarPluginVersion=5.2.0 diff --git a/integration-tests/Ballerina.toml b/integration-tests/Ballerina.toml index 696d7ba4..9dcf6ce1 100644 --- a/integration-tests/Ballerina.toml +++ b/integration-tests/Ballerina.toml @@ -1,12 +1,12 @@ [package] org = "ballerina" name = "integration_tests" -version = "@toml.version@" +version = "2.2.0" [[platform.java11.dependency]] -path = "../native/build/libs/log-native-@project.version@.jar" +path = "../native/build/libs/log-native-2.2.0.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/log-test-utils-@project.version@.jar" +path = "../test-utils/build/libs/log-test-utils-2.2.0.jar" [[platform.java11.dependency]] -path = "./lib/io-native-@io.native.version@.jar" +path = "./lib/io-native-1.2.0.jar" diff --git a/integration-tests/tests/Config.toml b/integration-tests/tests/Config.toml index 50818c95..7ca25eef 100644 --- a/integration-tests/tests/Config.toml +++ b/integration-tests/tests/Config.toml @@ -1,3 +1,3 @@ [integration_tests] -bal_exec_path = "@exec.path@" -temp_dir_path = "@temp.path@" +bal_exec_path = "/home/runner/work/module-ballerina-log/module-ballerina-log/target/ballerina-runtime/bin/bal" +temp_dir_path = "/tmp/groovy-generated-tmpdir-13864362336453337668"