Skip to content

Commit 799b56c

Browse files
committed
Prepare for 2.5
1 parent 46dca20 commit 799b56c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In the following commands, use your specific library versions.
6363

6464
Either, relying on the classpath in the MANIFEST of the `.jar` file (requires exact match of names and versions of all dependencies)
6565

66-
java -jar calimero-gui-2.5-rc2.jar
66+
java -jar calimero-gui-2.5.jar
6767

6868
If all dependencies are resolved, you can also directly start the GUI by opening it in Nautilus, Windows File Explorer, etc.
6969

@@ -73,8 +73,8 @@ Or, assuming all dependencies (of any compliant version) are in the current work
7373

7474
Or, as example of using the JRE `-classpath`/`-cp` option to qualify all dependencies
7575

76-
java -cp "calimero-gui-2.5-rc2.jar:calimero-core-2.5-rc2.jar\
77-
:calimero-tools-2.5-rc2.jar:org.eclipse.swt.gtk.linux.x86_64-3.116.100.jar\
76+
java -cp "calimero-gui-2.5.jar:calimero-core-2.5.jar\
77+
:calimero-tools-2.5.jar:org.eclipse.swt.gtk.linux.x86_64-3.116.100.jar\
7878
:slf4j-api-1.7.30.jar:slf4j-simple-1.7.30.jar" tuwien.auto.calimero.gui.Main
7979

8080
### Run As Standalone Application

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin:'com.github.ben-manes.versions'
1616
apply plugin:'eclipse'
1717

1818
group = 'com.github.calimero'
19-
version = '2.5-rc2'
19+
version = '2.5'
2020

2121
def date() {
2222
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.5-rc2</version>
7+
<version>2.5</version>
88
</parent>
99
<artifactId>calimero-gui</artifactId>
1010
<name>Calimero GUI</name>

0 commit comments

Comments
 (0)