Skip to content

Commit 53ce8b2

Browse files
committed
chore(release): set versions to 4.0.0
1 parent 2703192 commit 53ce8b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cryostat-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<groupId>io.cryostat</groupId>
1313
<artifactId>cryostat-core</artifactId>
1414

15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0</version>
1616
<packaging>jar</packaging>
1717

1818
<parent>
1919
<groupId>io.cryostat</groupId>
2020
<artifactId>cryostat-core-parent</artifactId>
21-
<version>4.0.0-SNAPSHOT</version>
21+
<version>4.0.0</version>
2222
</parent>
2323

2424
<licenses>
@@ -53,7 +53,7 @@
5353
<properties>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5555
<java.version>17</java.version>
56-
<io.cryostat.libcryostat.version>4.0.0-SNAPSHOT</io.cryostat.libcryostat.version>
56+
<io.cryostat.libcryostat.version>4.0.0</io.cryostat.libcryostat.version>
5757
<org.openjdk.jmc.version>9.0.0</org.openjdk.jmc.version>
5858
<org.jsoup.version>1.18.3</org.jsoup.version>
5959
</properties>

libcryostat/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<groupId>io.cryostat</groupId>
1313
<artifactId>libcryostat</artifactId>
1414

15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0</version>
1616
<packaging>jar</packaging>
1717

1818
<parent>
1919
<groupId>io.cryostat</groupId>
2020
<artifactId>cryostat-core-parent</artifactId>
21-
<version>4.0.0-SNAPSHOT</version>
21+
<version>4.0.0</version>
2222
</parent>
2323

2424
<licenses>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>io.cryostat</groupId>
1313
<artifactId>cryostat-core-parent</artifactId>
1414

15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0</version>
1616
<packaging>pom</packaging>
1717

1818
<licenses>

0 commit comments

Comments
 (0)