diff --git a/.gitignore b/.gitignore
index bdf57ce..38ee377 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
#Maven
+.mvn/
target/
pom.xml.tag
pom.xml.releaseBackup
diff --git a/.mergify.yml b/.mergify.yml
index 619c56f..5190f82 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -1,12 +1,12 @@
pull_request_rules:
- - name: backport patches to cryostat-v2.3 branch
+ - name: backport patches to cryostat-v2.4 branch
conditions:
- base=main
- label=backport
actions:
backport:
branches:
- - cryostat-v2.3
+ - cryostat-v2.4
assignees:
- "{{ author }}"
diff --git a/pom.xml b/pom.xml
index e42cd5c..85399bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.cryostat
cryostat-reports
- 2.4.0-SNAPSHOT
+ 2.5.0-SNAPSHOT
github