Skip to content

Commit ed5cd58

Browse files
committed
update versions for 6.4.0
1 parent 02981a8 commit ed5cd58

File tree

74 files changed

+141
-141
lines changed
  • branding
    • org.eclipse.embedcdt-branding/META-INF
    • org.eclipse.embedcdt.codered-branding/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag-branding/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.openocd-branding/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.pyocd-branding/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.qemu-branding/META-INF
    • org.eclipse.embedcdt.debug.packs-branding/META-INF
    • org.eclipse.embedcdt.managedbuild.cross-branding/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.arm-branding/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.riscv-branding/META-INF
    • org.eclipse.embedcdt.packs-branding/META-INF
    • org.eclipse.embedcdt.templates.ad-branding/META-INF
    • org.eclipse.embedcdt.templates.cortexm-branding/META-INF
    • org.eclipse.embedcdt.templates.freescale-branding/META-INF
    • org.eclipse.embedcdt.templates.sifive-branding/META-INF
    • org.eclipse.embedcdt.templates.stm-branding/META-INF
    • org.eclipse.embedcdt.templates.xpack-branding/META-INF
  • features
  • parent
  • plugins
    • org.eclipse.embedcdt.codered.ui/META-INF
    • org.eclipse.embedcdt.core/META-INF
    • org.eclipse.embedcdt.debug.core/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.core/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.jlink.core/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.jlink.ui/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.openocd.core/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.openocd.ui/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.pyocd.core/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.pyocd.ui/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.qemu.core/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.qemu.ui/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.restart.ui/META-INF
    • org.eclipse.embedcdt.debug.gdbjtag.ui/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.arm.core/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.arm.ui/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.core/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.riscv.core/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.riscv.ui/META-INF
    • org.eclipse.embedcdt.managedbuild.cross.ui/META-INF
    • org.eclipse.embedcdt.managedbuild.packs.ui/META-INF
    • org.eclipse.embedcdt.packs.core/META-INF
    • org.eclipse.embedcdt.packs.ui/META-INF
    • org.eclipse.embedcdt.templates.core/META-INF
    • org.eclipse.embedcdt.templates.cortexm.ui/META-INF
    • org.eclipse.embedcdt.templates.freescale.pe.ui/META-INF
    • org.eclipse.embedcdt.templates.freescale.ui/META-INF
    • org.eclipse.embedcdt.templates.sifive.ui/META-INF
    • org.eclipse.embedcdt.templates.stm.ui/META-INF
    • org.eclipse.embedcdt.templates.xpack.ui/META-INF
    • org.eclipse.embedcdt.ui/META-INF
  • repositories/org.eclipse.embedcdt-repository
  • target-platform

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+141
-141
lines changed

README-MAINTAINER.md

Lines changed: 29 additions & 29 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.2/org.eclipse.embedcdt.repository-6.3.2-202304281106.zip>
46-
- <https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/>
45+
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip>
46+
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/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.2_.
95+
milestone. As title, use the current version, like _v6.4.0_.
9696

9797
### Update version in README-MAINTENANCE
9898

@@ -121,17 +121,17 @@ For the plug-ins that were modified, increase the specific version
121121

122122
Commit the MANIFEST.MF files as _update versions..._
123123

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

128128
For all branding, edit the MANIFEST.MF and increase the
129-
`Bundle-Version` (like _6.3.2_).
129+
`Bundle-Version` (like _6.4.0_).
130130

131131
For all other occurrences, except `compositeArtifacts.xml` and
132132
`compositeContent.xml`.
133133

134-
Commit all with _update package version 6.3.2_.
134+
Commit all with _update package version 6.4.0_.
135135

136136
## Build locally
137137

