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 .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release:
current-version: 7.15.2.Final
current-version: 7.16.0.Final
next-version: 8.0.0-SNAPSHOT
Comment on lines 1 to 3
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

The diff changes the indentation level on current-version compared to the previous line (release:). In YAML this is significant; while this may still parse, inconsistent indentation increases the risk of subtle parse errors in CI tooling. Align current-version and next-version indentation consistently under release:.

Copilot uses AI. Check for mistakes.
Loading