Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4F989200C4D for ; Wed, 5 Apr 2017 15:46:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4E3D6160B94; Wed, 5 Apr 2017 13:46:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 94CD3160B91 for ; Wed, 5 Apr 2017 15:46:04 +0200 (CEST) Received: (qmail 22375 invoked by uid 500); 5 Apr 2017 13:46:03 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 22363 invoked by uid 99); 5 Apr 2017 13:46:03 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2017 13:46:03 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 095BF3A06C9 for ; Wed, 5 Apr 2017 13:46:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1790260 - /chemistry/site/trunk/content/internal/opencmis-release.mdtext Date: Wed, 05 Apr 2017 13:46:03 -0000 To: commits@chemistry.apache.org From: fmui@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170405134603.095BF3A06C9@svn01-us-west.apache.org> archived-at: Wed, 05 Apr 2017 13:46:05 -0000 Author: fmui Date: Wed Apr 5 13:46:02 2017 New Revision: 1790260 URL: http://svn.apache.org/viewvc?rev=1790260&view=rev Log: updated OpenCMIS release documentation Modified: chemistry/site/trunk/content/internal/opencmis-release.mdtext Modified: chemistry/site/trunk/content/internal/opencmis-release.mdtext URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/internal/opencmis-release.mdtext?rev=1790260&r1=1790259&r2=1790260&view=diff ============================================================================== --- chemistry/site/trunk/content/internal/opencmis-release.mdtext (original) +++ chemistry/site/trunk/content/internal/opencmis-release.mdtext Wed Apr 5 13:46:02 2017 @@ -7,10 +7,10 @@ In its current state it covers all steps ## Preparation 1. Make sure you have the following pre-requisite software. - - Java 8 or above + - Java 8 - Apache Maven 3.x - SVN 1.9 or above - - gpg (e.g. GPT Tools for Mac) + - gpg2 (e.g. GnuPG or GPG Tools for Mac) 1. Pre-requisite credentials. - Your PGP Key is public and cross-signed by Apache members on the Web of Trust (see all details at [https://www.apache.org/dev/release-publishing.html](https://www.apache.org/dev/release-publishing.html)). @@ -30,7 +30,7 @@ In its current state it covers all steps 1. Prepare relase. - Run `mvn release:prepare` - - Select next DEV version (e.g. 1.1.0) + - Select next DEV version (e.g. 1.3.0) - The TAG should always be in the form of `chemistry-opencmis--RC1` for release candidates. The tag will then have to be renamed upon successful vote. 1. Perform release. @@ -113,7 +113,6 @@ In its current state it covers all steps 1. Publish packages. - Check out dist/release: `svn co https://dist.apache.org/repos/dist/release/chemistry/opencmis` - - Create new directory: `mkdir ` - Copy RC packages: `svn export https://dist.apache.org/repos/dist/dev/chemistry/chemistry-opencmis--RC1 ` - Add packages: `svn add ` - Check in: `svn commit -m 'added OpenCMIS release to dist'` @@ -123,7 +122,7 @@ In its current state it covers all steps - Update the OpenCMIS page: `/content/java/opencmis.mdtext` - Update the download page: `/content/java/download.mdtext` - Update the homepage: `/content/index.mdtext` - - Maintain the javadoc link in `/content/java`: `svn propset svn:externals '..//maven/apidocs/ javadoc' .` + - Maintain the javadoc link in `/content/java`: `svn propset svn:externals '../java//maven/apidocs/ javadoc' .` - Check in: `svn commit -m 'updated web site for OpenCMIS '` 1. Publish site. @@ -131,7 +130,7 @@ In its current state it covers all steps Follow the build at [https://ci.apache.org/builders/chemistry-site-staging](https://ci.apache.org/builders/chemistry-site-staging). - Publish site: [https://cms.apache.org/chemistry/publish](https://cms.apache.org/chemistry/publish). -1. Remove old packages: `svn rm https://dist.apache.org/repos/dist/release/chemistry/opencmis/` +1. Remove old packages: `svn rm https://dist.apache.org/repos/dist/release/chemistry/opencmis/ -m 'removed previous release'` 1. Close version in [JIRA](https://issues.apache.org/jira/plugins/servlet/project-config/CMIS/versions).