[ 
https://issues.apache.org/jira/browse/UIMA-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Eckart de Castilho updated UIMA-6476:
---------------------------------------------
    Description: 
*Prepare the code*
- (/) Create release branch
- (/) Update {{README}} file
- (/) Update {{RELEASE_NOTES.md}} file 
(https://issues.apache.org/jira/projects/UIMA/versions/12351726)
- (/) Make sure to remove all SNAPSHOT repositories and SNAPSHOT dependencies
- (-) Update API reference version in POM {{api_check_oldVersion}} (first 
release, no comparison)

*Release build*
- (/) Clean local {{.m2/repository}}
- (/) Do a test build locally with {{-Papache-release}}
- (/) Check the issues report in {{issuesFixed}} if it looks ok
- (x) Do the release build ({{mvn release:prepare release:perform}})

*Stage release candidate*
- (x) Close the staging repository at {{https://repository.apache.org/}}
- (x) Check auto-staged artifacts at 
{{https://dist.apache.org/repos/dist/dev/uima/}}

*Vote*
- (x) Call for a vote
- (x) VOTE (wait at least for 72 hours, at least 3 +1 votes required for 
release)
- (x) Post vote results (sign mail using same GPG key that was used to sign 
release)

*Publish release*
- (x) Move release artifacts from the staging spot to the dist spot in SVN: 
{{svn mv -m "Installing UIMAJ 3.3.0 final to release spot" 
https://dist.apache.org/repos/dist/dev/uima/uima-uimaj-3.3.0-RC3 
https://dist.apache.org/repos/dist/release/uima/uimaj-3.3.0}}
- (x) Release staging repository at {{https://repository.apache.org/}}
- (x) Create a new git tag e.g. {{rel/uimaj-3.2.0}} and remove the one not 
prefixed with {{rel}}
- (x) Merge the release branch into the development branch (e.g. {{main}})
- (x) Create new maintenance branch (when doing feature releases)
- (x) Update the "current" release on the website with the new content (and 
delete anything no longer part of the "current" release)
- (x) Copy the "current" release to a versioned release {{svn copy -m "Current 
Ruta release is 3.2.0" 
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-current
 
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-3.2.0}}
- (x) Copy the versioned release to the archive spot already: {{svn copy -m 
"Archiving Ruta 3.2.0 documentation" 
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-3.2.0 
https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.2.0}}
- (x) Delete the previous version documentation: {{svn rm -m "Deleting 
documentation for previous release"  
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/uimaj-3.2.0}}
- (x) Close release in Jira and GitHub
- (x) Post release announcement to  {{annou...@apache.org}} (Cc: 
{{dev@uima.apache.org}}, {{u...@uima.apache.org}} -- once release has arrived 
at {{https://repo1.maven.org/maven2/org/apache/uima}} -- sign mail using same 
GPG key that was used to sign release)


  was:
*Prepare the code*
- (/) Create release branch
- (/) Update {{README}} file
- (/) Update {{RELEASE_NOTES.md}} file 
(https://issues.apache.org/jira/projects/UIMA/versions/12351726)
- (/) Make sure to remove all SNAPSHOT repositories and SNAPSHOT dependencies
- (-) Update API reference version in POM {{api_check_oldVersion}} (first 
release, no comparison)

*Release build*
- (x) Clean local {{.m2/repository}}
- (x) Do a test build locally with {{-Papache-release}}
- (x) Check the issues report in {{issuesFixed}} if it looks ok
- (x) Do the release build ({{mvn release:prepare release:perform}})

*Stage release candidate*
- (x) Close the staging repository at {{https://repository.apache.org/}}
- (x) Check auto-staged artifacts at 
{{https://dist.apache.org/repos/dist/dev/uima/}}

*Vote*
- (x) Call for a vote
- (x) VOTE (wait at least for 72 hours, at least 3 +1 votes required for 
release)
- (x) Post vote results (sign mail using same GPG key that was used to sign 
release)

*Publish release*
- (x) Move release artifacts from the staging spot to the dist spot in SVN: 
{{svn mv -m "Installing UIMAJ 3.3.0 final to release spot" 
https://dist.apache.org/repos/dist/dev/uima/uima-uimaj-3.3.0-RC3 
https://dist.apache.org/repos/dist/release/uima/uimaj-3.3.0}}
- (x) Release staging repository at {{https://repository.apache.org/}}
- (x) Create a new git tag e.g. {{rel/uimaj-3.2.0}} and remove the one not 
prefixed with {{rel}}
- (x) Merge the release branch into the development branch (e.g. {{main}})
- (x) Create new maintenance branch (when doing feature releases)
- (x) Update the "current" release on the website with the new content (and 
delete anything no longer part of the "current" release)
- (x) Copy the "current" release to a versioned release {{svn copy -m "Current 
Ruta release is 3.2.0" 
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-current
 
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-3.2.0}}
- (x) Copy the versioned release to the archive spot already: {{svn copy -m 
"Archiving Ruta 3.2.0 documentation" 
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-3.2.0 
https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.2.0}}
- (x) Delete the previous version documentation: {{svn rm -m "Deleting 
documentation for previous release"  
https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/uimaj-3.2.0}}
- (x) Close release in Jira and GitHub
- (x) Post release announcement to  {{annou...@apache.org}} (Cc: 
{{dev@uima.apache.org}}, {{u...@uima.apache.org}} -- once release has arrived 
at {{https://repo1.maven.org/maven2/org/apache/uima}} -- sign mail using same 
GPG key that was used to sign release)



> Apache UIMA Java SDK JSON CAS IO 0.4.0 release
> ----------------------------------------------
>
>                 Key: UIMA-6476
>                 URL: https://issues.apache.org/jira/browse/UIMA-6476
>             Project: UIMA
>          Issue Type: Improvement
>          Components: UIMA JSON CAS
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Major
>
> *Prepare the code*
> - (/) Create release branch
> - (/) Update {{README}} file
> - (/) Update {{RELEASE_NOTES.md}} file 
> (https://issues.apache.org/jira/projects/UIMA/versions/12351726)
> - (/) Make sure to remove all SNAPSHOT repositories and SNAPSHOT dependencies
> - (-) Update API reference version in POM {{api_check_oldVersion}} (first 
> release, no comparison)
> *Release build*
> - (/) Clean local {{.m2/repository}}
> - (/) Do a test build locally with {{-Papache-release}}
> - (/) Check the issues report in {{issuesFixed}} if it looks ok
> - (x) Do the release build ({{mvn release:prepare release:perform}})
> *Stage release candidate*
> - (x) Close the staging repository at {{https://repository.apache.org/}}
> - (x) Check auto-staged artifacts at 
> {{https://dist.apache.org/repos/dist/dev/uima/}}
> *Vote*
> - (x) Call for a vote
> - (x) VOTE (wait at least for 72 hours, at least 3 +1 votes required for 
> release)
> - (x) Post vote results (sign mail using same GPG key that was used to sign 
> release)
> *Publish release*
> - (x) Move release artifacts from the staging spot to the dist spot in SVN: 
> {{svn mv -m "Installing UIMAJ 3.3.0 final to release spot" 
> https://dist.apache.org/repos/dist/dev/uima/uima-uimaj-3.3.0-RC3 
> https://dist.apache.org/repos/dist/release/uima/uimaj-3.3.0}}
> - (x) Release staging repository at {{https://repository.apache.org/}}
> - (x) Create a new git tag e.g. {{rel/uimaj-3.2.0}} and remove the one not 
> prefixed with {{rel}}
> - (x) Merge the release branch into the development branch (e.g. {{main}})
> - (x) Create new maintenance branch (when doing feature releases)
> - (x) Update the "current" release on the website with the new content (and 
> delete anything no longer part of the "current" release)
> - (x) Copy the "current" release to a versioned release {{svn copy -m 
> "Current Ruta release is 3.2.0" 
> https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-current
>  
> https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-3.2.0}}
> - (x) Copy the versioned release to the archive spot already: {{svn copy -m 
> "Archiving Ruta 3.2.0 documentation" 
> https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/ruta-3.2.0
>  https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.2.0}}
> - (x) Delete the previous version documentation: {{svn rm -m "Deleting 
> documentation for previous release"  
> https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/uimaj-3.2.0}}
> - (x) Close release in Jira and GitHub
> - (x) Post release announcement to  {{annou...@apache.org}} (Cc: 
> {{dev@uima.apache.org}}, {{u...@uima.apache.org}} -- once release has arrived 
> at {{https://repo1.maven.org/maven2/org/apache/uima}} -- sign mail using same 
> GPG key that was used to sign release)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to