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 762b9eb commit 8b90729Copy full SHA for 8b90729
build.gradle
@@ -21,7 +21,7 @@ apply plugin:'application'
21
apply plugin:'com.github.ben-manes.versions'
22
apply plugin:'eclipse'
23
24
-version = '2.4-rc2'
+version = '2.4'
25
26
def date() {
27
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-rc2</version>
+ <version>2.4</version>
8
</parent>
9
<artifactId>calimero-gui</artifactId>
10
<name>Calimero GUI</name>
0 commit comments