@@ -42,7 +42,7 @@ For archiving purposes, the release is also published in a separate folder
4242for each version, with the archive in the top folder and the p2 repo as
4343a sub-folder
4444
45- - < https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip >
45+ - < https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip >
4646- < https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/ >
4747
4848The official download page is
@@ -176,6 +176,8 @@ When ready, merge the `develop` branch into `master`, and push them to GitHub.
176176
177177Wait for the GitHub Actions CI job to confirm that the build passed.
178178
179+ - < https://github.com/eclipse-embed-cdt/eclipse-plugins/actions >
180+
179181### Trigger the Jenkins master build
180182
181183- go to [ https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ ] ( https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ )
@@ -261,14 +263,14 @@ In Eclipse:
261263- right click: ** Show Properties View**
262264- in the right side, edit the ** Location** field to the new release
263265candidate p2 URL (like
264- ` https://download.eclipse.org/embed-cdt/release-candidates/6.3.2-202210101738 /p2/ `
266+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.3.2-202304281106 /p2/ `
265267and press Enter
266268- select all the features in the contribution, right-click and choose
267269** Fix Versions**
268270- select the Contribution and ** Validate**
269271- select the Aggregation and ** Validate**
270272- Save
271- - commit _ embedcdt: update for 6.3.2-202210101738 _
273+ - commit _ embedcdt: update for 6.3.2-202304281106 _
272274- _ Signed-off-by: Liviu Ionescu < ilg@livius.net > _
273275- _ Signed-off-by: Liviu Ionescu < ; ilg@livius.net > ; _
274276
@@ -297,7 +299,7 @@ In about 5 minutes it'll automatically rebuild the staging repo:
297299
298300Announce the release candidate to the ** embed-cdt-dev@eclipse.org ** list;
299301use a subject like
300- ** Embed CDT v6.3.2-202210101738 release candidate** ,
302+ ** Embed CDT v6.3.2-202304281106 release candidate** ,
301303and pass a link to the release page, available at:
302304
303305- < https://projects.eclipse.org/projects/iot.embed-cdt/ >
@@ -312,7 +314,7 @@ Go to the release candidate folder
312314
313315- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
314316
315- Copy the tag and enter it in Git, like ` v6.3.2-202210101738 ` (with ` v ` ).
317+ Copy the tag and enter it in Git, like ` v6.3.2-202304281106 ` (with ` v ` ).
316318
317319## Publish the final release
318320
@@ -366,12 +368,12 @@ In the `develop` branch, in `_posts/release`, add a new release page.
366368As links for the latest two, open < https://download.eclipse.org/embed-cdt/releases/ >
367369and get the archive URL, like:
368370
369- - < https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip >
371+ - < https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip >
370372
371373Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
372374
373- - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip >
374- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738 .zip.sha >
375+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip >
376+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106 .zip.sha >
375377
376378Update the milestone URL.
377379
0 commit comments