Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-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 40A591958B for ; Wed, 27 Apr 2016 13:29:02 +0000 (UTC) Received: (qmail 86720 invoked by uid 500); 27 Apr 2016 13:29:02 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 86688 invoked by uid 500); 27 Apr 2016 13:29:02 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 86679 invoked by uid 99); 27 Apr 2016 13:29:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 13:29:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A914A1A1195 for ; Wed, 27 Apr 2016 13:29:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id qv34Z6DeCypO for ; Wed, 27 Apr 2016 13:29:00 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id F11FF5F251 for ; Wed, 27 Apr 2016 13:28:59 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B9A86E01AB for ; Wed, 27 Apr 2016 13:28:58 +0000 (UTC) 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 2F9E73A0046 for ; Wed, 27 Apr 2016 13:28:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r986824 - in /websites/staging/deltaspike/trunk/content: ./ documentation/build.html documentation/configure.html documentation/scheduler.html documentation/snapshots.html Date: Wed, 27 Apr 2016 13:28:59 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160427132859.2F9E73A0046@svn01-us-west.apache.org> Author: buildbot Date: Wed Apr 27 13:28:58 2016 New Revision: 986824 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/documentation/build.html websites/staging/deltaspike/trunk/content/documentation/configure.html websites/staging/deltaspike/trunk/content/documentation/scheduler.html websites/staging/deltaspike/trunk/content/documentation/snapshots.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Apr 27 13:28:58 2016 @@ -1 +1 @@ -1741258 +1741259 Modified: websites/staging/deltaspike/trunk/content/documentation/build.html ============================================================================== --- websites/staging/deltaspike/trunk/content/documentation/build.html (original) +++ websites/staging/deltaspike/trunk/content/documentation/build.html Wed Apr 27 13:28:58 2016 @@ -277,7 +277,7 @@ table.CodeRay td.code>pre{padding:0}

The DeltaSpike source (modules and examples) is provided for inspection, contribution and testing purposes. The source must be built with Maven, which has been used to automate the compilation, testing and packaging processes. Arquillian tests are included with the source and a CDI implementation or container can be specified with which to carry out the tests.

-

In all cases, to obtain the DeltaSpike source, download deltaspike-project-1.6.0-source-release.zip and extract the contents.

+

In all cases, to obtain the DeltaSpike source, download deltaspike-project-1.6.1-source-release.zip and extract the contents.

@@ -301,7 +301,7 @@ You can also obtain the DeltaSpike sourc
-
$ cd /path/to/deltaspike-project-1.6.0/
+
$ cd /path/to/deltaspike-project-1.6.1/
 $ mvn clean install
Modified: websites/staging/deltaspike/trunk/content/documentation/configure.html ============================================================================== --- websites/staging/deltaspike/trunk/content/documentation/configure.html (original) +++ websites/staging/deltaspike/trunk/content/documentation/configure.html Wed Apr 27 13:28:58 2016 @@ -309,7 +309,7 @@ You can also opt to use the lastest Delt
<properties>
-    <deltaspike.version>1.6.0</deltaspike.version>
+    <deltaspike.version>1.6.1</deltaspike.version>
 </properties>
@@ -418,7 +418,7 @@ repositories { } dependencyManagement { imports { - mavenBom 'org.apache.deltaspike.distribution:distributions-bom:1.6.0' + mavenBom 'org.apache.deltaspike.distribution:distributions-bom:1.6.1' } } dependencies { Modified: websites/staging/deltaspike/trunk/content/documentation/scheduler.html ============================================================================== --- websites/staging/deltaspike/trunk/content/documentation/scheduler.html (original) +++ websites/staging/deltaspike/trunk/content/documentation/scheduler.html Wed Apr 27 13:28:58 2016 @@ -609,7 +609,7 @@ Such an adapter just needs to implement

It is possible to replace the default integration with Quartz. Any scheduler that supports cron-expressions for job-classes can be used. -For more information, see Scheduler javadoc.

+For more information, see Scheduler javadoc.

Modified: websites/staging/deltaspike/trunk/content/documentation/snapshots.html ============================================================================== --- websites/staging/deltaspike/trunk/content/documentation/snapshots.html (original) +++ websites/staging/deltaspike/trunk/content/documentation/snapshots.html Wed Apr 27 13:28:58 2016 @@ -343,7 +343,7 @@ Snapshots provide previews of DeltaSpike
<properties>
-    <deltaspike.version>1.6.1-SNAPSHOT</deltaspike.version>
+    <deltaspike.version>1.6.2-SNAPSHOT</deltaspike.version>
 </properties>