...
- Then access the ASF Nexus Repository → Staging repositories: https://repository.apache.org/#stagingRepositories
- Select the ManifoldCF Staging repo named orgapachemanifoldcf-xxxx
- Look at the Content tab to check if all the artifacts are correctly published as expected
- Press the Close button and wait until the end of the procedure
- Press the Release button and wait until the end of the procedure
- Add the new release information in the Apache Reporter: https://reporter.apache.org/addrelease.html?manifoldcf
Publish the Docker Image Release in the following way:
...
- Update the build.xml setting the new version adding the suffix for example 2.28-dev
- Update all the Maven poms with 2.28-SNAPSHOT:
mvn versions:set -DnewVersion=2.28-SNAPSHOT -DgenerateBackupPoms=false
- Update the CHANGES.txt adding a new paragraph 2-28-dev
...