Changes for page Release Plan Help

Last modified by Vincent Massol on 2024/03/19 16:56

<
From version < 66.1 >
edited by Eduard Moraru
on 2014/09/09 18:45
To version < 67.1 >
edited by Eduard Moraru
on 2014/09/10 09:49
>
Change comment: Removed deprecated and unreferenced "Set the new version" section.

Summary

Details

Page properties
Content
... ... @@ -337,16 +337,6 @@
337 337  ** Checkout the ##xwiki-commons## branch corresponding to your release (for example if you're releasing 4.1.3, checkout ##stable-4.1.x##) and edit the top level ##pom.xml## to update the ##xwiki.clirr.previous.version##. Set the value to be your release you've just done.
338 338  ** Checkout ##master## for ##xwiki-commons## and edit the top level ##pom.xml## to update the ##xwiki.clirr.previous.version##. Set the value to be your release you've just done.
339 339  
340 -= Set the new version =
341 -
342 -Currenlty, the release plugin works on a temporary branch that we do not merge with master. It means that you have to manually change the project version.
343 -
344 -You can use this line to help you (replace the version's number by yours):
345 -
346 -{{code language="sh"}}
347 -find . -name pom.xml -type f -exec sed -i 's/5.4.4-SNAPSHOT/5.4.5-SNAPSHOT/g' {} \;
348 -{{/code}}
349 -
350 350  = Push to OW2 =
351 351  
352 352  * Log on the Jenkins master machine: {{code language="sh"}}ssh [email protected]{{/code}}

Get Connected