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
4 changes: 3 additions & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@
<buildId>${buildType}${buildTimestamp}</buildId>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- releaseYear is used in copyright statements, etc.-->
<releaseYear>2025</releaseYear>
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you tested that this is correctly updated using the release prepare workflow?

Copy link
Member Author

Choose a reason for hiding this comment

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

I haven't even thought about that . What/how/where to test ?

<!--
releaseName should match the yearly "release train" name.
For example, "Mars", "Mars.1", "Luna SR2", etc.
It will show up in "about box",
such as Version: Mars (4.5), for main features.
See bug 328139.
-->
<releaseName>2025-06</releaseName>
<releaseName>${releaseYear}-06</releaseName>
<releaseVersion>4.36</releaseVersion>
<!--
The releaseNumbers below, for SDK and Platform, might be
Expand Down