Apache Directory Project

Clone this repo:
  1. 9185532 Merge pull request #123 from apache/dependabot/maven/org.apache-apache-35 by Emmanuel Lécharny · 35 hours ago master
  2. 9d9eb25 Merge pull request #122 from apache/dependabot/maven/org.codehaus.modello-modello-maven-plugin-2.5.1 by Emmanuel Lécharny · 35 hours ago
  3. 572b709 Merge pull request #121 from apache/dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.6.1 by Emmanuel Lécharny · 35 hours ago
  4. 233561f Bump org.apache:apache from 34 to 35 by dependabot[bot] · 7 days ago
  5. 61243a3 Bump org.codehaus.modello:modello-maven-plugin from 2.5.0 to 2.5.1 by dependabot[bot] · 14 days 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.