Changes for page Release Process

Last modified by Simon Urli on 2023/10/10 11:52

<
From version < 100.1 >
edited by Vincent Massol
on 2012/04/10 08:50
To version < 100.2 >
edited by Vincent Massol
on 2012/04/17 17:40
>
Change comment: Update Process for 4.1

Summary

Details

Page properties
Content
... ... @@ -199,8 +199,16 @@
199 199  )))
200 200  * in ##xwiki-commons## and in ##xwiki-rendering##, after having checked out the correct tag, run:(((
201 201  {{code}}
202 - mvn clean deploy -Prelease,ci -DaltDeploymentRepository=sonatype-nexus-staging::default::https://oss.sonatype.org/service/local/staging/deploy/maven2
202 + mvn clean deploy -Prelease,legacy,integration-tests -DaltDeploymentRepository=sonatype-nexus-staging::default::https://oss.sonatype.org/service/local/staging/deploy/maven2
203 203  {{/code}}
204 +
205 +{{info}}
206 +For XWiki < 4.1:
207 +
208 +{{code}}
209 +mvn clean deploy -Prelease,ci -DaltDeploymentRepository=sonatype-nexus-staging::default::https://oss.sonatype.org/service/local/staging/deploy/maven2
210 +{{/code}}
211 +{{/info}}
204 204  )))
205 205  * Then log in https://oss.sonatype.org/ and perform the release steps as indicated on [[Sonatype's synchro doc>>https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide]].
206 206  

Get Connected