From ee57cd7d3b25b7a054f8742fd9f43db1fcce040c Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 27 Aug 2019 10:32:31 +0200 Subject: [PATCH 1/3] don't mark blocked issues as stale [ci skip] --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index c6cbb1928..58ad1e2ad 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 30 exemptLabels: - type:security-issue # never close automatically - state:awaiting-response # handled by different bot + - state:blocked # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true # Label to use when marking an issue as stale From 7534bb3c7e9dcd41be1032ceb679bcefc045bc77 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 18 Sep 2019 22:01:16 +0200 Subject: [PATCH 2/3] fixes #955 --- main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/pom.xml b/main/pom.xml index 8066ffc48..2b1c6fc20 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ 1.2.1 - 1.8.7 + 1.8.8 2.0.0 1.2.0 1.1.11 From 66c098c746d17250cd6c53e9405e8ea394272ca5 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 18 Sep 2019 22:02:57 +0200 Subject: [PATCH 3/3] Preparing 1.4.16 --- main/buildkit/pom.xml | 2 +- main/commons/pom.xml | 2 +- main/keychain/pom.xml | 2 +- main/launcher/pom.xml | 2 +- main/pom.xml | 2 +- main/ui/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/buildkit/pom.xml b/main/buildkit/pom.xml index c573072b2..2c2823074 100644 --- a/main/buildkit/pom.xml +++ b/main/buildkit/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.5.0-SNAPSHOT + 1.4.16 buildkit pom diff --git a/main/commons/pom.xml b/main/commons/pom.xml index ebb78e73f..c67cb457d 100644 --- a/main/commons/pom.xml +++ b/main/commons/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.5.0-SNAPSHOT + 1.4.16 commons Cryptomator Commons diff --git a/main/keychain/pom.xml b/main/keychain/pom.xml index 01e276cc9..2d568f117 100644 --- a/main/keychain/pom.xml +++ b/main/keychain/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.5.0-SNAPSHOT + 1.4.16 keychain System Keychain Access diff --git a/main/launcher/pom.xml b/main/launcher/pom.xml index aef980622..6922cde90 100644 --- a/main/launcher/pom.xml +++ b/main/launcher/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.5.0-SNAPSHOT + 1.4.16 launcher Cryptomator Launcher diff --git a/main/pom.xml b/main/pom.xml index 2b1c6fc20..90d454b20 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.cryptomator main - 1.5.0-SNAPSHOT + 1.4.16 pom Cryptomator diff --git a/main/ui/pom.xml b/main/ui/pom.xml index 1465683f0..4eeff50ff 100644 --- a/main/ui/pom.xml +++ b/main/ui/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.5.0-SNAPSHOT + 1.4.16 ui Cryptomator GUI