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 diff --git a/pom.xml b/pom.xml index b7d3f62..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.7 + 1.1.8 https://github.com/csowada/ebus bundle @@ -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