Skip to content

Commit 8b90729

Browse files
committed
Prepare for 2.4
1 parent 762b9eb commit 8b90729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin:'application'
2121
apply plugin:'com.github.ben-manes.versions'
2222
apply plugin:'eclipse'
2323

24-
version = '2.4-rc2'
24+
version = '2.4'
2525

2626
def date() {
2727
new Date().format('yyyyMMdd')

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.calimero</groupId>
66
<artifactId>calimero-parent</artifactId>
7-
<version>2.4-rc2</version>
7+
<version>2.4</version>
88
</parent>
99
<artifactId>calimero-gui</artifactId>
1010
<name>Calimero GUI</name>

0 commit comments

Comments
 (0)