@@ -220,7 +220,7 @@ page, login and click the
220220
[Create a new release](https://projects.eclipse.org/node/18638/create-release/)
221221
link in the right side bar, below Releases (it shows only after login).
222222

223-
Name it like `6.3.2` (no v).
223+
Name it like `6.4.0` (no v).
224224

225225
Click the **Create and edit** button.
226226

@@ -229,7 +229,7 @@ Click the **Edit** tab, **The Basics**; switch to Source mode
229229
Start with _Release candidate_ (Header 3).
230230

231231
```html
232-
<p>Version <strong>6.3.2</strong> is a maintenance release; it ....</p>
232+
<p>Version <strong>6.4.0</strong> is a maintenance release; it ....</p>
233233

234234
<h3>Release candidate</h3>
235235

@@ -270,7 +270,7 @@ In Eclipse:
270270
- right click: **Show Properties View**
271271
- in the right side, edit the **Location** field to the new release
272272
candidate p2 URL (like
273-
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.2-202304281106/p2/`
273+
`https://download.eclipse.org/embed-cdt/release-candidates/6.4.0-202304281106/p2/`
274274
and press Enter
275275
- select all the features in the contribution, right-click and choose
276276
**Fix Versions**
@@ -279,7 +279,7 @@ and press Enter
279279
- Save
280280
- stage `simrel.aggr` & `embedcdt.aggrcon`
281281
- commit with a message like:
282-
- _embedcdt: update for 6.3.2-202304281106_,
282+
- _embedcdt: update for 6.4.0-202304281106_,
283283
- _Signed-off-by: Liviu Ionescu <ilg@livius.net>_
284284
- click the **Commit** button (do not Push yet)
285285
- right click, Show in local Terminal
@@ -309,7 +309,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:
309309

310310
Announce the release candidate to the **embed-cdt-dev@eclipse.org** list;
311311
use a subject like
312-
**Embed CDT v6.3.2-202304281106 release candidate**,
312+
**Embed CDT v6.4.0-202304281106 release candidate**,
313313
and pass a link to the release page, available at:
314314

315315
- <https://projects.eclipse.org/projects/iot.embed-cdt/>
@@ -324,7 +324,7 @@ Go to the release candidate folder
324324

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

327-
Copy the tag and enter it in Git, like `v6.3.2-202304281106` (with `v`).
327+
Copy the tag and enter it in Git, like `v6.4.0-202304281106` (with `v`).
328328

329329
## Publish the final release
330330

@@ -333,9 +333,9 @@ When the plug-ins are considered stable:
333333
- in `eclipse-plugins.git`, the master branch, edit both .xml files
334334
- `repositories/org.eclipse.embededcdt-repository/composite/compositeArtifacts.xml`
335335
- `repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml`
336-
- add new child like `<child location='../../releases/6.3.2/p2'/>`
336+
- add new child like `<child location='../../releases/6.4.0/p2'/>`
337337
- update `p2.timestamp` to the value shown at the end of the `make-release-candidate-from-master`
338-
- **commit** master with a message like _add 6.3.2 to composite_
338+
- **commit** master with a message like _add 6.4.0 to composite_
339339
- **push** master
340340

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

360360
- <https://download.eclipse.org/embed-cdt/updates/v6/>
361-
- <https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/>
361+
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/p2/>
362362

363363
### Update the Eclipse Marketplace records
364364

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

381-
- <https://download.eclipse.org/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106.zip>
381+
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip>
382382

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

385-
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106.zip>
386-
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.2/org.eclipse.embedcdt.repository-6.3.2-202304281106.zip.sha>
385+
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip>
386+
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip.sha>
387387

388388
Update the milestone URL.
389389

390390
Copy/paste the features/plug-ins from the console output of the
391391
[make-release-from-master](https://ci.eclipse.org/embed-cdt/job/make-release-from-master/)
392392
Jenkins job.
393393

394-
- commit with a message like _Eclipse Embedded CDT plug-ins v6.3.2 released_.
394+
- commit with a message like _Eclipse Embedded CDT plug-ins v6.4.0 released_.
395395
- push the `develop` branch
396396
- wait for GitHub Actions job to complete
397397
(<https://github.com/eclipse-embed-cdt/web-jekyll/actions>)
@@ -405,18 +405,18 @@ Jenkins job.
405405

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

408-
- tag: _v6.3.2_ (with `v`)
409-
- title _Eclipse Embedded CDT plug-ins v6.3.2_
408+
- tag: _v6.4.0_ (with `v`)
409+
- title _Eclipse Embedded CDT plug-ins v6.4.0_
410410
- copy/paste from the release page
411-
- 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
411+
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.4.0-released/)` with a link to the web page
412412
- do not attach files
413413
- click **Publish release**
414414

415415
### Close milestone
416416

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

419-
- close the v6.3.2 milestone
419+
- close the v6.4.0 milestone
420420

421421
### Update the Eclipse release record
422422

@@ -427,13 +427,13 @@ and select the new release
427427
- replace the entire content with links to GitHub:
428428

429429
```html
430-
<p>Version <strong>6.3.2</strong> is a new major/minor/service release; it updates ...</p>
430+
<p>Version <strong>6.4.0</strong> is a new major/minor/service release; it updates ...</p>
431431

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

434434
<ul>
435435
<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>
436-
<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>
436+
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.4.0-released/">Eclipse Embedded CDT plug-ins v6.4.0 released</a>&nbsp;(for updating the plug-ins on an existing Eclipse)</li>
437437
</ul>
438438
```
439439

@@ -461,15 +461,15 @@ In Eclipse:
461461
- select **Mapped Repository**
462462
- right click: **Show Properties View**
463463
- in the right side, edit the **Location** field to the new release p2 URL
464-
(like `https://download.eclipse.org/embed-cdt/releases/6.3.2/p2/`
464+
(like `https://download.eclipse.org/embed-cdt/releases/6.4.0/p2/`
465465
and press Enter
466466
- select all the features in the contribution, right-click and choose
467467
**Fix Versions**
468468
- select the Contribution and **Validate**
469469
- select the Aggregation and **Validate**
470470
- stage `embededcdt.aggrcom`
471471
- commit with a message like:
472-
- _embedcdt: update for 6.3.2_
472+
- _embedcdt: update for 6.4.0_
473473
- _Signed-off-by: Liviu Ionescu <ilg@livius.net>_
474474
- click the **Commit** button (do not push yet)
475475
- right click, Show in local Terminal
@@ -553,13 +553,13 @@ available from:
553553
### Announce release
554554

555555
Announce the release to the **embed-cdt-dev@eclipse.org** list;
556-
use a subject like **Eclipse Embedded CDT plug-ins v6.3.2 released**, and
556+
use a subject like **Eclipse Embedded CDT plug-ins v6.4.0 released**, and
557557
pass a link to the release page.
558558

559559
## Share on Twitter
560560

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

branding/org.eclipse.embedcdt-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-ActivationPolicy: lazy
88
Bundle-Vendor: %bundle.vendor

branding/org.eclipse.embedcdt.codered-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.codered;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-ActivationPolicy: lazy
88
Bundle-Vendor: %bundle.vendor

branding/org.eclipse.embedcdt.debug.gdbjtag-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-Vendor: %bundle.vendor
88
Bundle-ActivationPolicy: lazy

branding/org.eclipse.embedcdt.debug.gdbjtag.jlink-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.jlink;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-Vendor: %bundle.vendor
88
Bundle-ActivationPolicy: lazy

branding/org.eclipse.embedcdt.debug.gdbjtag.openocd-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.openocd;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-Vendor: %bundle.vendor
88
Bundle-ActivationPolicy: lazy

branding/org.eclipse.embedcdt.debug.gdbjtag.pyocd-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.pyocd;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-Vendor: %bundle.vendor
88
Bundle-ActivationPolicy: lazy

branding/org.eclipse.embedcdt.debug.gdbjtag.qemu-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.qemu;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-Vendor: %bundle.vendor
88
Bundle-ActivationPolicy: lazy

branding/org.eclipse.embedcdt.debug.packs-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.debug.packs;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-ActivationPolicy: lazy
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Bundle-Vendor: %bundle.vendor

branding/org.eclipse.embedcdt.managedbuild.cross-branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.managedbuild.cross;singleton:=true
5-
Bundle-Version: 6.3.2.qualifier
5+
Bundle-Version: 6.4.0.qualifier
66
Bundle-ActivationPolicy: lazy
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Bundle-Vendor: %bundle.vendor

0 commit comments

Comments
 (0)