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 <si...@apache.org>
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 <si...@apache.org>
    
    Reviewers: Enrico Olivelli <None>, Matteo Merli <None>
    
    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 @@
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-benchmark</artifactId>
-  <name>bookkeeper-benchmark</name>
-  <url>http://maven.apache.org</url>
+  <name>Apache BookKeeper :: Benchmark</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
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 @@
     <version>4.5.0-SNAPSHOT</version>
   </parent>
   <artifactId>bookkeeper-server</artifactId>
-  <name>bookkeeper-server</name>
-  <url>http://maven.apache.org</url>
+  <name>Apache BookKeeper :: Server</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.libdir>${basedir}/lib</project.libdir>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>
   <artifactId>codahale-metrics-provider</artifactId>
-  <name>Stats provider for codahale metrics</name>
+  <name>Apache BookKeeper :: Stats Providers :: Codahale Metrics</name>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>bookkeeper-stats-providers</artifactId>
   <packaging>pom</packaging>
-  <name>bookkeeper-stats-providers</name>
+  <name>Apache BookKeeper :: Stats Providers</name>
   <modules>
     <module>twitter-finagle-provider</module>
     <module>twitter-science-provider</module>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>
   <artifactId>prometheus-metrics-provider</artifactId>
-  <name>Stats provider for Prometheus</name>
+  <name>Apache BookKeeper :: Stats Providers :: Prometheus</name>
 
   <properties>
     <prometheus.version>0.0.21</prometheus.version>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>
   <artifactId>twitter-finagle-provider</artifactId>
-  <name>Stats provider for Finagle stats</name>
+  <name>Apache BookKeeper :: Stats Providers :: Twitter Finagle Stats</name>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>
   <artifactId>twitter-ostrich-provider</artifactId>
-  <name>Stats provider for twitter-ostrich package</name>
+  <name>Apache BookKeeper :: Stats Providers :: Twitter Ostrich Stats</name>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>
   <artifactId>twitter-science-provider</artifactId>
-  <name>Stats provider for twitter-stats package</name>
-  <url>http://maven.apache.org</url>
+  <name>Apache BookKeeper :: Stats Providers :: Twitter Science Stats</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.libdir>${basedir}/lib</project.libdir>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper.stats</groupId>
   <artifactId>bookkeeper-stats-api</artifactId>
-  <name>Stats API for bookkeeper</name>
+  <name>Apache BookKeeper :: Stats API</name>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat400</artifactId>
-  <name>bookkeeper-server-compat400</name>
-  <url>http://maven.apache.org</url>
+  <name>Apache BookKeeper :: Compability Dependencies :: 4.0.0</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat410</artifactId>
-  <name>bookkeeper-server-compat410</name>
-  <url>http://maven.apache.org</url>
+  <name>Apache BookKeeper :: Compability Dependencies :: 4.1.0</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
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 @@
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat420</artifactId>
-  <name>bookkeeper-server-compat420</name>
-  <url>http://maven.apache.org</url>
+  <name>Apache BookKeeper :: Compability Dependencies :: 4.2.0</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
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 @@
   <version>4.5.0-SNAPSHOT</version>
   <artifactId>compat-deps</artifactId>
   <packaging>pom</packaging>
-  <name>compability dependencies</name>
+  <name>Apache BookKeeper :: Compability Dependencies</name>
   <modules>
     <module>bookkeeper-server-compat-4.0.0</module>
     <module>bookkeeper-server-compat-4.1.0</module>
diff --git a/pom.xml b/pom.xml
index 67af2c7..2c06878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,8 +29,29 @@
   <version>4.5.0-SNAPSHOT</version>
   <artifactId>bookkeeper</artifactId>
   <packaging>pom</packaging>
-  <name>bookkeeper</name>
+  <name>Apache BookKeeper :: Parent</name>
+  <url>http://bookkeeeper.apache.org</url>
   <inceptionYear>2011</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:git:https://github.com/apache/bookkeeper.git</connection>
+    
<developerConnection>scm:git:https://github.com/apache/bookkeeper.git</developerConnection>
+    <url>https://github.com/apache/bookkeeper</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/BOOKKEEPER</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/bookkeeper-master</url>
+  </ciManagement>
   <modules>
     <module>buildtools</module>
     <module>compat-deps</module>
@@ -39,6 +60,38 @@
     <module>bookkeeper-benchmark</module>
     <module>bookkeeper-stats-providers</module>
   </modules>
+  <mailingLists>
+    <mailingList>
+      <name>BookKeeper User</name>
+      <subscribe>user-subscr...@bookkeeper.apache.org</subscribe>
+      <unsubscribe>user-unsubscr...@bookkeeper.apache.org</unsubscribe>
+      <post>u...@bookkeeper.apache.org</post>
+      <archive>http://www.mail-archive.com/user@bookkeeper.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>BookKeeper Dev</name>
+      <subscribe>dev-subscr...@bookkeeper.apache.org</subscribe>
+      <unsubscribe>dev-unsubscr...@bookkeeper.apache.org</unsubscribe>
+      <post>d...@bookkeeper.apache.org</post>
+      <archive>http://www.mail-archive.com/dev@bookkeeper.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>BookKeeper Commits</name>
+      <subscribe>commits-subscr...@bookkeeper.apache.org</subscribe>
+      <unsubscribe>commits-unsubscr...@bookkeeper.apache.org</unsubscribe>
+      <post>commits@bookkeeper.apache.org</post>
+      
<archive>http://www.mail-archive.com/commits@bookkeeper.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <name>The Apache BookKeeper Team</name>
+      <email>d...@bookkeeper.apache.org</email>
+      <url>http://bookkeeper.apache.org</url>
+      <organization>Apache Software Foundation</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+    </developer>
+  </developers>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -52,7 +105,6 @@
     <puppycrawl.checkstyle.version>6.19</puppycrawl.checkstyle.version>
     <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
   </properties>
-  <url>http://bookkeeper.apache.org</url>
   <build>
     <plugins>
       <plugin>
@@ -86,9 +138,9 @@
           <source>1.8</source>
           <target>1.8</target>
           <compilerArguments>
-           <Werror />
-           <Xlint:deprecation />
-           <Xlint:unchecked />
+            <Werror />
+            <Xlint:deprecation />
+            <Xlint:unchecked />
          </compilerArguments>
         </configuration>
       </plugin>

-- 
To stop receiving notification emails like this one, please contact
['"commits@bookkeeper.apache.org" <commits@bookkeeper.apache.org>'].

Reply via email to