You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2017/10/18 21:02:19 UTC

[directory-project] branch master updated: Update readme, add release process, reformat to markdown

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-project.git


The following commit(s) were added to refs/heads/master by this push:
     new b9d10de  Update readme, add release process, reformat to markdown
b9d10de is described below

commit b9d10de525255a3dbf1de443139db002b5b270ee
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Oct 18 23:01:39 2017 +0200

    Update readme, add release process, reformat to markdown
---
 README.md  | 41 +++++++++++++++++++++++++++++++++++++++++
 README.txt | 40 ----------------------------------------
 2 files changed, 41 insertions(+), 40 deletions(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..08218ed
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+Apache Directory Project
+========================
+
+This repository contains the Maven parent POM and some shared resources of 
+the [Apache Directory project](https://directory.apache.org/).
+
+
+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.
+
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 3ea0317..0000000
--- a/README.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-This is the trunk for all directory projects.  
-
-Branches
---------
-
- o Take a look at the README.txt in the branches folder under the
-   directory svn repo base.
-
-Releases
---------
-
- o Tagged releases are contained under the releases folder under
-   directory svn repo base.  Take a look at the README.txt file
-   there for more info.
-
-========================================================================
-This distribution includes cryptographic software.  The country in
-   which you currently reside may have restrictions on the import,
-   possession, use, and/or re-export to another country, of
-   encryption software.  BEFORE using any encryption software, please
-   check your country's laws, regulations and policies concerning the
-   import, possession, or use, and re-export of encryption software, to
-   see if this is permitted.  See <http://www.wassenaar.org/> for more
-   information.
-
-   The U.S. Government Department of Commerce, Bureau of Industry and
-   Security (BIS), has classified this software as Export Commodity
-   Control Number (ECCN) 5D002.C.1, which includes information security
-   software using or performing cryptographic functions with asymmetric
-   algorithms.  The form and manner of this Apache Software Foundation
-   distribution makes it eligible for export under the License Exception
-   ENC Technology Software Unrestricted (TSU) exception (see the BIS
-   Export Administration Regulations, Section 740.13) for both object
-   code and source code.
-
-   The following provides more details on the included cryptographic
-   software:
-
-   http://www.bouncycastle.org/
-

-- 
To stop receiving notification emails like this one, please contact
['"commits@directory.apache.org" <co...@directory.apache.org>'].