Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Then access the ASF Nexus Repository → Staging repositories: https://repository.apache.org/#stagingRepositories
  2. Select the ManifoldCF Staging repo named orgapachemanifoldcf-xxxx
  3. Look at the Content tab to check if all the artifacts are correctly published as expected
  4. Press the Close button and wait until the end of the procedure
  5. Press the Release button and wait until the end of the procedure
  6. 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:

...

  1. Update the build.xml setting the new version adding the suffix for example 2.28-dev
  2. Update all the Maven poms with 2.28-SNAPSHOT:
    1. mvn versions:set -DnewVersion=2.28-SNAPSHOT -DgenerateBackupPoms=false
  3. Update the CHANGES.txt adding a new paragraph 2-28-dev

...