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 CCC5F200AC6 for ; Sat, 7 May 2016 03:17:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB5C5160A0F; Sat, 7 May 2016 01:17:05 +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 1E98D160A0C for ; Sat, 7 May 2016 03:17:04 +0200 (CEST) Received: (qmail 62245 invoked by uid 500); 7 May 2016 01:17:04 -0000 Mailing-List: contact commits-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list commits@streams.incubator.apache.org Received: (qmail 62236 invoked by uid 99); 7 May 2016 01:17:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2016 01:17:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B93EA18053F for ; Sat, 7 May 2016 01:17:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Gr8mkFn-ZKfn for ; Sat, 7 May 2016 01:17:02 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id C2D375F4ED for ; Sat, 7 May 2016 01:17:01 +0000 (UTC) Received: (qmail 62189 invoked by uid 99); 7 May 2016 01:16:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2016 01:16:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD732DFB79; Sat, 7 May 2016 01:16:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sblackmon@apache.org To: commits@streams.incubator.apache.org Date: Sat, 07 May 2016 01:17:05 -0000 Message-Id: <6b9cdf47e0f84e13a9c2a4764a0be112@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/7] incubator-streams-examples git commit: inherit site plugin from parent archived-at: Sat, 07 May 2016 01:17:06 -0000 inherit site plugin from parent Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/8d0818d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/8d0818d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/8d0818d1 Branch: refs/heads/master Commit: 8d0818d1c1a4f661e80ac9764cbebc7fe2caa996 Parents: 3c47628 Author: Steve Blackmon @steveblackmon Authored: Sat Apr 30 15:07:18 2016 -0500 Committer: Steve Blackmon @steveblackmon Committed: Sat Apr 30 15:07:18 2016 -0500 ---------------------------------------------------------------------- pom.xml | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/8d0818d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9213ff3..053948d 100644 --- a/pom.xml +++ b/pom.xml @@ -317,31 +317,11 @@ - org.apache.maven.plugins maven-site-plugin - 3.4 - - - org.apache.maven.wagon - wagon-scm - 2.8 - - - org.apache.maven.scm - maven-scm-api - 1.9.4 - - - org.apache.maven.scm - maven-scm-provider-svn-commons - 1.9.4 - - - org.apache.maven.scm - maven-scm-provider-svnexe - 1.9.4 - - + ${site.plugin.version} + + scm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site/${project.version}/${project.artifactId} +