Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cryostatio/cryostat-legacy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 264b30c7d4efda63cddaab12c7f918c62e7a1ea8
Choose a base ref
..
head repository: cryostatio/cryostat-legacy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b6966e4e5c80db8c008ce963e4d4f2e609082d7
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +2 −2 .mergify.yml
  2. +1 −1 pom.xml
  3. +1 −1 web-client
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -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 }}"

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.cryostat</groupId>
<artifactId>cryostat</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>cryostat</name>
<url>http://maven.apache.org</url>
2 changes: 1 addition & 1 deletion web-client