Skip to content

Commit

Permalink
chore(pom): set version to 0.6.0-SNAPSHOT (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Feb 5, 2025
1 parent 3320d47 commit 0985d37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
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-v3.0 branch
- name: backport patches to cryostat-v4.0 branch
conditions:
- base=main
- label=backport
actions:
backport:
branches:
- cryostat-v3.0
- cryostat-v4.0
assignees:
- "{{ author }}"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ is an available version upgrade and ensure both your Agent and server match this
| 2.3.1 | v2.3.1 | v0.2.3 |
| 2.4.0 | v2.4.0 | v0.3.0 |
| 3.0.0 | v3.0.0 | v0.4.0 |
| 3.0.1 | v3.0.1 | v0.4.1 |
| 4.0.0 | v4.0.0 | v0.5.0 |

### Build Requirements
- Git
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>io.cryostat</groupId>
<artifactId>cryostat-agent</artifactId>

<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -77,7 +77,7 @@
<com.google.dagger.version>2.51.1</com.google.dagger.version>
<com.google.dagger.compiler.version>${com.google.dagger.version}</com.google.dagger.compiler.version>

<io.cryostat.libcryostat.version>4.0.0-SNAPSHOT</io.cryostat.libcryostat.version>
<io.cryostat.libcryostat.version>4.1.0-SNAPSHOT</io.cryostat.libcryostat.version>

<org.apache.commons.lang3.version>3.14.0</org.apache.commons.lang3.version>
<org.apache.commons.io.version>2.17.0</org.apache.commons.io.version>
Expand Down

0 comments on commit 0985d37

Please sign in to comment.