Skip to content

Commit

Permalink
chore(main): release 4.9.1 (#15)
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 May 29, 2024
1 parent 6c7de85 commit 4e4a9e8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.9.1](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v4.9.0...v4.9.1) (2024-05-29)


### Bug Fixes

* deprecation in GitHub actions for maven-release ([#14](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/14)) ([dc2ee7d](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/dc2ee7d0bf06c71003e1e1300008387901de1398))
* exceptions are refactored not to use JAX-RS exceptions in services ([#18](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/18)) ([6c7de85](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/6c7de855b40cb72cdda677a98c5311a930079eda))

## [4.9.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v4.8.1...v4.9.0) (2024-05-28)


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.9.1-SNAPSHOT</version>
<version>4.9.1</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.9.1-SNAPSHOT</version>
<version>4.9.1</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.9.1-SNAPSHOT</version>
<version>4.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4e4a9e8

Please sign in to comment.