Changes for page XWiki Contrib
Last modified by Oana-Lavinia Florean on 2021/12/10 11:15
<
>
edited by Vincent Massol
on 2017/09/20 16:56
on 2017/09/20 16:56
edited by Ecaterina Moraru (Valica)
on 2018/03/19 16:57
on 2018/03/19 16:57
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. VincentMassol1 +xwiki:XWiki.evalica - Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 The full list of Contrib projects is available [[on GitHub>>https://github.com/organizations/xwiki-contrib]]. 10 10 11 -Note that projects not having an active maintainer are moved to the [[Attic>>https://github.com/organizations/xwiki-attic]] (The defin jtion of "active" is left to the community and anyone can propose to move inactive projects to the Attic).11 +Note that projects not having an active maintainer are moved to the [[Attic>>https://github.com/organizations/xwiki-attic]] (The definition of "active" is left to the community and anyone can propose to move inactive projects to the Attic). 12 12 13 13 = Hosting tools = 14 14 ... ... @@ -400,7 +400,7 @@ 400 400 Now if you have already deleted those files, don't panic! It's still easy to recover. You'll just need to do manually [[what the ##release:rollback## does>>http://maven.apache.org/maven-release/maven-release-plugin/examples/rollback-release.html]]: 401 401 402 402 * Rollback the changes done by the ##release:prepare## call by reverting the changes in Git 403 -* Remove the local and remote tag created by the ##release:prepare## call ({{code language="none"}}git branch-d the_local_tag{{/code}} and {{code language="none"}}git push origin :the_remote_tag{{/code}}).403 +* Remove the local and remote tag created by the ##release:prepare## call ({{code language="none"}}git tag -delete the_local_tag{{/code}} and {{code language="none"}}git push origin :the_remote_tag{{/code}}). 404 404 405 405 = Publishing on extensions.xwiki.org = 406 406