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/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new fb396bf  [build] Fix docker organization parameter (#2597)
fb396bf is described below

commit fb396bf8313f728f5659286e4d8924bcf37d4832
Author: Sijie Guo <guosi...@gmail.com>
AuthorDate: Tue Sep 18 14:50:12 2018 -0700

    [build] Fix docker organization parameter (#2597)
    
    *Motivation*
    
    docker orgnization is missing for building test image. so the build will be 
failing with `-Pdocker`.
    
    *Changes*
    
    Move the docker organization parameter to root pom file.
---
 docker/pom.xml | 3 ---
 pom.xml        | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/docker/pom.xml b/docker/pom.xml
index bdc99f7..302bda8 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -31,9 +31,6 @@
   <groupId>org.apache.pulsar</groupId>
   <artifactId>docker-images</artifactId>
   <name>Apache Pulsar :: Docker Images</name>
-  <properties>
-    <docker.organization>apachepulsar</docker.organization>
-  </properties>
   <modules>
     <module>pulsar</module>
     <module>grafana</module>
diff --git a/pom.xml b/pom.xml
index 6d45a00..91ba14c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <redirectTestOutputToFile>true</redirectTestOutputToFile>
     <testRealAWS>false</testRealAWS>
     <testRetryCount>1</testRetryCount>
+    <docker.organization>apachepulsar</docker.organization>
 
     <!-- pin the protobuf-shaded version to make the pulsar build friendly to 
intellij -->
     
<pulsar.protobuf.shaded.version>2.1.0-incubating</pulsar.protobuf.shaded.version>

Reply via email to