From 334f639f2db8431381088db767e3621986aceaea Mon Sep 17 00:00:00 2001 From: csowada Date: Sun, 27 Jun 2021 20:16:27 +0200 Subject: [PATCH 1/5] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67aed71..3fe0269 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-SNAPSHOT https://github.com/csowada/ebus-configuration bundle From 6d9b99e9c375c842320fc7bce5d4d327b4b5a0e5 Mon Sep 17 00:00:00 2001 From: csowada Date: Sun, 27 Jun 2021 20:38:09 +0200 Subject: [PATCH 2/5] 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 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 From 6abe35edd27d7edba4b048fc7d387dee3893a242 Mon Sep 17 00:00:00 2001 From: csowada Date: Wed, 29 Dec 2021 17:55:27 +0100 Subject: [PATCH 3/5] update maven dependencies --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3fe0269..118759e 100644 --- a/pom.xml +++ b/pom.xml @@ -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 From 11614225d5fca74576e9c42e1ad88b08bdafda90 Mon Sep 17 00:00:00 2001 From: csowada Date: Wed, 29 Dec 2021 18:20:30 +0100 Subject: [PATCH 4/5] bump to ebus core 1.1.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 118759e..635811e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ csowada https://sonarcloud.io - 1.1.7 + 1.1.8 From 8dee9be75996d4700ba6d8b2688bac7548871185 Mon Sep 17 00:00:00 2001 From: csowada Date: Wed, 29 Dec 2021 18:20:58 +0100 Subject: [PATCH 5/5] Update versions for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 635811e..d2f4c14 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ eBUS library configuration de.cs-dev.ebus ebus-configuration - 1.1.6-SNAPSHOT + 1.1.6 https://github.com/csowada/ebus-configuration bundle