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 0FED7200B75 for ; Sun, 4 Sep 2016 11:31:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0E78D160AC0; Sun, 4 Sep 2016 09:31:24 +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 53703160AB0 for ; Sun, 4 Sep 2016 11:31:23 +0200 (CEST) Received: (qmail 48377 invoked by uid 500); 4 Sep 2016 09:31:22 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 48365 invoked by uid 99); 4 Sep 2016 09:31:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2016 09:31:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C6A4FC1379 for ; Sun, 4 Sep 2016 09:31:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.281 X-Spam-Level: * X-Spam-Status: No, score=1.281 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.519] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id JvPB-mPA4FWj for ; Sun, 4 Sep 2016 09:31:21 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 4A9465F240 for ; Sun, 4 Sep 2016 09:31:20 +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 7E3C7E00B8 for ; Sun, 4 Sep 2016 09:31:19 +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 7A7B43A05B4 for ; Sun, 4 Sep 2016 09:31:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r996641 - in /websites/staging/openwebbeans/trunk/content: ./ download.html Date: Sun, 04 Sep 2016 09:31:19 -0000 To: commits@openwebbeans.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160904093119.7A7B43A05B4@svn01-us-west.apache.org> archived-at: Sun, 04 Sep 2016 09:31:24 -0000 Author: buildbot Date: Sun Sep 4 09:31:19 2016 New Revision: 996641 Log: Staging update by buildbot for openwebbeans Modified: websites/staging/openwebbeans/trunk/content/ (props changed) websites/staging/openwebbeans/trunk/content/download.html Propchange: websites/staging/openwebbeans/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Sep 4 09:31:19 2016 @@ -1 +1 @@ -1759159 +1759160 Modified: websites/staging/openwebbeans/trunk/content/download.html ============================================================================== --- websites/staging/openwebbeans/trunk/content/download.html (original) +++ websites/staging/openwebbeans/trunk/content/download.html Sun Sep 4 09:31:19 2016 @@ -204,16 +204,6 @@ We will try to add complete lists of thi -

JSF 1.2 Module

-
<dependency>
-    <groupId>org.apache.openwebbeans</groupId>
-    <artifactId>openwebbeans-jsf12</artifactId>
-    <version>${owb.version}</version>
-    <scope>compile</scope>
-</dependency>
-
- -

EL 2.2 Module

<dependency>
     <groupId>org.apache.openwebbeans</groupId>
@@ -221,26 +211,6 @@ We will try to add complete lists of thi
     <version>${owb.version}</version>
     <scope>compile</scope>
 </dependency>
-
- - -

EL 1.1 Module

-
<dependency>
-    <groupId>org.apache.openwebbeans</groupId>
-    <artifactId>openwebbeans-el11</artifactId>
-    <version>${owb.version}</version>
-    <scope>compile</scope>
-</dependency>
-
- - -

Tomcat 6 Module

-
<dependency>
-    <groupId>org.apache.openwebbeans</groupId>
-    <artifactId>openwebbeans-tomcat6</artifactId>
-    <version>${owb.version}</version>
-    <scope>compile</scope>
-</dependency>