@@ -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.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip >
45+ - < https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip >
4646- < https://download.eclipse.org/embed-cdt/releases/6.4.0/p2/ >
4747
4848The official download page is
@@ -182,8 +182,6 @@ Wait for the GitHub Actions CI job to confirm that the build passed.
182182
183183### Trigger the Jenkins master build
184184
185- Note: this happens now automatically, at each push.
186-
187185- go to [ https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ ] ( https://ci.eclipse.org/embed-cdt/job/build-plug-ins/ )
188186- ** login** (otherwise the next link will not be visible!)
189187- click the ** Scan Multibranch Pipeline Now** link
@@ -274,7 +272,7 @@ In Eclipse:
274272- right click: ** Show Properties View**
275273- in the right side, edit the ** Location** field to the new release
276274candidate p2 URL (like
277- ` https://download.eclipse.org/embed-cdt/release-candidates/6.4.0-202304281106 /p2/ `
275+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.4.0-202307251916 /p2/ `
278276and press Enter
279277- select all the features in the contribution, right-click and choose
280278** Fix Versions**
@@ -283,7 +281,7 @@ and press Enter
283281- Save
284282- stage ` simrel.aggr ` & ` embedcdt.aggrcon `
285283- commit with a message like:
286- - _ embedcdt: update for 6.4.0-202304281106 _ ,
284+ - _ embedcdt: update for 6.4.0-202307251916 _ ,
287285 - _ Signed-off-by: Liviu Ionescu < ilg@livius.net > _
288286- click the ** Commit** button (do not Push yet)
289287- right click, Show in local Terminal
@@ -313,7 +311,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:
313311
314312Announce the release candidate to the ** embed-cdt-dev@eclipse.org ** list;
315313use a subject like
316- ** Embed CDT v6.4.0-202304281106 release candidate** ,
314+ ** Embed CDT v6.4.0-202307251916 release candidate** ,
317315and pass a link to the release page, available at:
318316
319317- < https://projects.eclipse.org/projects/iot.embed-cdt/ >
@@ -328,7 +326,7 @@ Go to the release candidate folder
328326
329327- [ https://download.eclipse.org/embed-cdt/release-candidates/ ] ( https://download.eclipse.org/embed-cdt/release-candidates/ )
330328
331- Copy the tag and enter it in Git, like ` v6.4.0-202304281106 ` (with ` v ` ).
329+ Copy the tag and enter it in Git, like ` v6.4.0-202307251916 ` (with ` v ` ).
332330
333331## Publish the final release
334332
@@ -382,12 +380,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
382380As links for the latest two, open < https://download.eclipse.org/embed-cdt/releases/ >
383381and get the archive URL, like:
384382
385- - < https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip >
383+ - < https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip >
386384
387385Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
388386
389- - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip >
390- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106 .zip.sha >
387+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip >
388+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916 .zip.sha >
391389
392390Update the milestone URL.
393391
0 commit comments