From 2963c66516286c2edb9a5488e0eafd2632460409 Mon Sep 17 00:00:00 2001 From: csowada Date: Sun, 27 Jun 2021 20:11:26 +0200 Subject: [PATCH 1/4] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b7d3f62..14046dc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe. de.cs-dev.ebus ebus-core - 1.1.7 + 1.1.8-SNAPSHOT https://github.com/csowada/ebus bundle From b296509d147f3ab16efb93a76395b20e9e57e176 Mon Sep 17 00:00:00 2001 From: csowada Date: Sun, 27 Jun 2021 20:38:26 +0200 Subject: [PATCH 2/4] Remove outdated env ALLOW_TAG_PREFIX for GH Action --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 18d2beb..cac6355 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -69,7 +69,7 @@ jobs: PRE_RELEASE: "false" CHANGELOG_FILE: "CHANGELOG.md" ALLOW_EMPTY_CHANGELOG: "true" - ALLOW_TAG_PREFIX: "true" + # ALLOW_TAG_PREFIX: "true" with: args: | target/*.jar \ No newline at end of file From 83f2b4c80a0acd205bc74ea60f86320c14c5551a Mon Sep 17 00:00:00 2001 From: csowada Date: Wed, 29 Dec 2021 17:55:21 +0100 Subject: [PATCH 3/4] update maven dependencies --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 14046dc..1061fa6 100644 --- a/pom.xml +++ b/pom.xml @@ -300,21 +300,21 @@ junit junit - 4.13.1 + 4.13.2 test ch.qos.logback logback-classic - 1.0.13 + 1.2.10 test org.slf4j slf4j-api - 1.7.31 + 1.7.32 provided @@ -336,7 +336,7 @@ com.fazecast jSerialComm - 2.5.3 + 2.7.0 provided true @@ -344,7 +344,7 @@ com.google.code.gson gson - 2.8.6 + 2.8.9 provided From f7072898f4683768e5792f89a259fc9afbb7d81b Mon Sep 17 00:00:00 2001 From: csowada Date: Wed, 29 Dec 2021 17:56:15 +0100 Subject: [PATCH 4/4] Update versions for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1061fa6..8496696 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe. de.cs-dev.ebus ebus-core - 1.1.8-SNAPSHOT + 1.1.8 https://github.com/csowada/ebus bundle