Skip to content

Commit

Permalink
chore(pom): set version to 4.1.0-SNAPSHOT (#794)
Browse files Browse the repository at this point in the history
* chore(pom): set version to 4.1.0-SNAPSHOT

* chore(schema): automatic update

---------

Co-authored-by: Cryostat CI <rhjavamonitoring@gmail.com>
  • Loading branch information
andrewazores and Cryostat CI authored Feb 5, 2025
1 parent ae52209 commit 8c51778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>

<repositories>
<repository>
Expand Down Expand Up @@ -32,7 +32,7 @@

<build.arch>amd64</build.arch>

<io.cryostat.core.version>4.0.0-SNAPSHOT</io.cryostat.core.version>
<io.cryostat.core.version>4.1.0-SNAPSHOT</io.cryostat.core.version>
<org.openjdk.jmc.version>9.0.0</org.openjdk.jmc.version>

<org.apache.commons.io.version>2.16.1</org.apache.commons.io.version>
Expand Down
2 changes: 1 addition & 1 deletion schema/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ info:
name: Apache 2.0
url: https://github.com/cryostatio/cryostat/blob/main/LICENSE
title: Cryostat API
version: 4.0.0-snapshot
version: 4.1.0-snapshot
openapi: 3.0.3
paths:
/api/beta/diagnostics/targets/{targetId}/gc:
Expand Down

0 comments on commit 8c51778

Please sign in to comment.