Skip to content

Commit 3c8018a

Browse files
committed
README-MAINTAINER.md update version
1 parent 04d2c00 commit 3c8018a

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

README-MAINTAINER.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ 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.1/org.eclipse.embedcdt.repository-6.3.1-202210101738.zip>
46-
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/>
45+
- <https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738.zip>
46+
- <https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/>
4747

4848
The official download page is
4949

@@ -92,7 +92,7 @@ page, click the
9292
[Milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/)
9393
button and add a
9494
[new](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new/)
95-
milestone. As title, use the current version, like _v6.3.1_.
95+
milestone. As title, use the current version, like _v6.3.2_.
9696

9797
### Update version in README-MAINTENANCE
9898

@@ -119,7 +119,7 @@ number, like `[#122]`;
119119
For the plug-ins that were modified, increase the specific version
120120
(like _1.2.3_).
121121

122-
For all features, increase the common version (like _6.3.1_); be sure
122+
For all features, increase the common version (like _6.3.2_); be sure
123123
the composite records are not updated at this moment, they require
124124
new lines, added later.
125125

@@ -205,14 +205,14 @@ page, login and click the
205205
[Create a new release](https://projects.eclipse.org/node/18638/create-release/)
206206
link in the right side bar, below Releases (it shows only after login).
207207

208-
Name it like `6.3.1` (no v).
208+
Name it like `6.3.2` (no v).
209209

210210
Click on Edit, The Basics; switch to Source mode
211211

212212
Start with _Release candidate_ (Header 3).
213213

214214
```html
215-
<p>Version <strong>6.3.1</strong> is a maintenance release; it ....</p>
215+
<p>Version <strong>6.3.2</strong> is a maintenance release; it ....</p>
216216

217217
<h3>Release candidate</h3>
218218

@@ -251,14 +251,14 @@ In Eclipse:
251251
- right click: **Show Properties View**
252252
- in the right side, edit the **Location** field to the new release
253253
candidate p2 URL (like
254-
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.1-202210101738/p2/`
254+
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.2-202210101738/p2/`
255255
and press Enter
256256
- select all the features in the contribution, right-click and choose
257257
**Fix Versions**
258258
- select the Contribution and **Validate**
259259
- select the Aggregation and **Validate**
260260
- Save
261-
- commit _embedcdt: update for 6.3.1-202210101738_
261+
- commit _embedcdt: update for 6.3.2-202210101738_
262262
- _Signed-off-by: Liviu Ionescu <ilg@livius.net>_
263263
- _Signed-off-by: Liviu Ionescu &lt;ilg@livius.net&gt;_
264264

@@ -287,7 +287,7 @@ In about 5 minutes it'll automatically rebuild the staging repo:
287287

288288
Announce the release candidate to the **embed-cdt-dev@eclipse.org** list;
289289
use a subject like
290-
**Embed CDT v6.3.1-202210101738 release candidate**,
290+
**Embed CDT v6.3.2-202210101738 release candidate**,
291291
and pass a link to the release page, available at:
292292

293293
- <https://projects.eclipse.org/projects/iot.embed-cdt/>
@@ -302,7 +302,7 @@ Go to the release candidate folder
302302

303303
- [https://download.eclipse.org/embed-cdt/release-candidates/](https://download.eclipse.org/embed-cdt/release-candidates/)
304304

305-
Copy the tag and enter it in Git, like `v6.3.1-202210101738` (with `v`).
305+
Copy the tag and enter it in Git, like `v6.3.2-202210101738` (with `v`).
306306

307307
## Publish the final release
308308

@@ -311,9 +311,9 @@ When the plug-ins are considered stable:
311311
- in `eclipse-plugins.git`, the master branch, edit both .xml files
312312
- `repositories/org.eclipse.embededcdt-repository/composite/compositeArtifacts.xml`
313313
- `repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml`
314-
- add new child like `<child location='../../releases/6.3.1/p2'/>`
314+
- add new child like `<child location='../../releases/6.3.2/p2'/>`
315315
- update `p2.timestamp` to the value shown at the end of the `make-release-candidate-from-master`
316-
- **commit** master with a message like _add 6.3.1 to composite_
316+
- **commit** master with a message like _add 6.3.2 to composite_
317317
- **push** master
318318

319319
- go to <https://ci.eclipse.org/embed-cdt/>
@@ -336,7 +336,7 @@ Both can be used in Eclipse to **Install New Software**.
336336
The public update URLs are:
337337

338338
- <https://download.eclipse.org/embed-cdt/updates/v6/>
339-
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/>
339+
- <https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/>
340340

341341
### Update the Eclipse Marketplace records
342342

@@ -356,20 +356,20 @@ In the `develop` branch, in `_posts/release`, add a new release page.
356356
As links for the latest two, open <https://download.eclipse.org/embed-cdt/releases/>
357357
and get the archive URL, like:
358358

359-
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202210101738.zip>
359+
- <https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738.zip>
360360

361361
Isolate the part starting with `/embed-cdt/...` and update the URLs to use the download redirect:
362362

363-
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202210101738.zip>
364-
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202210101738.zip.sha>
363+
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738.zip>
364+
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202210101738.zip.sha>
365365

366366
Update the milestone URL.
367367

368368
Copy/paste the features/plug-ins from the console output of the
369369
[make-release-from-master](https://ci.eclipse.org/embed-cdt/job/make-release-from-master/)
370370
Jenkins job.
371371

372-
- commit with a message like _Eclipse Embedded CDT plug-ins v6.3.1 released_.
372+
- commit with a message like _Eclipse Embedded CDT plug-ins v6.3.2 released_.
373373
- push the `develop` branch
374374
- wait for GitHub Actions job to complete
375375
(<https://github.com/eclipse-embed-cdt/web-jekyll/actions>)
@@ -383,18 +383,18 @@ Jenkins job.
383383

384384
In [GitHub releases](https://github.com/eclipse-embed-cdt/eclipse-plugins/releases) add a new release
385385

386-
- tag: _v6.3.1_ (with `v`)
387-
- title _Eclipse Embedded CDT plug-ins v6.3.1_
386+
- tag: _v6.3.2_ (with `v`)
387+
- title _Eclipse Embedded CDT plug-ins v6.3.2_
388388
- copy/paste from the release page
389-
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.3.1-released/)` with a link to the web page
389+
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.3.2-released/)` with a link to the web page
390390
- do not attach files
391391
- click **Publish release**
392392

393393
### Close milestone
394394

395395
In [GitHub milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones):
396396

397-
- close the v6.3.1 milestone
397+
- close the v6.3.2 milestone
398398

399399
### Update the Eclipse release record
400400

@@ -405,13 +405,13 @@ and select the new release
405405
- replace the entire content with links to GitHub:
406406

407407
```html
408-
<p>Version <strong>6.3.1</strong> is a new major/minor/service release; it updates ...</p>
408+
<p>Version <strong>6.3.2</strong> is a new major/minor/service release; it updates ...</p>
409409

