You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ta...@apache.org on 2017/01/11 17:08:11 UTC

portals-pluto git commit: updating release procedure to include settings.xml instructions

Repository: portals-pluto
Updated Branches:
  refs/heads/master c5fba6a28 -> 60b4e5167


updating release procedure to include settings.xml instructions


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/60b4e516
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/60b4e516
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/60b4e516

Branch: refs/heads/master
Commit: 60b4e5167046241f6ac2f2216bdfdca043e3250e
Parents: c5fba6a
Author: bluesunrise <da...@bluesunrise.com>
Authored: Wed Jan 11 09:08:08 2017 -0800
Committer: bluesunrise <da...@bluesunrise.com>
Committed: Wed Jan 11 09:08:08 2017 -0800

----------------------------------------------------------------------
 RELEASE-PROCEDURE.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/60b4e516/RELEASE-PROCEDURE.txt
----------------------------------------------------------------------
diff --git a/RELEASE-PROCEDURE.txt b/RELEASE-PROCEDURE.txt
index a8e9aca..18dcc3c 100644
--- a/RELEASE-PROCEDURE.txt
+++ b/RELEASE-PROCEDURE.txt
@@ -23,6 +23,22 @@ Since 3.0.0
 	* export MAVEN_OPTS="-Xmx256m -XX:MaxPermSize=128m"
 	* Use the JDK 1.7.
 	* Use Maven 3.3.1 or higher
+	* edit $HOME/.m2/settings.xml, make sure your Apache account credentials are setup in the servers section:
+        <servers>
+            <server>
+              <id>apache.snapshots.https</id>
+              <username>your-apache-username</username>
+              <password>your-apache-password</password>
+            </server>
+
+            <server>
+              <id>apache.releases.https</id>
+              <username>your-apache-username</username>
+              <password>your-apache-password</password>
+            </server>
+    * submit your public key to an authorized Public Key server such as http://pgp.mit.edu/
+      see instructions here:
+        http://blog.sonatype.com/2010/01/how-to-generate-pgp-signatures-with-maven/
 
 2. Prepare the source for release
 	* Cleanup JIRA so the Fix Version in issues resolved since the last release includes this release version correctly.