From 90dea2966b0c4b746078bf80848576e13769d0f9 Mon Sep 17 00:00:00 2001 From: Andrea Borghi Date: Wed, 21 Oct 2020 10:51:15 +0200 Subject: [PATCH] remove stupid snapshot again --- .github/workflows/ci.yaml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0aeaa1d2b3..fb10859332 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: jobs: build: runs-on: ubuntu-18.04 - timeout-minutes: 30 + timeout-minutes: 60 name: Continuous integration env: diff --git a/build.gradle b/build.gradle index fdef5046b6..72f66e4a97 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ wrapper { allprojects { group = 'org.mapfish.print' - version = '3.24.1' + version = '3.24.2' ext.junitVersion = "4.13" ext.groovyVersion = "3.0.4" ext.spotbugVersion = '3.1.12'