Skip to content

Commit

Permalink
Merge pull request #30 from logchange/release
Browse files Browse the repository at this point in the history
release to main - preparation for next development cycle
  • Loading branch information
marwin1991 committed Feb 23, 2024
2 parents 1f1a33b + 4a932c2 commit b520946
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<!-- noinspection -->
<!-- Prevents auto format, for JetBrains IDE File > Settings > Editor > Code Style (Formatter Tab) > Turn formatter on/off with markers in code comments -->

[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
--------------------

Expand Down
1 change: 1 addition & 0 deletions changelog/v1.0.1/release-date.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-02-22
12 changes: 12 additions & 0 deletions changelog/v1.0.1/version-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- @formatter:off -->
<!-- noinspection -->
<!-- Prevents auto format, for JetBrains IDE File > Settings > Editor > Code Style (Formatter Tab) > Turn formatter on/off with markers in code comments -->

[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)


2 changes: 1 addition & 1 deletion hofund-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hofund-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hofund-spring-boot-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hofund</artifactId>
<groupId>dev.logchange.hofund</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hofund-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hofund</artifactId>
<groupId>dev.logchange.hofund</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hofund-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>hofund</name>
Expand Down

0 comments on commit b520946

Please sign in to comment.