Skip to content

Commit 9ab02c5

Browse files
authored
fix: bom version on main (#1561)
1 parent 8166701 commit 9ab02c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

operator-framework-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>operator-framework-bom</artifactId>
8-
<version>4.0.2-SNAPSHOT</version>
8+
<version>4.0.3-SNAPSHOT</version>
99
<name>Operator SDK - Bill of Materials</name>
1010
<packaging>pom</packaging>
1111
<description>Java SDK for implementing Kubernetes operators</description>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@
327327
</plugin>
328328
</plugins>
329329
</build>
330-
331330
<profiles>
332331
<profile>
333332
<id>all-tests</id>

0 commit comments

Comments
 (0)