Apache Directory Project

Clone this repo:
  1. 93c144b Merge pull request #184 from apache/infrastructure-ruleset-bot/default-branch-protection by Emmanuel Lécharny · 3 days ago master
  2. baadedb Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 days ago infrastructure-ruleset-bot/default-branch-protection
  3. 7cc8564 Removed the antlr dependency by Emmanuel Lécharny · 3 days ago
  4. 15efc28 Bumped up some dpendencies and plugins; Added some prerequisite for Maven in the enforcer plugin; by Emmanuel Lécharny · 5 days ago
  5. 1acc15e Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-project by emmanuel lecharny · 3 months ago

Apache Directory Project

This repository contains the Maven parent POM and some shared resources of the Apache Directory project.

Release Process

(See also https://cwiki.apache.org/confluence/display/DIRxDEV/Top+Level+Pom+Management+Policy)

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-project.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.

Inform dev list

Inform the dev list to publish (release) this POM. After a 4 hour grace period the POM can be released, therefore go to https://repository.apache.org/index.html#stagingRepositories and release the staging repository.