Skip to content

Commit 0f07cca

Browse files
committed
README-MAINTAINER update timestamp
1 parent 31569ac commit 0f07cca

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README-MAINTAINER.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For archiving purposes, the release is also published in a separate folder
4242
for each version, with the archive in the top folder and the p2 repo as
4343
a 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

4848
The official download page is
@@ -176,6 +176,8 @@ When ready, merge the `develop` branch into `master`, and push them to GitHub.
176176

177177
Wait 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
263265
candidate 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/`
265267
and 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 <[email protected]>_
273275
- _Signed-off-by: Liviu Ionescu &lt;[email protected]&gt;_
274276

@@ -297,7 +299,7 @@ In about 5 minutes it'll automatically rebuild the staging repo:
297299

298300
Announce the release candidate to the **[email protected]** list;
299301
use a subject like
300-
**Embed CDT v6.3.2-202210101738 release candidate**,
302+
**Embed CDT v6.3.2-202304281106 release candidate**,
301303
and 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.
366368
As links for the latest two, open <https://download.eclipse.org/embed-cdt/releases/>
367369
and 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

371373
Isolate 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

376378
Update the milestone URL.
377379

0 commit comments

Comments
 (0)