diff options
author | sunil unnava <su622b@att.com> | 2018-05-30 11:22:04 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-05-30 11:22:17 -0400 |
commit | 3fe22eea9ff9c2226a3bbabbdf25116a4238c35d (patch) | |
tree | 815ba65b04ec0248342f19e21f8e03676a3a3060 /pom.xml | |
parent | 1581270e59f3c649a17f5bf6460adbd4194ee39e (diff) |
temporary fix for missing focker image
Issue-ID: DMAAP-509
Change-Id: Ib8feb4835494ee68352242ff1fd600698cdbfae9
Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,7 @@ <serverId>docker-hub</serverId> <imageTags> <imageTag>${dmaapImg}</imageTag> + <imageTag>${dmaapImg.release.version}</imageTag> <imageTag>latest</imageTag> </imageTags> <forceTags>true</forceTags> @@ -250,6 +251,7 @@ <module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name> <module.ajsc.namespace.version>v1</module.ajsc.namespace.version> <ajscRuntimeVersion>3.0.6-oss</ajscRuntimeVersion> + <dmaapImg.release.version>1.1.4</dmaapImg.release.version> <!-- This will be the Absolute Root of the Project and should contain NO Versioning --> |