Skip to content

Commit f944069

Browse files
authored
fix: set migration module version to correct one (#3263)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 86cfbf5 commit f944069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.javaoperatorsdk</groupId>
2323
<artifactId>java-operator-sdk</artifactId>
24-
<version>5.3.1-SNAPSHOT</version>
24+
<version>999-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>migration</artifactId>

0 commit comments

Comments
 (0)