@@ -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.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip >
45+ - < https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip >
4646- < https://download.eclipse.org/embed-cdt/releases/6.6.0/p2/ >
4747
4848The official download page is
@@ -209,7 +209,7 @@ Go to the release candidate folder
209209
210210- < https://download.eclipse.org/embed-cdt/release-candidates/ >
211211
212- Get the timestamp and update the README-MAINTENANCE.md file.
212+ Get the timestamp (like 202403210905) and update the README-MAINTENANCE.md file.
213213
214214Commit with _ README-MAINTAINER update timestamp_ .
215215
@@ -273,7 +273,7 @@ In Eclipse:
273273- right click: ** Show Properties View**
274274- in the right side, edit the ** Location** field to the new release
275275candidate p2 URL (like
276- ` https://download.eclipse.org/embed-cdt/release-candidates/6.6.0-202403192128 /p2/ `
276+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.6.0-202403210905 /p2/ `
277277and press Enter
278278- select all the features in the contribution, right-click and choose
279279** Fix Versions**
@@ -282,7 +282,7 @@ and press Enter
282282- Save
283283- stage ` simrel.aggr ` & ` embedcdt.aggrcon `
284284- commit with a message like:
285- - _ embedcdt: update for 6.6.0-202403192128 _ ,
285+ - _ embedcdt: update for 6.6.0-202403210905 _ ,
286286 - _ Signed-off-by: Liviu Ionescu < ilg@livius.net > _
287287- click the ** Commit** button (do not Push yet)
288288- right click, Show in local Terminal
@@ -312,7 +312,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:
312312
313313Announce the release candidate to the ** embed-cdt-dev@eclipse.org ** list;
314314use a subject like
315- ** Embed CDT v6.6.0-202403192128 release candidate** ,
315+ ** Embed CDT v6.6.0-202403210905 release candidate** ,
316316and pass a link to the release page, available at:
317317
318318- < https://projects.eclipse.org/projects/iot.embed-cdt/ >
@@ -327,7 +327,7 @@ Go to the release candidate folder
327327
328328- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
329329
330- Copy the tag and enter it in Git, like ` v6.6.0-202403192128 ` (with ` v ` ).
330+ Copy the tag and enter it in Git, like ` v6.6.0-202403210905 ` (with ` v ` ).
331331
332332## Publish the final release
333333
@@ -381,12 +381,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
381381As links for the latest two, open < https://download.eclipse.org/embed-cdt/releases/ >
382382and get the archive URL, like:
383383
384- - < https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip >
384+ - < https://download.eclipse.org/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip >
385385
386386Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
387387
388- - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip >
389- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403192128 .zip.sha >
388+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip >
389+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.6.0/org.eclipse.embedcdt.repository-6.6.0-202403210905 .zip.sha >
390390
391391Go to < https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones > and
392392update the fixed issues.
0 commit comments