Skip to content

Commit

Permalink
chore(main): release 4.11.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 24, 2024
1 parent 3ae86eb commit 4c61330
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.11.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v4.10.0...v4.11.0) (2024-06-24)


### Features

* maven profile for auto generation of about page based on readme.md added ([#40](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/40)) ([11c8baf](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/11c8baf4d9e23cff3ae6c4f73be2dc2bb24dd132))


### Bug Fixes

* security alerts fix ([#30](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/30)) ([f75403a](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/f75403af7435251324532ddd94afa0c5fda9b70b))

## [4.10.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v4.9.2...v4.10.0) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.sbb.polarion.extensions</groupId>
<artifactId>ch.sbb.polarion.extension.generic.parent-pom</artifactId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0</version>
<relativePath>../pom</relativePath>
</parent>

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>ch.sbb.polarion.extensions</groupId>
<artifactId>ch.sbb.polarion.extension.generic</artifactId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.sbb.polarion.extensions</groupId>
<artifactId>ch.sbb.polarion.extension.generic</artifactId>
<version>4.10.1-SNAPSHOT</version>
<version>4.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4c61330

Please sign in to comment.