diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 50ded4f..7ef3771 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -71,7 +71,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 67aed71..d2f4c14 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ eBUS library configuration de.cs-dev.ebus ebus-configuration - 1.1.5 + 1.1.6 https://github.com/csowada/ebus-configuration bundle @@ -23,7 +23,7 @@ csowada https://sonarcloud.io - 1.1.7 + 1.1.8 @@ -297,14 +297,14 @@ junit junit - 4.13.1 + 4.13.2 test com.google.code.gson gson - 2.8.6 + 2.8.9 test @@ -332,14 +332,14 @@ ch.qos.logback logback-classic - 1.0.13 + 1.2.10 test org.slf4j slf4j-api - 1.7.31 + 1.7.32 provided