Skip to content

Commit 2608a79

Browse files
committed
1 parent 73a5e6d commit 2608a79

13 files changed

Lines changed: 19 additions & 19 deletions

File tree

RELEASING.md

Lines changed: 5 additions & 5 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 M3` 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-03 RC1` 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.
@@ -112,9 +112,9 @@ 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-M3`.
115+
- [ ] Make sure filenames contain expected build name and milestone, e.g., `2026-03-RC1`.
116116
- [ ] 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-M3`.
117+
- [ ] `Help -> About` says the expected build name and milestone, e.g., `2026-03-RC1`.
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.
@@ -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 M3`.
135+
- [ ] Edit Jenkins Build Information and name it, e.g., `2026-03 RC1`.
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\*M3.jar files over the composite\*.jar files in https://download.eclipse.org/technology/epp/packages/2026-03/ -
169+
copy the composite\*RC1.jar files over the composite\*.jar files in https://download.eclipse.org/technology/epp/packages/2026-03/ -
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Click <a href="https://github.com/eclipse-egit/egit/issues">here</a> to open a b
3434
</MoreInfo>
3535

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

3939
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
</packageMetaData>
2323

2424
<!-- name, the name of the product, used in naming the created files. -->
25-
<product name="eclipse-cpp-2026-03-M3" />
25+
<product name="eclipse-cpp-2026-03-RC1" />
2626

2727
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
</MoreInfo>
2828

2929
<!-- name, the name of the product, used in naming the created files. -->
30-
<product name="eclipse-dsl-2026-03-M3" />
30+
<product name="eclipse-dsl-2026-03-RC1" />
3131

3232
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ To avoid compatibility issues with pre 6.x plug-ins, it is recommended to <b>cre
2929
</packageMetaData>
3030

3131
<!-- name, the name of the product, used in naming the created files. -->
32-
<product name="eclipse-embedcpp-2026-03-M3" />
32+
<product name="eclipse-embedcpp-2026-03-RC1" />
3333

3434
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929

3030
<!-- name, the name of the product, used in naming the created files. -->
31-
<product name="eclipse-java-2026-03-M3" />
31+
<product name="eclipse-java-2026-03-RC1" />
3232

3333
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Click <a href="https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issu
3434
</MoreInfo>
3535

3636
<!-- name, the name of the product, used in naming the created files. -->
37-
<product name="eclipse-jee-2026-03-M3" />
37+
<product name="eclipse-jee-2026-03-RC1" />
3838

3939
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
</packageMetaData>
2525

2626
<!-- name, the name of the product, used in naming the created files. -->
27-
<product name="eclipse-modeling-2026-03-M3" />
27+
<product name="eclipse-modeling-2026-03-RC1" />
2828

2929
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Click <a href="https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issu
3232
</MoreInfo>
3333

3434
<!-- name, the name of the product, used in naming the created files. -->
35-
<product name="eclipse-php-2026-03-M3" />
35+
<product name="eclipse-php-2026-03-RC1" />
3636

3737
</configuration>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
</MoreInfo>
2828

2929
<!-- name, the name of the product, used in naming the created files. -->
30-
<product name="eclipse-rcp-2026-03-M3" />
30+
<product name="eclipse-rcp-2026-03-RC1" />
3131

3232
</configuration>

0 commit comments

Comments
 (0)