Skip to content

Commit

Permalink
fix: trying to set property to use with Maven Release Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 26, 2023
1 parent ded5807 commit 1ab70e1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Changelog of bjurr-bom.

## 0.8.1 (2023-09-24)

### Features

- stepping git-changelog-maven-plugin ([f8ec9](https://github.com/tomasbjerre/bjurr-bom/commit/f8ec9e8fc04055d) Tomas Bjerre)

## 0.8.0 (2023-09-24)

### Features

- stepping git-changelog-maven-plugin ([8af54](https://github.com/tomasbjerre/bjurr-bom/commit/8af54e54cb90e94) Tomas Bjerre)
- stepping git-changelog-maven-plugin ([eee44](https://github.com/tomasbjerre/bjurr-bom/commit/eee449534922ea3) Tomas Bjerre)
- stepping git-changelog-maven-plugin ([ffc02](https://github.com/tomasbjerre/bjurr-bom/commit/ffc02bb8502bf28) Tomas Bjerre)

## 0.7.11 (2023-09-24)

### Features
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.parameters>true</maven.compiler.parameters>
<changelog.version>1.100.4</changelog.version>
<changelog.version>1.100.5</changelog.version>
<gpg.version>3.0.1</gpg.version>
<fmt.version>2.20</fmt.version>
<violations.version>1.50.8</violations.version>
Expand Down Expand Up @@ -312,4 +312,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 1ab70e1

Please sign in to comment.