Skip to content

Commit

Permalink
fix: fix parent versions after release-please (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev authored Jul 2, 2024
1 parent cef1386 commit 11f83de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/org.apache.poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
<artifactId>bundles</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
<artifactId>generic</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
Expand Down
2 changes: 1 addition & 1 deletion export-package-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
<artifactId>generic</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
Expand Down

0 comments on commit 11f83de

Please sign in to comment.