Skip to content

Commit

Permalink
version 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 9, 2022
1 parent edf5ec6 commit 0f45977
Show file tree
Hide file tree
Showing 70 changed files with 106 additions and 106 deletions.
54 changes: 27 additions & 27 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ For archiving purposes, the release is also published in a separate folder
for each version, with the archive in the top folder and the p2 repo as
a sub-folder

- <https://download.eclipse.org/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/p2/>
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/>

The official download page is

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

### Update version in README-MAINTENANCE

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

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

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

Name it like `6.3.0` (no v).
Name it like `6.3.1` (no v).

Click on Edit, The Basics; switch to Source mode

Start with _Release candidate_ (Header 3).

```html
<p>Version <strong>6.3.0</strong> is a maintenance release; it ....</p>
<p>Version <strong>6.3.1</strong> is a maintenance release; it ....</p>

<h3>Release candidate</h3>

Expand Down Expand Up @@ -251,14 +251,14 @@ In Eclipse:
- right click: **Show Properties View**
- in the right side, edit the **Location** field to the new release
candidate p2 URL (like
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.0-202208180721/p2/`
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.1-202208180721/p2/`
and press Enter
- select all the features in the contribution, right-click and choose
**Fix Versions**
- select the Contribution and **Validate**
- select the Aggregation and **Validate**
- Save
- commit _embedcdt: update for 6.3.0-202208180721_
- commit _embedcdt: update for 6.3.1-202208180721_
- _Signed-off-by: Liviu Ionescu <[email protected]>_
- _Signed-off-by: Liviu Ionescu &lt;[email protected]&gt;_

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

Announce the release candidate to the **[email protected]** list;
use a subject like
**Embed CDT v6.3.0-202208180721 release candidate**,
**Embed CDT v6.3.1-202208180721 release candidate**,
and pass a link to the release page, available at:

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

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

Copy the tag and enter it in Git, like `v6.3.0-202208180721` (with `v`).
Copy the tag and enter it in Git, like `v6.3.1-202208180721` (with `v`).

## Publish the final release

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

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

- <https://download.eclipse.org/embed-cdt/updates/v6/>
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/p2/>
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/>

### Update the Eclipse Marketplace records

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

- <https://download.eclipse.org/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip>

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

- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip.sha>
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip.sha>

Update the milestone URL.

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

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

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

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

### Close milestone

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

- close the v6.3.0 milestone
- close the v6.3.1 milestone

### Update the Eclipse release record

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

```html
<p>Version <strong>6.3.0</strong> is a new major/minor/service release; it updates ...</p>
<p>Version <strong>6.3.1</strong> is a new major/minor/service release; it updates ...</p>

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

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

Expand All @@ -437,14 +437,14 @@ In Eclipse:
- select **Mapped Repository**
- right click: **Show Properties View**
- in the right side, edit the **Location** field to the new release p2 URL
(like `https://download.eclipse.org/embed-cdt/releases/6.3.0/p2/`
(like `https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/`
and press Enter
- select all the features in the contribution, right-click and choose
**Fix Versions**
- select the Contribution and **Validate**
- select the Aggregation and **Validate**
- commit with a message like:
- _embedcdt: update for 6.3.0_
- _embedcdt: update for 6.3.1_
- _Signed-off-by: Liviu Ionescu <[email protected]>_

```bash
Expand Down Expand Up @@ -526,13 +526,13 @@ available from:
### Announce release

Announce the release to the **[email protected]** list;
use a subject like **Eclipse Embedded CDT plug-ins v6.3.0 released**, and
use a subject like **Eclipse Embedded CDT plug-ins v6.3.1 released**, and
pass a link to the release page.

## Share on Twitter

- in a separate browser windows, open [TweetDeck](https://tweetdeck.twitter.com/)
- using the `@EmbedCDT` account, enter a message like
**Eclipse Embedded CDT plug-ins v6.3.0 released** and on the next line
**Eclipse Embedded CDT plug-ins v6.3.1 released** and on the next line
paste the link to the release
- click the Tweet button
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.codered;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.jlink;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.openocd;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.pyocd;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.debug.gdbjtag.qemu;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Bundle-ActivationPolicy: lazy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.debug.packs;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.managedbuild.cross;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.managedbuild.cross.arm;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.managedbuild.cross.riscv;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.packs;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.templates.ad;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.templates.cortexm;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.templates.freescale;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.templates.sifive;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.templates.stm;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.templates.xpack;singleton:=true
Bundle-Version: 6.3.0.qualifier
Bundle-Version: 6.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %bundle.vendor
Expand Down
2 changes: 1 addition & 1 deletion branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.embedcdt</groupId>
<artifactId>org.eclipse.embedcdt.parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.embedcdt-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.embedcdt"
label="%featureName"
version="6.3.0.qualifier"
version="6.3.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt"
license-feature="org.eclipse.license"
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.embedcdt.codered-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.embedcdt.codered"
label="%featureName"
version="6.3.0.qualifier"
version="6.3.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt.codered"
license-feature="org.eclipse.license"
Expand All @@ -30,7 +30,7 @@
</copyright>

<requires>
<import feature="org.eclipse.embedcdt" version="6.3.0" match="compatible"/>
<import feature="org.eclipse.embedcdt" version="6.3.1" match="compatible"/>
</requires>

<plugin
Expand Down
Loading

0 comments on commit 0f45977

Please sign in to comment.