Skip to content

Commit

Permalink
version 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 11, 2024
1 parent 3a2af97 commit c837007
Show file tree
Hide file tree
Showing 68 changed files with 90 additions and 90 deletions.
28 changes: 14 additions & 14 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.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/p2/>
- <https://download.eclipse.org/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.5.0/p2/>

The official download page is

Expand Down Expand Up @@ -222,7 +222,7 @@ 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.4.0` (no v).
Name it like `6.5.0` (no v).

Click the **Create and edit** button.

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

```html
<p>Version <strong>6.4.0</strong> is a maintenance/new minor release; it ....</p>
<p>Version <strong>6.5.0</strong> is a maintenance/new minor release; it ....</p>

<h3>Release candidate</h3>

Expand Down Expand Up @@ -272,7 +272,7 @@ 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.4.0-202307251916/p2/`
`https://download.eclipse.org/embed-cdt/release-candidates/6.5.0-202307251916/p2/`
and press Enter
- select all the features in the contribution, right-click and choose
**Fix Versions**
Expand All @@ -281,7 +281,7 @@ and press Enter
- Save
- stage `simrel.aggr` & `embedcdt.aggrcon`
- commit with a message like:
- _embedcdt: update for 6.4.0-202307251916_,
- _embedcdt: update for 6.5.0-202307251916_,
- _Signed-off-by: Liviu Ionescu <ilg@livius.net>_
- click the **Commit** button (do not Push yet)
- right click, Show in local Terminal
Expand Down Expand Up @@ -335,9 +335,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.4.0/p2'/>`
- add new child like `<child location='../../releases/6.5.0/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.4.0 to composite_
- **commit** master with a message like _add 6.5.0 to composite_
- **push** master

- go to <https://ci.eclipse.org/embed-cdt/>
Expand All @@ -360,7 +360,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.4.0/p2/>
- <https://download.eclipse.org/embed-cdt/releases/6.5.0/p2/>

### Update the Eclipse Marketplace records

Expand All @@ -380,12 +380,12 @@ In the `develop` branch, in `_posts/plugins/releases`, 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.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip>
- <https://download.eclipse.org/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.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.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip.sha>
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.zip>
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.5.0/org.eclipse.embedcdt.repository-6.5.0-202307251916.zip.sha>

Go to <https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones> and
update the fixed issues.
Expand Down Expand Up @@ -432,7 +432,7 @@ and select the new release
- replace the entire content with links to GitHub:

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

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

Expand Down Expand Up @@ -466,7 +466,7 @@ 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.4.0/p2/`
(like `https://download.eclipse.org/embed-cdt/releases/6.5.0/p2/`
and press Enter
- select all the features in the contribution, right-click and choose
**Fix Versions**
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;singleton:=true
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0.qualifier
Bundle-Version: 6.5.0.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.4.0-SNAPSHOT</version>
<version>6.5.0-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.4.0.qualifier"
version="6.5.0.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.4.0.qualifier"
version="6.5.0.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.4.0" match="compatible"/>
<import feature="org.eclipse.embedcdt" version="6.5.0" match="compatible"/>
</requires>

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.embedcdt.debug.gdbjtag"
label="%featureName"
version="6.4.0.qualifier"
version="6.5.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt.debug.gdbjtag"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.embedcdt.debug.gdbjtag.jlink"
label="%featureName"
version="6.4.0.qualifier"
version="6.5.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt.debug.gdbjtag.jlink"
license-feature="org.eclipse.license"
Expand All @@ -29,7 +29,7 @@
</copyright>

<requires>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.4.0" match="compatible"/>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.5.0" match="compatible"/>
</requires>

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.embedcdt.debug.gdbjtag.openocd"
label="%featureName"
version="6.4.0.qualifier"
version="6.5.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt.debug.gdbjtag.openocd"
license-feature="org.eclipse.license"
Expand All @@ -29,7 +29,7 @@
</copyright>

<requires>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.4.0" match="compatible"/>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.5.0" match="compatible"/>
</requires>

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.embedcdt.debug.gdbjtag.pyocd"
label="%featureName"
version="6.4.0.qualifier"
version="6.5.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt.debug.gdbjtag.pyocd"
license-feature="org.eclipse.license"
Expand All @@ -29,7 +29,7 @@
</copyright>

<requires>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.4.0" match="compatible"/>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.5.0" match="compatible"/>
</requires>

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.embedcdt.debug.gdbjtag.qemu"
label="%featureName"
version="6.4.0.qualifier"
version="6.5.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt.debug.gdbjtag.qemu"
license-feature="org.eclipse.license"
Expand All @@ -29,7 +29,7 @@
</copyright>

<requires>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.4.0" match="compatible"/>
<import feature="org.eclipse.embedcdt.debug.gdbjtag" version="6.5.0" match="compatible"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.embedcdt.doc.user-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.embedcdt.doc.user"
label="%featureName"
version="6.4.0.qualifier"
version="6.5.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.eclipse.embedcdt.managedbuild.cross.arm"
label="%featureName"
version="6.4.0.qualifier"
version="6.5.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.embedcdt.managedbuild.cross.arm"
license-feature="org.eclipse.license"
Expand Down
Loading

0 comments on commit c837007

Please sign in to comment.