Skip to content

Commit 34e69ee

Browse files
authored
fix: put back version for bom in release (#2864)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 2409b22 commit 34e69ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator-framework-bom/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-source-plugin</artifactId>
134+
<version>${maven-source-plugin.version}</version>
134135
<executions>
135136
<execution>
136137
<id>attach-sources</id>
@@ -143,6 +144,7 @@
143144
<plugin>
144145
<groupId>org.apache.maven.plugins</groupId>
145146
<artifactId>maven-gpg-plugin</artifactId>
147+
<version>${maven-gpg-plugin.version}</version>
146148
<executions>
147149
<execution>
148150
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)