diff --git a/build.gradle b/build.gradle index 2bfff461..37f66bf7 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.github.ben-manes.versions' apply plugin: 'maven-publish' group = 'com.github.calimero' -version = '2.4-rc2' +version = '2.4' sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/pom.xml b/pom.xml index 3d57de7c..ea724257 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.calimero calimero-parent - 2.4-rc2 + 2.4 calimero-core Calimero-core Library diff --git a/src/tuwien/auto/calimero/Settings.java b/src/tuwien/auto/calimero/Settings.java index 9acd6038..69cebe7f 100644 --- a/src/tuwien/auto/calimero/Settings.java +++ b/src/tuwien/auto/calimero/Settings.java @@ -1,6 +1,6 @@ /* Calimero 2 - A library for KNX network access - Copyright (c) 2006, 2018 B. Malinowsky + Copyright (c) 2006, 2019 B. Malinowsky This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,13 +48,13 @@ */ public final class Settings { - private static final String version = "2.4-rc2"; + private static final String version = "2.4"; private static final String library = "Calimero"; private static final String desc = "A library for KNX network access"; private static final String tuwien = "Vienna University of Technology"; private static final String group = "Automation Systems Group"; - private static final String copyright = "Copyright \u00A9 2006-2018"; + private static final String copyright = "Copyright \u00A9 2006-2019"; // aligns the bundle package name following the friendly name, // works for friendly name with max length of 20 chars