[maven-release-plugin] prepare release 2.0.1
8 files changed
tree: 25e329dde405c4a6a639fd16bc817413bd25d9b7
  1. checkstyle-configuration/
  2. docker/
  3. junit-addons/
  4. skins/
  5. .gitignore
  6. Jenkinsfile
  7. pom.xml
  8. README.md
README.md

Apache Directory Build Tools

This repository contains build tools of the Apache Directory project.

Release Process

Prepare the POM

mvn release:prepare -DdryRun=true

Deploy a snapshot

mvn deploy

This is useful to verify your settings in ~/.m2/settings.xml (Nexus password and GPG key)

Prepare the release

mvn release:clean
mvn release:prepare

When asked for the SCM release tag please remove the project prefix, the version number is enough.

This creates a tag here: https://gitbox.apache.org/repos/asf?p=directory-buildtools.git

Stage the release

mvn release:perform

This deploys the POM to a staging repository. Go to https://repository.apache.org/index.html#stagingRepositories and close the staging repository.

Call the vote

Start the vote.

Publish

After successful vote publish the artifacts, therefore go to https://repository.apache.org/index.html#stagingRepositories and release the staging repository.