Skip to content

Commit 9c3ee96

Browse files
committed
Prepare for 2026-06
- Update branding images, including splash screen.
1 parent bb95163 commit 9c3ee96

120 files changed

Lines changed: 168 additions & 167 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010

1111
// check every 5 minutes for changes to the staging repo's content.jar
1212
URLTrigger(cronTabSpec: 'H/5 * * * *', entries: [URLTriggerEntry(
13-
url: 'https://download.eclipse.org/staging/2026-03/content.jar',
13+
url: 'https://download.eclipse.org/staging/2026-06/content.jar',
1414
contentTypes: [
1515
MD5Sum()
1616
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ This is done by using the Eclipse Foundation internal signing service and can be
7878

7979
### Additional Configuration Possibilities
8080

81-
By default, the EPP build uses the content of the Eclipse Simultaneous Release _Staging_ repository at <https://download.eclipse.org/staging/2026-03/> as input.
81+
By default, the EPP build uses the content of the Eclipse Simultaneous Release _Staging_ repository at <https://download.eclipse.org/staging/2026-06/> as input.
8282
Sometimes it is desired to build against another release, e.g., a different milestone,
8383
or against a local mirror of this repository.
8484
This can be achieved by setting the Java property `eclipse.simultaneous.release.repository` to another URL.
8585
As an example, by adding the following argument to the Maven command line,
86-
the EPP build will read its input from the composite Eclipse 2026-03 repository:
86+
the EPP build will read its input from the composite Eclipse 2026-06 repository:
8787

88-
-Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2026-03"
88+
-Declipse.simultaneous.release.repository="https://download.eclipse.org/releases/2026-06"
8989

9090
### EPP Configuration File format
9191

RELEASING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This guide contains the step-by-step process to complete an EPP release and assumes that you have an IDE provisioned using the [Oomph setup](
44
https://github.com/eclipse-packaging/packages/blob/master/CONTRIBUTING.md#create-an-eclipse-development-environment).
55

6-
**Before** copying this file to create a new issue titled `EPP 2026-03 RC2` with label `endgame`, update the names and versions, including those in this document.
6+
**Before** copying this file to create a new issue titled `EPP 2026-06 M1` with label `endgame`, update the names and versions, including those in this document.
77
- [ ] To update names and versions, edit [org.eclipse.epp.releng.updater.Updater](
88
releng/org.eclipse.epp.config/org.eclipse.epp.releng.updater/src/org/eclipse/epp/releng/updater/Updater.java
99
) to set the values of `MILESTONE`, `PLATFORM_VERSION`, and possibly `EXECUTION_ENVIRONMENT` to the current appropriate values.
@@ -19,7 +19,7 @@ The individual releases are tracked with [endgame](https://github.com/eclipse-pa
1919
For each release (M1, M2, M3, RC1, RC2) an endgame ticket is created with the appropriate contents from the rest of this document:
2020

2121
EPP releases happen for each milestone and release candidate according to the [Eclipse Simultaneous Release Plan](
22-
https://github.com/eclipse-simrel/.github/blob/main/wiki/SimRel/2026-03.md)
22+
https://github.com/eclipse-simrel/.github/blob/main/wiki/SimRel/2026-06.md)
2323

2424
**Steps at the beginning of each release cycle, i.e., before M1:**
2525

@@ -52,7 +52,7 @@ Scroll down for the per-milestone/RC steps.
5252
- [ ] Search for ` url=` (notice the blank before url) in `epp.website.xml` to see which ones are contained in the different packages.
5353
- [ ] Remember that some of the features will release new versions together with the new Eclipse release.
5454
Therefore using the _currently_ released version number may be wrong.
55-
Look at the news links in [2026-03 Participants](https://eclipse.dev/simrel/?file=wiki/SimRel/2026-03_participants.json).
55+
Look at the news links in [2026-06 Participants](https://eclipse.dev/simrel/?file=wiki/SimRel/2026-06_participants.json).
5656
- [ ] Synchronize the following - Remember to check the branch; these links are to master, but around RC2 master may be set up for the next release already.
5757
- [ ] Synchronize any changes to [platform.product](
5858
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/products/eclipse-platform/platform.product
@@ -112,17 +112,17 @@ Scroll down for the per-milestone/RC steps.
112112
- [ ] Use the `External Tools` toolbar button drop-down menu to launch the `Prepare Staging Sanity Check` launch configuration.
113113
This will automatically download the packages specified in the launch configuration to subfolders in `/org.eclipse.epp.packages/sanity-check` to make the follow steps easier.
114114
- [ ] Download a package from the build's [staging output](https://download.eclipse.org/technology/epp/staging/).
115-
- [ ] Make sure filenames contain expected build name and milestone, e.g., `2026-03-R`.
116-
- [ ] Splash screen says the expected release name with no milestone, e.g., `2026-03`.
117-
- [ ] `Help -> About` says the expected build name and milestone, e.g., `2026-03-R`.
115+
- [ ] Make sure filenames contain expected build name and milestone, e.g., `2026-06-M1`.
116+
- [ ] Splash screen says the expected release name with no milestone, e.g., `2026-06`.
117+
- [ ] `Help -> About` says the expected build name and milestone, e.g., `2026-06-M1`.
118118
- [ ] From the `Console`, open the `Host OSGi console` and use `ss -s INSTALLED` to verify that there are no bundles failing to resolve.
119119
- [ ] The `org.eclipse.epp.package.*` features and bundles have the timestamp of the forced qualifier update or later.
120120
- [ ] Upgrade from previous release works.
121121
The `Prepare Staging Sanity Check` automatically configures the available updates sites for this test.
122122
To test the upgrade an equivalent to the simrel release composite site needs to be done.
123123
Add the following software sites to available software, check for updates and then make sure stuff works.
124124
In particular check error log and that core features, e.g., JDT, Platform, have been upgraded.
125-
- `https://download.eclipse.org/staging/2026-03/` -
125+
- `https://download.eclipse.org/staging/2026-06/` -
126126
_NOTE_ Use `SIMREL_REPO` if the staging repo has been updated since the `SIMREL_REPO` location was created.
127127
- `https://download.eclipse.org/technology/epp/staging/repository/`
128128
- `https://download.eclipse.org/justj/epp/milestone/latest` -
@@ -132,7 +132,7 @@ Scroll down for the per-milestone/RC steps.
132132
(especially justj, update [remove-justj-from-p2.xml](https://github.com/eclipse-packaging/packages/blob/master/releng/org.eclipse.epp.config/tools/remove-justj-from-p2.xml) if needed).
133133
- [ ] Edit the [Jenkins build](https://ci.eclipse.org/packaging/job/epp/job/master/lastBuild/).
134134
- [ ] Mark build as Keep forever.
135-
- [ ] Edit Jenkins Build Information and name it, e.g., `2026-03 R`.
135+
- [ ] Edit Jenkins Build Information and name it, e.g., `2026-06 M1`.
136136
- [ ] Run the [Promote a Build](
137137
https://ci.eclipse.org/packaging/job/promote-a-build/
138138
) CI job to prepare build artifacts and copy them to download.eclipse.org.
@@ -166,7 +166,7 @@ This applies to all releases, i.e. M1, M2, M3, RC1 and R.
166166
Everything except R is typically the Friday around 9:30am Ottawa time and the R is the following Wednesday sometime before 10am in coordination with the SimRel release engineer.
167167

168168
- [ ] Check that this worked:
169-
copy the composite\*R.jar files over the composite\*.jar files in https://download.eclipse.org/technology/epp/packages/2026-03/ -
169+
copy the composite\*M1.jar files over the composite\*.jar files in https://download.eclipse.org/technology/epp/packages/2026-06/ -
170170
this is done automatically with the
171171
[EPP Make Visible job](https://ci.eclipse.org/packaging/job/epp-makeVisible/)
172172
which is automatically triggered by SimRel's
@@ -175,8 +175,8 @@ Everything except R is typically the Friday around 9:30am Ottawa time and the R
175175
**24-48 Hours Before Final release day**
176176

177177
- [ ] **24 Hours before Final release** Make sure files are in final location to allow downloads to mirror.
178-
- [ ] Tag the release, e.g., `2026-03_R`.
179-
Example command line: `git tag --annotate 2026-03_R -m"2026-03 Release" 1b7a1c1af156e3ac57768b87be258cd22b49456b`.
178+
- [ ] Tag the release, e.g., `2026-06_R`.
179+
Example command line: `git tag --annotate 2026-06_R -m"2026-06 Release" 1b7a1c1af156e3ac57768b87be258cd22b49456b`.
180180
- [ ] Run the [Rename Provisional to Final](
181181
https://ci.eclipse.org/packaging/job/rename-provisional-to-final/
182182
) CI job to rename the provisional release milestone to final directory.
@@ -201,7 +201,7 @@ These jobs should be completed by approximately 10am Ottawa time on release days
201201
- The current release needs to be promoted as "latest" under https://download.eclipse.org/technology/epp/packages/latest/.
202202
This should be a composite pointing to a specific https://download.eclipse.org/technology/epp/packages/yyyy-MM/.
203203
- The _next_ release sub-directory needs to be created immediately.
204-
- When 2026-03 is released, a directory 2026-06 must be created with an empty p2 composite repository pointing to 2026-03 until M1.
204+
- When 2026-06 is released, a directory 2026-09 must be created with an empty p2 composite repository pointing to 2026-06 until M1.
205205
- On M1 release day this changes to a composite p2 repository with M1 content.
206206
- [ ] _Optional - useful when testing changes to the promotion scripts:_
207207
- Run the build once in `DRY_RUN` mode to ensure that the output is correct before it applies changes to download.eclipse.org.

packages/org.eclipse.epp.package.committers.feature/epp.website.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Click <a href="https://github.com/eclipse-egit/egit/issues">here</a> to open a b
2929
</packageMetaData>
3030
<MoreInfo>
3131
<NewAndNoteworthy
32-
url="https://eclipse.dev/eclipse/news/4.39/"
32+
url="https://eclipse.dev/eclipse/news/4.40/"
3333
project="Eclipse Platform" />
3434
</MoreInfo>
3535

3636
<!-- name, the name of the product, used in naming the created files. -->
37-
<product name="eclipse-committers-2026-03-R" />
37+
<product name="eclipse-committers-2026-06-M1" />
3838

3939
</configuration>

packages/org.eclipse.epp.package.committers.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.epp.package.committers.feature"
44
label="EPP Eclipse IDE for Eclipse Committers Feature"
5-
version="4.39.0.qualifier"
5+
version="4.40.0.qualifier"
66
provider-name="Eclipse Packaging Project"
77
plugin="org.eclipse.epp.package.committers"
88
license-feature="org.eclipse.license"

packages/org.eclipse.epp.package.committers.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.epp</groupId>
2323
<artifactId>org.eclipse.epp-feature-parent</artifactId>
24-
<version>4.39.0-SNAPSHOT</version>
24+
<version>4.40.0-SNAPSHOT</version>
2525
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
2626
</parent>
2727

packages/org.eclipse.epp.package.committers.product/epp.p2.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ instructions.configure=\
22
mkdir(path:${installFolder}/dropins);
33

44
properties.1.name = org.eclipse.equinox.p2.description
5-
properties.1.value = 2026-03 Release of the Eclipse Committers package.
5+
properties.1.value = 2026-06 Release of the Eclipse Committers package.
66

77
properties.2.name = org.eclipse.equinox.p2.provider
88
properties.2.value = Eclipse Packaging Project

packages/org.eclipse.epp.package.committers.product/epp.product

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Eclipse IDE for Eclipse Committers" uid="epp.package.committers" id="org.eclipse.epp.package.committers.product" application="org.eclipse.ui.ide.workbench" version="4.39.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="Eclipse IDE for Eclipse Committers" uid="epp.package.committers" id="org.eclipse.epp.package.committers.product" application="org.eclipse.ui.ide.workbench" version="4.40.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
55

66
<!--
77
@@ -247,7 +247,7 @@ United States, other countries, or both.
247247

248248
<features>
249249
<!-- common features that all products have -->
250-
<feature id="org.eclipse.epp.package.common.feature" version="4.39.0.qualifier"/>
250+
<feature id="org.eclipse.epp.package.common.feature" version="4.40.0.qualifier"/>
251251
<feature id="org.eclipse.platform" installMode="root"/>
252252
<feature id="org.eclipse.epp.mpc" installMode="root"/>
253253
<feature id="org.eclipse.oomph.setup" installMode="root"/>
@@ -269,7 +269,7 @@ United States, other countries, or both.
269269
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>
270270

271271
<!-- product specific contents -->
272-
<feature id="org.eclipse.epp.package.committers.feature" version="4.39.0.qualifier"/>
272+
<feature id="org.eclipse.epp.package.committers.feature" version="4.40.0.qualifier"/>
273273
<feature id="org.eclipse.jdt" installMode="root"/>
274274
<feature id="org.eclipse.jdt.bcoview.feature" installMode="root"/>
275275
<feature id="org.eclipse.pde" installMode="root"/>
@@ -307,8 +307,8 @@ United States, other countries, or both.
307307
</configurations>
308308

309309
<repositories>
310-
<repository location="https://download.eclipse.org/eclipse/updates/4.39" name="The Eclipse Project Updates" enabled="true" />
311-
<repository location="https://download.eclipse.org/releases/2026-03" name="2026-03" enabled="true" />
310+
<repository location="https://download.eclipse.org/eclipse/updates/4.40" name="The Eclipse Project Updates" enabled="true" />
311+
<repository location="https://download.eclipse.org/releases/2026-06" name="2026-06" enabled="true" />
312312
</repositories>
313313

314314
</product>

packages/org.eclipse.epp.package.committers.product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.eclipse.epp</groupId>
2222
<artifactId>org.eclipse.epp-product-parent</artifactId>
23-
<version>4.39.0-SNAPSHOT</version>
23+
<version>4.40.0-SNAPSHOT</version>
2424
<relativePath>../../releng/org.eclipse.epp.config/parent/product</relativePath>
2525
</parent>
2626

packages/org.eclipse.epp.package.committers/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.epp.package.committers;singleton:=true
5-
Bundle-Version: 4.39.0.qualifier
5+
Bundle-Version: 4.40.0.qualifier
66
Bundle-Vendor: %providerName
77
Bundle-Localization: plugin
88
Bundle-RequiredExecutionEnvironment: JavaSE-21

0 commit comments

Comments
 (0)