From 08711e9712a18a869c3c7a759944a7f086ad0557 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 5 Jun 2024 15:13:49 -0400 Subject: [PATCH 1/2] update mergify --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 816bd647..62a73374 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,11 +1,11 @@ pull_request_rules: - - name: backport patches to cryostat-v2.4 branch + - name: backport patches to cryostat-v3.0 branch conditions: - base=main - label=backport actions: backport: branches: - - cryostat-v2.4 + - cryostat-v3.0 assignees: - "{{ author }}" From 4b331db7fc4c5e49ddcd33e64cc0e6db88f4907b Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 5 Jun 2024 15:14:02 -0400 Subject: [PATCH 2/2] chore(release): set version to 4.0.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc0f5254..27b6bcdc 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.cryostat cryostat-core -3.0.0-SNAPSHOT +4.0.0-SNAPSHOT jar