Skip to content

Commit

Permalink
chore(main): release 6.7.0 (#133)
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 Aug 26, 2024
1 parent f7873d3 commit f197273
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.7.0](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v6.6.3...v6.7.0) (2024-08-26)


### Features

* sonarcloud with coverage support added ([#125](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/125)) ([7f50d15](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/7f50d15e1f503c3fe62e272dfef4239f8c5b5d1f))


### Bug Fixes

* sonar configuration ([#135](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/135)) ([d783261](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/d783261add5de1cce254a64cd9739e62d106883e))
* sonarqube quality issues ([#134](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/134)) ([f7873d3](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/f7873d30abedb71ba213540057aa44245f8fd8a2))

## [6.6.3](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/compare/v6.6.2...v6.6.3) (2024-08-22)


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</artifactId>
<version>6.6.4-SNAPSHOT</version>
<version>6.7.0</version>
</parent>

<name>Versatile extension for developing additional extensions within Polarion ALM: common code and resources</name>
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>6.6.4-SNAPSHOT</version>
<version>6.7.0</version>
<packaging>pom</packaging>

<name>Versatile extension for developing additional extensions within Polarion ALM: parent POM</name>
Expand Down

0 comments on commit f197273

Please sign in to comment.