You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2019/01/21 09:02:37 UTC

[bookkeeper] branch master updated: [maven-release-plugin] prepare branch branch-4.9

This is an automated email from the ASF dual-hosted git repository.

sijie 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 2a2f775  [maven-release-plugin] prepare branch branch-4.9
2a2f775 is described below

commit 2a2f77527628b060f7eca107f9a1a4c885cd3081
Author: Sijie Guo <si...@apache.org>
AuthorDate: Mon Jan 21 01:02:29 2019 -0800

    [maven-release-plugin] prepare branch branch-4.9
---
 cpu-affinity/pom.xml                              | 5 +----
 metadata-drivers/etcd/pom.xml                     | 4 +---
 metadata-drivers/pom.xml                          | 4 +---
 pom.xml                                           | 2 +-
 stats/pom.xml                                     | 3 +--
 stats/utils/pom.xml                               | 3 +--
 tests/docker-images/current-version-image/pom.xml | 8 +++-----
 tools/all/pom.xml                                 | 6 ++----
 8 files changed, 11 insertions(+), 24 deletions(-)

diff --git a/cpu-affinity/pom.xml b/cpu-affinity/pom.xml
index 1439259..4dbe39b 100644
--- a/cpu-affinity/pom.xml
+++ b/cpu-affinity/pom.xml
@@ -14,10 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-  xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.bookkeeper</groupId>
diff --git a/metadata-drivers/etcd/pom.xml b/metadata-drivers/etcd/pom.xml
index abc9f6e..706bcfa 100644
--- a/metadata-drivers/etcd/pom.xml
+++ b/metadata-drivers/etcd/pom.xml
@@ -15,9 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>org.apache.bookkeeper.metadata.drivers</groupId>
     <artifactId>metadata-drivers-parent</artifactId>
diff --git a/metadata-drivers/pom.xml b/metadata-drivers/pom.xml
index 9cc47ca..ab3ebd9 100644
--- a/metadata-drivers/pom.xml
+++ b/metadata-drivers/pom.xml
@@ -15,9 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>bookkeeper</artifactId>
         <groupId>org.apache.bookkeeper</groupId>
diff --git a/pom.xml b/pom.xml
index cf35566..7f0bc00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
     <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>
-    <tag>HEAD</tag>
+    <tag>branch-4.9</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/stats/pom.xml b/stats/pom.xml
index c699ed4..dac6a8a 100644
--- a/stats/pom.xml
+++ b/stats/pom.xml
@@ -17,8 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.bookkeeper</groupId>
diff --git a/stats/utils/pom.xml b/stats/utils/pom.xml
index 9be19cf..8861fb0 100644
--- a/stats/utils/pom.xml
+++ b/stats/utils/pom.xml
@@ -17,8 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>bookkeeper-stats-parent</artifactId>
diff --git a/tests/docker-images/current-version-image/pom.xml b/tests/docker-images/current-version-image/pom.xml
index edffc64..25edb2e 100644
--- a/tests/docker-images/current-version-image/pom.xml
+++ b/tests/docker-images/current-version-image/pom.xml
@@ -79,13 +79,11 @@
                 <configuration>
                   <tasks>
                     <echo>copy python wheel file</echo>
-                    <mkdir dir="${project.basedir}/target/bookkeeper-client"/>
-                    <copydir src="${project.basedir}/../../../stream/clients/python/dist"
-                             dest="${project.basedir}/target/bookkeeper-client"/>
+                    <mkdir dir="${project.basedir}/target/bookkeeper-client" />
+                    <copydir src="${project.basedir}/../../../stream/clients/python/dist" dest="${project.basedir}/target/bookkeeper-client" />
                     <echo>copying docker scripts</echo>
                     <mkdir dir="${project.basedir}/target/scripts" />
-                    <copydir src="${project.basedir}/../../../docker/scripts"
-                             dest="${project.basedir}/target/scripts" />
+                    <copydir src="${project.basedir}/../../../docker/scripts" dest="${project.basedir}/target/scripts" />
                   </tasks>
                 </configuration>
               </execution>
diff --git a/tools/all/pom.xml b/tools/all/pom.xml
index 9a29f60..a7c3c01 100644
--- a/tools/all/pom.xml
+++ b/tools/all/pom.xml
@@ -48,8 +48,7 @@
             </goals>
             <configuration>
               <target>
-                <concat destfile="${project.basedir}/src/main/resources/META-INF/services/org.apache.bookkeeper.tools.framework.CommandGroup"
-                        overwrite="true">
+                <concat destfile="${project.basedir}/src/main/resources/META-INF/services/org.apache.bookkeeper.tools.framework.CommandGroup" overwrite="true">
                   <filelist dir="${project.basedir}/../ledger/src/main/resources" files="commands">
                   </filelist>
                 </concat>
@@ -91,8 +90,7 @@
                 </goals>
                 <configuration>
                   <target>
-                    <concat destfile="${project.basedir}/src/main/resources/META-INF/services/org.apache.bookkeeper.tools.framework.CommandGroup"
-                            append="true">
+                    <concat destfile="${project.basedir}/src/main/resources/META-INF/services/org.apache.bookkeeper.tools.framework.CommandGroup" append="true">
                       <filelist dir="${project.basedir}/../stream/src/main/resources" files="commands">
                       </filelist>
                     </concat>