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 5EBEB18227 for ; Tue, 16 Jun 2015 13:10:24 +0000 (UTC) Received: (qmail 44276 invoked by uid 500); 16 Jun 2015 13:10:24 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 44236 invoked by uid 500); 16 Jun 2015 13:10:24 -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 44227 invoked by uid 99); 16 Jun 2015 13:10:24 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 13:10:24 +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 29162AC0234 for ; Tue, 16 Jun 2015 13:10:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r955028 - in /websites/staging/deltaspike/trunk/content: ./ download.html examples.html javadoc.html news.html Date: Tue, 16 Jun 2015 13:10:24 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150616131024.29162AC0234@hades.apache.org> Author: buildbot Date: Tue Jun 16 13:10:23 2015 New Revision: 955028 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/download.html websites/staging/deltaspike/trunk/content/examples.html websites/staging/deltaspike/trunk/content/javadoc.html websites/staging/deltaspike/trunk/content/news.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Jun 16 13:10:23 2015 @@ -1 +1 @@ -1685821 +1685822 Modified: websites/staging/deltaspike/trunk/content/download.html ============================================================================== --- websites/staging/deltaspike/trunk/content/download.html (original) +++ websites/staging/deltaspike/trunk/content/download.html Tue Jun 16 13:10:23 2015 @@ -257,7 +257,7 @@ table.CodeRay td.code>pre{padding:0}

Latest Release

-

v1.4.0

+

v1.4.1

@@ -267,28 +267,28 @@ table.CodeRay td.code>pre{padding:0} @@ -300,16 +300,16 @@ table.CodeRay td.code>pre{padding:0} @@ -352,7 +352,7 @@ the signatures using e.g.:

$ pgpk -a KEYS
-$ pgpv deltaspike-project-1.4.0-source-release.zip.asc
+$ pgpv deltaspike-project-1.4.1-source-release.zip.asc
@@ -361,7 +361,7 @@ $ pgpv deltaspike-project-1.4.0-source-r
$ pgp -ka KEYS
-$ pgp deltaspike-project-1.4.0-source-release.zip.asc
+$ pgp deltaspike-project-1.4.1-source-release.zip.asc
@@ -370,7 +370,7 @@ $ pgp deltaspike-project-1.4.0-source-re
$ gpg --import KEYS
-$ gpg --verify deltaspike-project-1.4.0-source-release.zip.asc
+$ gpg --verify deltaspike-project-1.4.1-source-release.zip.asc
Modified: websites/staging/deltaspike/trunk/content/examples.html ============================================================================== --- websites/staging/deltaspike/trunk/content/examples.html (original) +++ websites/staging/deltaspike/trunk/content/examples.html Tue Jun 16 13:10:23 2015 @@ -256,7 +256,7 @@ table.CodeRay td.code>pre{padding:0}
-

A collection of ready-to-build Maven-based projects are provided to demonstrate the inclusion of DeltaSpike in applications. Each example showcases a different DeltaSpike feature and explores the mechanics of DeltaSpike implementation. You can use these examples to see DeltaSpike in action and learn how to add these capabilities to your own projects. The Maven-based project examples are available in deltaspike-project-1.4.0-source-release.zip.

+

A collection of ready-to-build Maven-based projects are provided to demonstrate the inclusion of DeltaSpike in applications. Each example showcases a different DeltaSpike feature and explores the mechanics of DeltaSpike implementation. You can use these examples to see DeltaSpike in action and learn how to add these capabilities to your own projects. The Maven-based project examples are available in deltaspike-project-1.4.1-source-release.zip.

To begin using the projects, complete the following steps:

@@ -264,13 +264,13 @@ table.CodeRay td.code>pre{padding:0}
  1. -

    Download deltaspike-project-1.4.0-source-release.zip

    +

    Download deltaspike-project-1.4.1-source-release.zip

  2. Extract the archive contents

    -
    $ unzip deltaspike-project-1.4.0-source-release.zip
    +
    $ unzip deltaspike-project-1.4.1-source-release.zip
  3. @@ -278,7 +278,7 @@ table.CodeRay td.code>pre{padding:0}

    Build the projects

    -
    $ cd /path/to/deltaspike-project-1.4.0/examples
    +
    $ cd /path/to/deltaspike-project-1.4.1/examples
     $ mvn clean package
    Modified: websites/staging/deltaspike/trunk/content/javadoc.html ============================================================================== --- websites/staging/deltaspike/trunk/content/javadoc.html (original) +++ websites/staging/deltaspike/trunk/content/javadoc.html Tue Jun 16 13:10:23 2015 @@ -259,7 +259,7 @@ table.CodeRay td.code>pre{padding:0} @@ -271,7 +271,7 @@ table.CodeRay td.code>pre{padding:0} Modified: websites/staging/deltaspike/trunk/content/news.html ============================================================================== --- websites/staging/deltaspike/trunk/content/news.html (original) +++ websites/staging/deltaspike/trunk/content/news.html Tue Jun 16 13:10:23 2015 @@ -254,6 +254,15 @@ table.CodeRay td.code>pre{padding:0}
    +

    17th Release (1.4.1) (12.06.2015)

    +
    +
    +

    The Apache DeltaSpike team is pleased to announce the 17th release +(v1.4.1).

    +
    +
    +
    +

    New Committer (01.06.2015)