From a178774208c4676dd4ca88ba86def711fdb26387 Mon Sep 17 00:00:00 2001 From: hofund-bot Date: Thu, 22 Feb 2024 10:16:58 +0000 Subject: [PATCH 1/3] [ci skip] Generated CHANGELOG.md and prepare version for next release --- CHANGELOG.md | 8 ++++++++ .../000001-fix-missing-bean.yml | 0 changelog/v1.0.1/release-date.txt | 1 + changelog/v1.0.1/version-summary.md | 12 ++++++++++++ 4 files changed, 21 insertions(+) rename changelog/{unreleased => v1.0.1}/000001-fix-missing-bean.yml (100%) create mode 100644 changelog/v1.0.1/release-date.txt create mode 100644 changelog/v1.0.1/version-summary.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a67fca2..d587f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +[1.0.1] - 2024-02-22 +-------------------- + +### Fixed (1 change) + +- Fixed problem with missing bean of type `HofundDefaultGitInfoProperties`. !29 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + [1.0.0] - 2024-02-21 -------------------- diff --git a/changelog/unreleased/000001-fix-missing-bean.yml b/changelog/v1.0.1/000001-fix-missing-bean.yml similarity index 100% rename from changelog/unreleased/000001-fix-missing-bean.yml rename to changelog/v1.0.1/000001-fix-missing-bean.yml diff --git a/changelog/v1.0.1/release-date.txt b/changelog/v1.0.1/release-date.txt new file mode 100644 index 0000000..53dec55 --- /dev/null +++ b/changelog/v1.0.1/release-date.txt @@ -0,0 +1 @@ +2024-02-22 \ No newline at end of file diff --git a/changelog/v1.0.1/version-summary.md b/changelog/v1.0.1/version-summary.md new file mode 100644 index 0000000..ba6b157 --- /dev/null +++ b/changelog/v1.0.1/version-summary.md @@ -0,0 +1,12 @@ + + + + +[1.0.1] - 2024-02-22 +-------------------- + +### Fixed (1 change) + +- Fixed problem with missing bean of type `HofundDefaultGitInfoProperties`. !29 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + From da405c33df36206b4e4170a37030e814517a9079 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 22 Feb 2024 10:17:47 +0000 Subject: [PATCH 2/3] [Releasing new version]prepare release 1.0.1 --- hofund-core/pom.xml | 2 +- hofund-spring-boot-autoconfigure/pom.xml | 2 +- hofund-spring-boot-e2e/pom.xml | 2 +- hofund-spring-boot-starter/pom.xml | 2 +- hofund-spring/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index 83f65bf..dda095b 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.1-SNAPSHOT + 1.0.1 hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index 609c570..3f05e74 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.1-SNAPSHOT + 1.0.1 hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index d6d62e2..d6f8d39 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -3,7 +3,7 @@ hofund dev.logchange.hofund - 1.0.1-SNAPSHOT + 1.0.1 4.0.0 diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 976c1a3..040f277 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -3,7 +3,7 @@ hofund dev.logchange.hofund - 1.0.1-SNAPSHOT + 1.0.1 4.0.0 diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index e050638..d745a22 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.1-SNAPSHOT + 1.0.1 hofund-spring diff --git a/pom.xml b/pom.xml index c6df9e0..303cd81 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 1.0.1-SNAPSHOT + 1.0.1 pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - HEAD + 1.0.1 From 4a932c21dc255b1524027dc5404a9dbd7f688122 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 22 Feb 2024 10:17:49 +0000 Subject: [PATCH 3/3] [Releasing new version]prepare for next development iteration --- hofund-core/pom.xml | 2 +- hofund-spring-boot-autoconfigure/pom.xml | 2 +- hofund-spring-boot-e2e/pom.xml | 2 +- hofund-spring-boot-starter/pom.xml | 2 +- hofund-spring/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index dda095b..34dda32 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.1 + 1.1.0-SNAPSHOT hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index 3f05e74..72ed621 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.1 + 1.1.0-SNAPSHOT hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index d6f8d39..3590edf 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -3,7 +3,7 @@ hofund dev.logchange.hofund - 1.0.1 + 1.1.0-SNAPSHOT 4.0.0 diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 040f277..06ca559 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -3,7 +3,7 @@ hofund dev.logchange.hofund - 1.0.1 + 1.1.0-SNAPSHOT 4.0.0 diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index d745a22..4c03d0c 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.1 + 1.1.0-SNAPSHOT hofund-spring diff --git a/pom.xml b/pom.xml index 303cd81..a0c4c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 1.0.1 + 1.1.0-SNAPSHOT pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - 1.0.1 + HEAD