Apache Directory Build Tools

Clone this repo:
  1. c4fb476 Update Dockerfile to use maven 3.9.9 by Emmanuel Lécharny · 3 days ago master
  2. 9e488bc Merge pull request #1 from apache/infrastructure-ruleset-bot/default-branch-protection by Emmanuel Lécharny · 3 days ago
  3. f4ba6c5 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 days ago infrastructure-ruleset-bot/default-branch-protection
  4. dce79d0 [maven-release-plugin] prepare for next development iteration by emmanuel lecharny · 1 year, 10 months ago
  5. 0b79943 [maven-release-plugin] prepare release 2.0.2 by emmanuel lecharny · 1 year, 10 months ago 2.0.2

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.