@@ -42,8 +42,8 @@ For archiving purposes, the release is also published in a separate folder
4242for each version, with the archive in the top folder and the p2 repo as
4343a sub-folder
4444
45- - < https://download.eclipse.org/embed-cdt/releases/6.4 .0/org.eclipse.embedcdt.repository-6.4 .0-202307251916.zip >
46- - < https://download.eclipse.org/embed-cdt/releases/6.4 .0/p2/ >
45+ - < https://download.eclipse.org/embed-cdt/releases/6.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202307251916.zip >
46+ - < https://download.eclipse.org/embed-cdt/releases/6.5 .0/p2/ >
4747
4848The official download page is
4949
@@ -222,7 +222,7 @@ page, login and click the
222222[ Create a new release] ( https://projects.eclipse.org/node/18638/create-release/ )
223223link in the right side bar, below Releases (it shows only after login).
224224
225- Name it like ` 6.4 .0 ` (no v).
225+ Name it like ` 6.5 .0 ` (no v).
226226
227227Click the ** Create and edit** button.
228228
@@ -231,7 +231,7 @@ Click the **Edit** tab, **The Basics**; switch to Source mode
231231Start with _ Release candidate_ (Header 3).
232232
233233``` html
234- <p >Version <strong >6.4 .0</strong > is a maintenance/new minor release; it ....</p >
234+ <p >Version <strong >6.5 .0</strong > is a maintenance/new minor release; it ....</p >
235235
236236<h3 >Release candidate</h3 >
237237
@@ -272,7 +272,7 @@ In Eclipse:
272272- right click: ** Show Properties View**
273273- in the right side, edit the ** Location** field to the new release
274274candidate p2 URL (like
275- ` https://download.eclipse.org/embed-cdt/release-candidates/6.4 .0-202307251916/p2/ `
275+ ` https://download.eclipse.org/embed-cdt/release-candidates/6.5 .0-202307251916/p2/ `
276276and press Enter
277277- select all the features in the contribution, right-click and choose
278278** Fix Versions**
@@ -281,7 +281,7 @@ and press Enter
281281- Save
282282- stage ` simrel.aggr ` & ` embedcdt.aggrcon `
283283- commit with a message like:
284- - _ embedcdt: update for 6.4 .0-202307251916_ ,
284+ - _ embedcdt: update for 6.5 .0-202307251916_ ,
285285 - _ Signed-off-by: Liviu Ionescu < ilg@livius.net > _
286286- click the ** Commit** button (do not Push yet)
287287- right click, Show in local Terminal
@@ -335,9 +335,9 @@ When the plug-ins are considered stable:
335335- in ` eclipse-plugins.git ` , the master branch, edit both .xml files
336336 - ` repositories/org.eclipse.embededcdt-repository/composite/compositeArtifacts.xml `
337337 - ` repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml `
338- - add new child like ` <child location='../../releases/6.4 .0/p2'/> `
338+ - add new child like ` <child location='../../releases/6.5 .0/p2'/> `
339339 - update ` p2.timestamp ` to the value shown at the end of the ` make-release-candidate-from-master `
340- - ** commit** master with a message like _ add 6.4 .0 to composite_
340+ - ** commit** master with a message like _ add 6.5 .0 to composite_
341341- ** push** master
342342
343343- go to < https://ci.eclipse.org/embed-cdt/ >
@@ -360,7 +360,7 @@ Both can be used in Eclipse to **Install New Software**.
360360The public update URLs are:
361361
362362- < https://download.eclipse.org/embed-cdt/updates/v6/ >
363- - < https://download.eclipse.org/embed-cdt/releases/6.4 .0/p2/ >
363+ - < https://download.eclipse.org/embed-cdt/releases/6.5 .0/p2/ >
364364
365365### Update the Eclipse Marketplace records
366366
@@ -380,12 +380,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
380380As links for the latest two, open < https://download.eclipse.org/embed-cdt/releases/ >
381381and get the archive URL, like:
382382
383- - < https://download.eclipse.org/embed-cdt/releases/6.4 .0/org.eclipse.embedcdt.repository-6.4 .0-202307251916.zip >
383+ - < https://download.eclipse.org/embed-cdt/releases/6.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202307251916.zip >
384384
385385Isolate the part starting with ` /embed-cdt/... ` and update the URLs to use the download redirect:
386386
387- - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4 .0/org.eclipse.embedcdt.repository-6.4 .0-202307251916.zip >
388- - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4 .0/org.eclipse.embedcdt.repository-6.4 .0-202307251916.zip.sha >
387+ - < https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202307251916.zip >
388+ - < https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.5 .0/org.eclipse.embedcdt.repository-6.5 .0-202307251916.zip.sha >
389389
390390Go to < https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones > and
391391update the fixed issues.
@@ -432,7 +432,7 @@ and select the new release
432432- replace the entire content with links to GitHub:
433433
434434``` html
435- <p >Version <strong >6.4 .0</strong > is a new major/minor/service release; it updates ...</p >
435+ <p >Version <strong >6.5 .0</strong > is a new major/minor/service release; it updates ...</p >
436436
437437<p >Fore more details, please read the project web release pages:</p >
438438
@@ -466,7 +466,7 @@ In Eclipse:
466466- select ** Mapped Repository**
467467- right click: ** Show Properties View**
468468- in the right side, edit the ** Location** field to the new release p2 URL
469- (like ` https://download.eclipse.org/embed-cdt/releases/6.4 .0/p2/ `
469+ (like ` https://download.eclipse.org/embed-cdt/releases/6.5 .0/p2/ `
470470and press Enter
471471- select all the features in the contribution, right-click and choose
472472** Fix Versions**
0 commit comments