aahmed-se closed pull request #2607: Add default value for test image org tag URL: https://github.com/apache/incubator-pulsar/pull/2607
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/tests/docker-images/latest-version-image/pom.xml b/tests/docker-images/latest-version-image/pom.xml index b58530ce44..d484972a9a 100644 --- a/tests/docker-images/latest-version-image/pom.xml +++ b/tests/docker-images/latest-version-image/pom.xml @@ -29,6 +29,9 @@ <groupId>org.apache.pulsar.tests</groupId> <artifactId>latest-version-image</artifactId> <name>Apache Pulsar :: Tests :: Docker Images :: Latest Version Testing</name> + <properties> + <docker.organization>apachepulsar</docker.organization> + </properties> <packaging>pom</packaging> <profiles> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
