Skip to content

Commit

Permalink
chore(release): prepare for 2.4.0 release (#143)
Browse files Browse the repository at this point in the history
* chore(release): prepare for 2.4.0 release

* ignore mvn files (ex. wrapper JAR)
  • Loading branch information
andrewazores authored Oct 4, 2023
1 parent ae5c0ea commit 3a6a961
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#Maven
.mvn/
target/
pom.xml.tag
pom.xml.releaseBackup
Expand Down
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 }}"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.cryostat</groupId>
<artifactId>cryostat-reports</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<repositories>
<repository>
<id>github</id>
Expand Down

0 comments on commit 3a6a961

Please sign in to comment.