Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#46)
Browse files Browse the repository at this point in the history
* chore(main): release 5.0.0

* chore: Removed duplications in changelog
Refs: #DEV-11808

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: e550448 <andrei.shakirin@sbb.ch>
  • Loading branch information
github-actions[bot] and nirikash authored Jun 26, 2024
1 parent 382c97d commit 09f02c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v4.11.0...v5.0.0) (2024-06-26)


### ⚠ BREAKING CHANGES

* Configured jax-rs controllers, filters and exception-mappers a… ([#44](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/44))

### Features

* Configured jax-rs controllers, filters and exception-mappers a… ([#44](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/44)) ([382c97d](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/382c97d121c06eed7961c51fbf06ffc3a885406a))

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


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.11.1-SNAPSHOT</version>
<version>5.0.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.11.1-SNAPSHOT</version>
<version>5.0.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.11.1-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 09f02c8

Please sign in to comment.