Skip to content

Commit 24f1828

Browse files
authored
chore(pom): set version to 4.1.0 (#614)
1 parent 7c1dc81 commit 24f1828

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cryostat-core/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>cryostat-core</artifactId>
1414

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

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

2424
<licenses>

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.1.0-SNAPSHOT</version>
15+
<version>4.1.0</version>
1616
<packaging>jar</packaging>
1717

1818
<parent>
1919
<groupId>io.cryostat</groupId>
2020
<artifactId>cryostat-core-parent</artifactId>
21-
<version>4.1.0-SNAPSHOT</version>
21+
<version>4.1.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.1.0-SNAPSHOT</version>
15+
<version>4.1.0</version>
1616
<packaging>pom</packaging>
1717

1818
<licenses>

0 commit comments

Comments
 (0)