From 00886d7a11779996959936173c93dd5b8174e9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ko=C5=82odziejczyk?= Date: Sun, 30 Jun 2024 21:03:16 +0200 Subject: [PATCH] ROR 1.58.0 release --- azure-pipelines.yml | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac0e4ae176..cbc32e0cfa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -318,7 +318,7 @@ stages: ) jobs: - job: - timeoutInMinutes: 180 + timeoutInMinutes: 600 steps: - checkout: self fetchDepth: 1 @@ -334,6 +334,7 @@ stages: echo "[UPLOAD_PRE_ROR] executing ROR_TASK = $ROR_TASK" echo ">>> ($ROR_TASK) Uploading pre-ROR" && ci/run-pipeline.sh + timeoutInMinutes: 600 env: var_aws_access_key_id: $(aws_access_key_id) var_aws_secret_access_key: $(aws_secret_access_key) diff --git a/gradle.properties b/gradle.properties index f83c1856af..1886366922 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -publishedPluginVersion=1.57.3 +publishedPluginVersion=1.58.0 pluginVersion=1.58.0 pluginName=readonlyrest