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 4A8E3200CFA for ; Fri, 28 Jul 2017 03:09:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4873716BF32; Fri, 28 Jul 2017 01:09:09 +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 47AAC16BF2E for ; Fri, 28 Jul 2017 03:09:08 +0200 (CEST) Received: (qmail 43999 invoked by uid 500); 28 Jul 2017 01:09:07 -0000 Mailing-List: contact commits-help@bookkeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bookkeeper-dev@bookkeeper.apache.org Delivered-To: mailing list commits@bookkeeper.apache.org Received: (qmail 43981 invoked by uid 99); 28 Jul 2017 01:09:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2017 01:09:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E086584AA2; Fri, 28 Jul 2017 01:09:05 +0000 (UTC) Date: Fri, 28 Jul 2017 01:09:05 +0000 To: "commits@bookkeeper.apache.org" Subject: [bookkeeper] branch master updated: ISSUE #306: Update SCM info for using mvn:release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150120414543.18463.8156289280380968433@gitbox.apache.org> From: zhaijia@apache.org Reply-To: "commits@bookkeeper.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: bookkeeper X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d5f824755028e08e07e7f3b326b097148c9b3bec X-Git-Newrev: c9cf161d81d3fb8afd0af647e1f3d23f9fb50f04 X-Git-Rev: c9cf161d81d3fb8afd0af647e1f3d23f9fb50f04 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 28 Jul 2017 01:09:09 -0000 This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bookkeeper.git The following commit(s) were added to refs/heads/master by this push: new c9cf161 ISSUE #306: Update SCM info for using mvn:release c9cf161 is described below commit c9cf161d81d3fb8afd0af647e1f3d23f9fb50f04 Author: Sijie Guo AuthorDate: Fri Jul 28 09:08:52 2017 +0800 ISSUE #306: Update SCM info for using mvn:release Descriptions of the changes in this PR: - update the SCM info in the pom files, so that mvn:release is able to create release branch. Author: Sijie Guo Reviewers: Enrico Olivelli , Matteo Merli This closes #307 from sijie/use_maven_release, closes #306 --- bookkeeper-benchmark/pom.xml | 3 +- bookkeeper-server/pom.xml | 3 +- .../codahale-metrics-provider/pom.xml | 2 +- bookkeeper-stats-providers/pom.xml | 2 +- .../prometheus-metrics-provider/pom.xml | 2 +- .../twitter-finagle-provider/pom.xml | 2 +- .../twitter-ostrich-provider/pom.xml | 2 +- .../twitter-science-provider/pom.xml | 3 +- bookkeeper-stats/pom.xml | 2 +- compat-deps/bookkeeper-server-compat-4.0.0/pom.xml | 3 +- compat-deps/bookkeeper-server-compat-4.1.0/pom.xml | 3 +- compat-deps/bookkeeper-server-compat-4.2.0/pom.xml | 3 +- compat-deps/pom.xml | 2 +- pom.xml | 62 ++++++++++++++++++++-- 14 files changed, 70 insertions(+), 24 deletions(-) diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml index 768e84d..daacd08 100644 --- a/bookkeeper-benchmark/pom.xml +++ b/bookkeeper-benchmark/pom.xml @@ -26,8 +26,7 @@ org.apache.bookkeeper bookkeeper-benchmark - bookkeeper-benchmark - http://maven.apache.org + Apache BookKeeper :: Benchmark UTF-8 diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml index 7b05b6d..d7babbd 100644 --- a/bookkeeper-server/pom.xml +++ b/bookkeeper-server/pom.xml @@ -24,8 +24,7 @@ 4.5.0-SNAPSHOT bookkeeper-server - bookkeeper-server - http://maven.apache.org + Apache BookKeeper :: Server UTF-8 ${basedir}/lib diff --git a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml index ddf3a2c..ab620b0 100644 --- a/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml +++ b/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml @@ -26,7 +26,7 @@ org.apache.bookkeeper.stats codahale-metrics-provider - Stats provider for codahale metrics + Apache BookKeeper :: Stats Providers :: Codahale Metrics http://maven.apache.org UTF-8 diff --git a/bookkeeper-stats-providers/pom.xml b/bookkeeper-stats-providers/pom.xml index 5c1b298..ababe2c 100644 --- a/bookkeeper-stats-providers/pom.xml +++ b/bookkeeper-stats-providers/pom.xml @@ -27,7 +27,7 @@ 4.0.0 bookkeeper-stats-providers pom - bookkeeper-stats-providers + Apache BookKeeper :: Stats Providers twitter-finagle-provider twitter-science-provider diff --git a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml index 90b8f4e..b401f3e 100644 --- a/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml +++ b/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml @@ -27,7 +27,7 @@ org.apache.bookkeeper.stats prometheus-metrics-provider - Stats provider for Prometheus + Apache BookKeeper :: Stats Providers :: Prometheus 0.0.21 diff --git a/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml b/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml index b3aed81..ca5b732 100644 --- a/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml +++ b/bookkeeper-stats-providers/twitter-finagle-provider/pom.xml @@ -26,7 +26,7 @@ org.apache.bookkeeper.stats twitter-finagle-provider - Stats provider for Finagle stats + Apache BookKeeper :: Stats Providers :: Twitter Finagle Stats http://maven.apache.org UTF-8 diff --git a/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml b/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml index 0161687..7231291 100644 --- a/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml +++ b/bookkeeper-stats-providers/twitter-ostrich-provider/pom.xml @@ -26,7 +26,7 @@ org.apache.bookkeeper.stats twitter-ostrich-provider - Stats provider for twitter-ostrich package + Apache BookKeeper :: Stats Providers :: Twitter Ostrich Stats http://maven.apache.org UTF-8 diff --git a/bookkeeper-stats-providers/twitter-science-provider/pom.xml b/bookkeeper-stats-providers/twitter-science-provider/pom.xml index 0a59dc8..006abca 100644 --- a/bookkeeper-stats-providers/twitter-science-provider/pom.xml +++ b/bookkeeper-stats-providers/twitter-science-provider/pom.xml @@ -26,8 +26,7 @@ org.apache.bookkeeper.stats twitter-science-provider - Stats provider for twitter-stats package - http://maven.apache.org + Apache BookKeeper :: Stats Providers :: Twitter Science Stats UTF-8 ${basedir}/lib diff --git a/bookkeeper-stats/pom.xml b/bookkeeper-stats/pom.xml index f5e7571..b67e6bf 100644 --- a/bookkeeper-stats/pom.xml +++ b/bookkeeper-stats/pom.xml @@ -25,7 +25,7 @@ org.apache.bookkeeper.stats bookkeeper-stats-api - Stats API for bookkeeper + Apache BookKeeper :: Stats API http://maven.apache.org UTF-8 diff --git a/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml b/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml index 3a269ca..6ced15d 100644 --- a/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml +++ b/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml @@ -25,8 +25,7 @@ org.apache.bookkeeper bookkeeper-server-compat400 - bookkeeper-server-compat400 - http://maven.apache.org + Apache BookKeeper :: Compability Dependencies :: 4.0.0 UTF-8 diff --git a/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml b/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml index 23496d3..eb2526a 100644 --- a/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml +++ b/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml @@ -25,8 +25,7 @@ org.apache.bookkeeper bookkeeper-server-compat410 - bookkeeper-server-compat410 - http://maven.apache.org + Apache BookKeeper :: Compability Dependencies :: 4.1.0 UTF-8 diff --git a/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml b/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml index 741c504..03ef5b0 100644 --- a/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml +++ b/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml @@ -25,8 +25,7 @@ org.apache.bookkeeper bookkeeper-server-compat420 - bookkeeper-server-compat420 - http://maven.apache.org + Apache BookKeeper :: Compability Dependencies :: 4.2.0 UTF-8 diff --git a/compat-deps/pom.xml b/compat-deps/pom.xml index 633c28f..3de9775 100644 --- a/compat-deps/pom.xml +++ b/compat-deps/pom.xml @@ -29,7 +29,7 @@ 4.5.0-SNAPSHOT compat-deps pom - compability dependencies + Apache BookKeeper :: Compability Dependencies bookkeeper-server-compat-4.0.0 bookkeeper-server-compat-4.1.0 diff --git a/pom.xml b/pom.xml index 67af2c7..2c06878 100644 --- a/pom.xml +++ b/pom.xml @@ -29,8 +29,29 @@ 4.5.0-SNAPSHOT bookkeeper pom - bookkeeper + Apache BookKeeper :: Parent + http://bookkeeeper.apache.org 2011 + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:git:https://github.com/apache/bookkeeper.git + scm:git:https://github.com/apache/bookkeeper.git + https://github.com/apache/bookkeeper + + + JIRA + https://issues.apache.org/jira/browse/BOOKKEEPER + + + Jenkins + https://builds.apache.org/job/bookkeeper-master + buildtools compat-deps @@ -39,6 +60,38 @@ bookkeeper-benchmark bookkeeper-stats-providers + + + BookKeeper User + user-subscribe@bookkeeper.apache.org + user-unsubscribe@bookkeeper.apache.org + user@bookkeeper.apache.org + http://www.mail-archive.com/user@bookkeeper.apache.org + + + BookKeeper Dev + dev-subscribe@bookkeeper.apache.org + dev-unsubscribe@bookkeeper.apache.org + dev@bookkeeper.apache.org + http://www.mail-archive.com/dev@bookkeeper.apache.org + + + BookKeeper Commits + commits-subscribe@bookkeeper.apache.org + commits-unsubscribe@bookkeeper.apache.org + commits@bookkeeper.apache.org + http://www.mail-archive.com/commits@bookkeeper.apache.org + + + + + The Apache BookKeeper Team + dev@bookkeeper.apache.org + http://bookkeeper.apache.org + Apache Software Foundation + http://www.apache.org + + UTF-8 UTF-8 @@ -52,7 +105,6 @@ 6.19 2.17 - http://bookkeeper.apache.org @@ -86,9 +138,9 @@ 1.8 1.8 - - - + + + -- To stop receiving notification emails like this one, please contact ['"commits@bookkeeper.apache.org" '].