Skip to content

Commit 32a0578

Browse files
committed
Prepare for 2.4-rc1
1 parent 5099714 commit 32a0578

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
@@ -20,7 +20,7 @@ apply plugin:'application'
2020
apply plugin:'com.github.ben-manes.versions'
2121
apply plugin:'eclipse'
2222

23-
version = '2.4-SNAPSHOT'
23+
version = '2.4-rc1'
2424

2525
def date() {
2626
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-SNAPSHOT</version>
7+
<version>2.4-rc1</version>
88
</parent>
99
<artifactId>calimero-gui</artifactId>
1010
<name>Calimero GUI</name>

0 commit comments

Comments
 (0)