Skip to content

Commit 9ccd795

Browse files
chore(main): release 4.8.1 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5fc3c1f commit 9ccd795

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 4.8.1 (2024-05-27)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* 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))

app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ch.sbb.polarion.extensions</groupId>
77
<artifactId>ch.sbb.polarion.extension.generic.parent-pom</artifactId>
8-
<version>4.8.2-SNAPSHOT</version>
8+
<version>4.8.1</version>
99
<relativePath>../pom</relativePath>
1010
</parent>
1111

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ch.sbb.polarion.extensions</groupId>
66
<artifactId>ch.sbb.polarion.extension.generic</artifactId>
7-
<version>4.8.2-SNAPSHOT</version>
7+
<version>4.8.1</version>
88
<packaging>pom</packaging>
99

1010
<modules>

pom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ch.sbb.polarion.extensions</groupId>
77
<artifactId>ch.sbb.polarion.extension.generic</artifactId>
8-
<version>4.8.2-SNAPSHOT</version>
8+
<version>4.8.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -51,7 +51,7 @@
5151
<maven-jar-plugin.Bundle-Vendor>SBB AG</maven-jar-plugin.Bundle-Vendor>
5252
<!--suppress UnresolvedMavenProperty -->
5353
<maven-jar-plugin.Bundle-Version>${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}.${project.artifact.selectedVersion.incrementalVersion}</maven-jar-plugin.Bundle-Version>
54-
<maven-jar-plugin.Extension-Context />
54+
<maven-jar-plugin.Extension-Context/>
5555
</properties>
5656

5757
<profiles>

0 commit comments

Comments
 (0)