We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5099714 commit 32a0578Copy full SHA for 32a0578
build.gradle
@@ -20,7 +20,7 @@ apply plugin:'application'
20
apply plugin:'com.github.ben-manes.versions'
21
apply plugin:'eclipse'
22
23
-version = '2.4-SNAPSHOT'
+version = '2.4-rc1'
24
25
def date() {
26
new Date().format('yyyyMMdd')
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>com.github.calimero</groupId>
6
<artifactId>calimero-parent</artifactId>
7
- <version>2.4-SNAPSHOT</version>
+ <version>2.4-rc1</version>
8
</parent>
9
<artifactId>calimero-gui</artifactId>
10
<name>Calimero GUI</name>
0 commit comments