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 9ADE018FE3 for ; Fri, 14 Aug 2015 17:49:30 +0000 (UTC) Received: (qmail 54312 invoked by uid 500); 14 Aug 2015 17:49:30 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 54278 invoked by uid 500); 14 Aug 2015 17:49:30 -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 54268 invoked by uid 99); 14 Aug 2015 17:49:30 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 17:49:30 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 650E2AC0663 for ; Fri, 14 Aug 2015 17:49:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r961848 - in /websites/staging/deltaspike/trunk/content: ./ documentation/build.html documentation/configuration.html documentation/configure.html documentation/scheduler.html documentation/snapshots.html Date: Fri, 14 Aug 2015 17:49:30 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150814174930.650E2AC0663@hades.apache.org> Author: buildbot Date: Fri Aug 14 17:49:29 2015 New Revision: 961848 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/configuration.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 Fri Aug 14 17:49:29 2015 @@ -1 +1 @@ -1693771 +1695947 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 Fri Aug 14 17:49:29 2015 @@ -278,7 +278,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.4.2-source-release.zip and extract the contents.

+

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

@@ -302,7 +302,7 @@ You can also obtain the DeltaSpike sourc
-
$ cd /path/to/deltaspike-project-1.4.2/
+
$ cd /path/to/deltaspike-project-1.5.0/
 $ mvn clean install
Modified: websites/staging/deltaspike/trunk/content/documentation/configuration.html ============================================================================== --- websites/staging/deltaspike/trunk/content/documentation/configuration.html (original) +++ websites/staging/deltaspike/trunk/content/documentation/configuration.html Fri Aug 14 17:49:29 2015 @@ -411,7 +411,7 @@ following lookup chain until we found a

getPropertyAwarePropertyValue()

The method -ConfigResolver#getProjectStageAwarePropertyValue(String key, String property) +ConfigResolver#getPropertyAwarePropertyValue(String key, String property) first looks up the configured value of the given property and uses this value to determine the final lookup path. All those lookups take the DeltaSpike ProjectStage mechanism into account.

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 Fri Aug 14 17:49:29 2015 @@ -310,7 +310,7 @@ You can also opt to use the lastest Delt
<properties>
-    <deltaspike.version>1.4.2</deltaspike.version>
+    <deltaspike.version>1.5.0</deltaspike.version>
 </properties>
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 Fri Aug 14 17:49:29 2015 @@ -477,7 +477,7 @@ start a job once (without registering it

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 Fri Aug 14 17:49:29 2015 @@ -344,7 +344,7 @@ Snapshots provide previews of DeltaSpike
<properties>
-    <deltaspike.version>1.4.3-SNAPSHOT</deltaspike.version>
+    <deltaspike.version>1.5.1-SNAPSHOT</deltaspike.version>
 </properties>