Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63D7F90B1 for ; Fri, 16 Mar 2012 13:48:36 +0000 (UTC) Received: (qmail 81615 invoked by uid 500); 16 Mar 2012 13:48:36 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 81569 invoked by uid 500); 16 Mar 2012 13:48:36 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 81561 invoked by uid 99); 16 Mar 2012 13:48:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 13:48:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 13:48:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F1C2B2388865 for ; Fri, 16 Mar 2012 13:48:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r808851 - in /websites/production/cxf/content: cache/main.pageCache release-management.html Date: Fri, 16 Mar 2012 13:48:12 -0000 To: commits@cxf.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120316134812.F1C2B2388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Mar 16 13:48:12 2012 New Revision: 808851 Log: Production update by buildbot for cxf Modified: websites/production/cxf/content/cache/main.pageCache websites/production/cxf/content/release-management.html Modified: websites/production/cxf/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/cxf/content/release-management.html ============================================================================== --- websites/production/cxf/content/release-management.html (original) +++ websites/production/cxf/content/release-management.html Fri Mar 16 13:48:12 2012 @@ -163,7 +163,7 @@ Apache CXF -- Release Management

The first step is to update the release_notes.txt in the distribution/src/main/release.

Then, to actually perform the relesae, run the below commands.

-
Make sure you use Maven 2.2.1, not Maven 3.x. There is a bug that causes the signatures of the projects of packaging "bundle" to not be deployed correctly with Maven 3.x. Also, since CXF supports Java5, it is recommended that the release be done with a Java5 JDK.
+
It is suggested to use Maven 2.2.1 for CXF versions <=2.5.x as that has been better tested. For >=2.6.0, Maven 3 is required. Also, since CXF supports Java5, it is recommended that the release be done with a Java5 JDK.
mvn release:prepare -Peverything,jaxws22
 mvn release:perform