Skip to content

Commit

Permalink
feat: git-changelog-lib 2.3.2 and Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 3, 2024
1 parent bb98f52 commit 70c28a5
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 6 deletions.
6 changes: 6 additions & 0 deletions git-changelog-maven-plugin-example/CHANGELOG_custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog of Git Changelog Maven plugin.

## Unreleased
### No issue /
feat: git-changelog-lib 2.2.0 and Java 17

chore: documenting java compatibility (refs #52)

docs: readme

chore: building with java 21

chore: updating changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Changelog of Git Changelog Maven plugin.

## Unreleased
### No issue
chore: building with java 21 *2024-02-25 11:46:15*
feat: git-changelog-lib 2.2.0 and Java 17 *2024-10-03 14:18:08*

chore: documenting java compatibility (refs #52) *2024-10-03 14:17:20*

docs: readme *2024-02-25 19:25:38*

chore: building with java 21 *2024-02-25 11:49:42*

chore: updating changelog *2024-02-10 07:05:56*

Expand Down
14 changes: 13 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ Changelog of Git Changelog Maven plugin.
## Unreleased
### No issue

[3cd0a53d4079d76](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3cd0a53d4079d76) Tomas Bjerre *2024-02-25 11:46:15*
[711d7907e1b1304](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/711d7907e1b1304) Tomas Bjerre *2024-10-03 14:18:08*

feat: git-changelog-lib 2.2.0 and Java 17

[bb98f52d8db927e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bb98f52d8db927e) Tomas Bjerre *2024-10-03 14:17:20*

chore: documenting java compatibility (refs #52)

[41dc6791eaf2cc0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/41dc6791eaf2cc0) Tomas Bjerre *2024-02-25 19:25:38*

docs: readme

[5f78fd70373ef74](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5f78fd70373ef74) Tomas Bjerre *2024-02-25 11:49:42*

chore: building with java 21

Expand Down
8 changes: 7 additions & 1 deletion git-changelog-maven-plugin-example/CHANGELOG_mixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Changelog of Git Changelog Maven plugin.

## These commits are not included in any tag
### These commits have not issue in their commit comment
chore: building with java 21 *11:46:15*
feat: git-changelog-lib 2.2.0 and Java 17 *14:18:08*

chore: documenting java compatibility (refs #52) *14:17:20*

docs: readme *19:25:38*

chore: building with java 21 *11:49:42*

chore: updating changelog *07:05:56*

Expand Down
4 changes: 4 additions & 0 deletions git-changelog-maven-plugin-example/CHANGELOG_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog of git-changelog-maven-plugin.

## Next release ()

### Features

- git-changelog-lib 2.2.0 and Java 17 ([711d7](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/711d7907e1b1304) Tomas Bjerre)

## 2.1.0 (2024-02-10)

### Features
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<changelog-lib>2.1.0</changelog-lib>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<changelog-lib>2.3.2</changelog-lib>
</properties>

<dependencies>
Expand Down

0 comments on commit 70c28a5

Please sign in to comment.