Skip to content

fix: migration version for next#3263

Merged
csviri merged 1 commit intooperator-framework:nextfrom
csviri:fix-migration-version
Mar 30, 2026
Merged

fix: migration version for next#3263
csviri merged 1 commit intooperator-framework:nextfrom
csviri:fix-migration-version

Conversation

@csviri
Copy link
Copy Markdown
Collaborator

@csviri csviri commented Mar 30, 2026

No description provided.

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Copilot AI review requested due to automatic review settings March 30, 2026 10:41
@openshift-ci openshift-ci bot requested review from metacosm and xstefank March 30, 2026 10:41
@csviri csviri changed the base branch from main to next March 30, 2026 10:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Maven project/module versions to a new snapshot value, presumably to prepare the next line of development across this multi-module build.

Changes:

  • Bump root project version from 5.3.1-SNAPSHOT to 999-SNAPSHOT.
  • Update parent version references across all modules and sample operators to match.
  • Update the standalone operator-framework-bom artifact version to the same snapshot.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pom.xml Updates root project version to 999-SNAPSHOT.
operator-framework-bom/pom.xml Updates BOM artifact version to 999-SNAPSHOT.
operator-framework-core/pom.xml Updates parent version reference to 999-SNAPSHOT.
operator-framework-junit/pom.xml Updates parent version reference to 999-SNAPSHOT.
operator-framework/pom.xml Updates parent version reference to 999-SNAPSHOT.
micrometer-support/pom.xml Updates parent version reference to 999-SNAPSHOT.
caffeine-bounded-cache-support/pom.xml Updates parent version reference to 999-SNAPSHOT.
bootstrapper-maven-plugin/pom.xml Updates parent version reference to 999-SNAPSHOT.
test-index-processor/pom.xml Updates parent version reference to 999-SNAPSHOT.
migration/pom.xml Updates parent version reference to 999-SNAPSHOT.
sample-operators/pom.xml Updates parent version reference to 999-SNAPSHOT.
sample-operators/webpage/pom.xml Updates parent version reference to 999-SNAPSHOT.
sample-operators/tomcat-operator/pom.xml Updates parent version reference to 999-SNAPSHOT.
sample-operators/mysql-schema/pom.xml Updates parent version reference to 999-SNAPSHOT.
sample-operators/metrics-processing/pom.xml Updates parent version reference to 999-SNAPSHOT.
sample-operators/leader-election/pom.xml Updates parent version reference to 999-SNAPSHOT.
sample-operators/controller-namespace-deletion/pom.xml Updates parent version reference to 999-SNAPSHOT.

<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.
@csviri csviri merged commit f944069 into operator-framework:next Mar 30, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants