commit | 275b47e43bb5d6d48dd28652d8236ad33f2dc4d2 | [log] [tgz] |
---|---|---|
author | Brian Demers <bdemers@apache.org> | Mon Jun 05 17:03:57 2023 -0400 |
committer | Brian Demers <bdemers@apache.org> | Mon Jun 05 17:03:57 2023 -0400 |
tree | e21ff16add47cdc7852f63f2f7f15bab1bedc96d | |
parent | 547c40a7739d57c280d2d71841d4f3d493e6a765 [diff] |
Use plugin version properties defined in Apache Parent Pom
This repository contains the Maven parent POM and some shared resources of the Apache Directory project.
(See also https://cwiki.apache.org/confluence/display/DIRxDEV/Top+Level+Pom+Management+Policy)
mvn release:prepare -DdryRun=true
mvn deploy
This is useful to verify your settings in ~/.m2/settings.xml (Nexus password and GPG key)
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
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 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.