Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>java-operator-sdk</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This module is part of the same multi-module build and will inherit/publish under the parent version. With the parent version set to 999-SNAPSHOT, the migration recipes will be built and potentially deployed under that placeholder version as well, which makes it harder for users to consume a meaningful migration artifact version. Prefer using the actual next x.y.z-SNAPSHOT version for the parent reference.

Suggested change
<version>999-SNAPSHOT</version>
<version>${revision}</version>

Copilot uses AI. Check for mistakes.
</parent>

<artifactId>migration</artifactId>
Expand Down
Loading