Skip to content

Commit 0442d65

Browse files
committed
Prepare for 2.5
1 parent 35b6393 commit 0442d65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'java-library'
1616
apply plugin:'application'
1717

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

2121
sourceCompatibility = 11
2222
targetCompatibility = 11

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-core</artifactId>
1010
<name>Calimero-core Library</name>

src/tuwien/auto/calimero/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*/
4444
public final class Settings
4545
{
46-
private static final String version = "2.5-rc2";
46+
private static final String version = "2.5";
4747
private static final String library = "Calimero";
4848
private static final String desc = "A library for KNX network access";
4949

test/testnetwork-launcher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ run {
1212
}
1313

1414
group = 'com.github.calimero'
15-
version = '2.5-rc2'
15+
version = '2.5'
1616

1717
repositories {
1818
mavenLocal()

0 commit comments

Comments
 (0)