Return-Path: X-Original-To: apmail-tamaya-commits-archive@minotaur.apache.org Delivered-To: apmail-tamaya-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5114180A0 for ; Sun, 14 Jun 2015 21:20:34 +0000 (UTC) Received: (qmail 96522 invoked by uid 500); 14 Jun 2015 21:20:34 -0000 Delivered-To: apmail-tamaya-commits-archive@tamaya.apache.org Received: (qmail 96498 invoked by uid 500); 14 Jun 2015 21:20:34 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 96489 invoked by uid 99); 14 Jun 2015 21:20:34 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2015 21:20:34 +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 383951801DF for ; Sun, 14 Jun 2015 21:20:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 3nlWyl72PuB3 for ; Sun, 14 Jun 2015 21:20:33 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id DB3F22162C for ; Sun, 14 Jun 2015 21:20:32 +0000 (UTC) Received: (qmail 96485 invoked by uid 99); 14 Jun 2015 21:20:32 -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; Sun, 14 Jun 2015 21:20:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 586FBDFBDB; Sun, 14 Jun 2015 21:20:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plexus@apache.org To: commits@tamaya.incubator.apache.org Message-Id: <123eb504277f4713a71c26fe1bf5702c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-tamaya git commit: TAMAYA-80 Include also the source jars. Date: Sun, 14 Jun 2015 21:20:32 +0000 (UTC) Repository: incubator-tamaya Updated Branches: refs/heads/master c0676d8bb -> a36e43457 TAMAYA-80 Include also the source jars. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/a36e4345 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/a36e4345 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/a36e4345 Branch: refs/heads/master Commit: a36e4345790700c994999eb1f69171571d7a5aa7 Parents: c0676d8 Author: Oliver B. Fischer Authored: Sun Jun 14 23:20:09 2015 +0200 Committer: Oliver B. Fischer Committed: Sun Jun 14 23:20:09 2015 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 26 ++++++++++++++++++++ distribution/src/main/assembly/distribution.xml | 26 ++++++++++++++++---- 2 files changed, 47 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a36e4345/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 207b270..0330989 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -42,8 +42,21 @@ under the License. org.apache.tamaya + tamaya-java7-api + ${project.version} + sources + + + + org.apache.tamaya + tamaya-java7-core + ${project.version} + + + org.apache.tamaya tamaya-java7-core ${project.version} + sources @@ -54,8 +67,21 @@ under the License. org.apache.tamaya + tamaya-api + ${project.version} + sources + + + + org.apache.tamaya + tamaya-core + ${project.version} + + + org.apache.tamaya tamaya-core ${project.version} + sources http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a36e4345/distribution/src/main/assembly/distribution.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/distribution.xml b/distribution/src/main/assembly/distribution.xml index 9e8e3b7..698a374 100644 --- a/distribution/src/main/assembly/distribution.xml +++ b/distribution/src/main/assembly/distribution.xml @@ -34,20 +34,36 @@ under the License. org.apache.tamaya:tamaya-java7-api org.apache.tamaya:tamaya-java7-core + + *:*:*:sources + + java7/sources + + org.apache.tamaya:tamaya-java7-api:*:sources + org.apache.tamaya:tamaya-java7-core:*:sources + + + + java8/lib org.apache.tamaya:tamaya-api org.apache.tamaya:tamaya-core + + *:*:sources + + + + java8/sources + + org.apache.tamaya:tamaya-api:*:sources + org.apache.tamaya:tamaya-core:*:sources + - - - - - \ No newline at end of file