Skip to content

Commit

Permalink
chore(main): release 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 27, 2024
1 parent 5fc3c1f commit 811a03a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 4.8.1 (2024-05-27)


### Miscellaneous Chores

* release 4.8.1 ([#4](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues/4)) ([5fc3c1f](https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/commit/5fc3c1f52be9b43ed20c4e5a71f189d3dc995c89))
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.8.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.8.2-SNAPSHOT</version>
<version>4.8.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions 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.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -51,7 +51,7 @@
<maven-jar-plugin.Bundle-Vendor>SBB AG</maven-jar-plugin.Bundle-Vendor>
<!--suppress UnresolvedMavenProperty -->
<maven-jar-plugin.Bundle-Version>${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}.${project.artifact.selectedVersion.incrementalVersion}</maven-jar-plugin.Bundle-Version>
<maven-jar-plugin.Extension-Context />
<maven-jar-plugin.Extension-Context/>
</properties>

<profiles>
Expand Down

0 comments on commit 811a03a

Please sign in to comment.