410410
<p>Fore more details, please read the project web release pages:</p>
411411

412412
<ul>
413413
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/package-2020-12-released/">Eclipse IDE for Embedded C/C++ Developers 2020-12 released</a>&nbsp;(for installing a new Eclipse)</li>
414-
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.3.1-released/">Eclipse Embedded CDT plug-ins v6.3.1 released</a>&nbsp;(for updating the plug-ins on an existing Eclipse)</li>
414+
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.3.2-released/">Eclipse Embedded CDT plug-ins v6.3.2 released</a>&nbsp;(for updating the plug-ins on an existing Eclipse)</li>
415415
</ul>
416416
```
417417

@@ -437,14 +437,14 @@ In Eclipse:
437437
- select **Mapped Repository**
438438
- right click: **Show Properties View**
439439
- in the right side, edit the **Location** field to the new release p2 URL
440-
(like `https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/`
440+
(like `https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/`
441441
and press Enter
442442
- select all the features in the contribution, right-click and choose
443443
**Fix Versions**
444444
- select the Contribution and **Validate**
445445
- select the Aggregation and **Validate**
446446
- commit with a message like:
447-
- _embedcdt: update for 6.3.1_
447+
- _embedcdt: update for 6.3.2_
448448
- _Signed-off-by: Liviu Ionescu <ilg@livius.net>_
449449

450450
```bash
@@ -526,13 +526,13 @@ available from:
526526
### Announce release
527527

528528
Announce the release to the **embed-cdt-dev@eclipse.org** list;
529-
use a subject like **Eclipse Embedded CDT plug-ins v6.3.1 released**, and
529+
use a subject like **Eclipse Embedded CDT plug-ins v6.3.2 released**, and
530530
pass a link to the release page.
531531

532532
## Share on Twitter
533533

534534
- in a separate browser windows, open [TweetDeck](https://tweetdeck.twitter.com/)
535535
- using the `@EmbedCDT` account, enter a message like
536-
**Eclipse Embedded CDT plug-ins v6.3.1 released** and on the next line
536+
**Eclipse Embedded CDT plug-ins v6.3.2 released** and on the next line
537537
paste the link to the release
538538
- click the Tweet button

0 commit comments

Comments
 (0)