Skip to content

Commit

Permalink
chore(main): release 4.9.0 (#10)
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 28, 2024
1 parent 314ce47 commit a2c57c0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* GenericModule added. ([#9](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/9)) ([25ca190](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/25ca190e3361de90e1bc96b550929a3293132617))


### Bug Fixes

* add missing profiles in settings.xml ([#8](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/8)) ([295e052](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/295e052cbe6329368464514cf24fe7aec736b06c))
* use altDeploymentRepository instead of altReleaseDeploymentRepository ([#12](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/12)) ([314ce47](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/314ce4707628b0ece0e1f6f880a1c3e0dcf58348))

## 4.8.1 (2024-05-27)


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.8.2-SNAPSHOT</version>
<version>4.9.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.8.2-SNAPSHOT</version>
<version>4.9.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.8.2-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a2c57c0

Please sign in to comment.