diff options
author | sunil unnava <su622b@att.com> | 2018-06-01 12:01:02 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-06-01 12:03:26 -0400 |
commit | 34d83651102222fd24e6b5922b610e4d04862b9f (patch) | |
tree | 329d2c05856d895b8589895b11d13708271002c4 /pom.xml | |
parent | 45cb3c69a3aa46d89b6e44950b9407800c29bdc7 (diff) |
Remove the docker tag after adding the jenkins jobv1.1.4
Issue-ID: DMAAP-509
Change-Id: I5c3489826396444254d18763ac66c7ea9d7e73e3
Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -111,7 +111,6 @@ <serverId>docker-hub</serverId> <imageTags> <imageTag>${dmaapImg}</imageTag> - <imageTag>${dmaapImg.release.version}</imageTag> <imageTag>latest</imageTag> </imageTags> <forceTags>true</forceTags> @@ -165,18 +164,6 @@ <skipDockerTag>${skip.docker.push}</skipDockerTag> </configuration> </execution> - <execution> - <id>tag-image-tmp</id> - <phase>install</phase> - <goals> - <goal>tag</goal> - </goals> - <configuration> - <image>onap/dmaap/dmaap-mr</image> - <newName>${docker.push.registry}/onap/dmaap/dmaap-mr:${dmaapImg.release.version}</newName> - <skipDockerTag>${skip.docker.push}</skipDockerTag> - </configuration> - </execution> <execution> <id>push-image-latest</id> @@ -201,17 +188,6 @@ <skipDockerPush>${skip.docker.push}</skipDockerPush> </configuration> </execution> - <execution> - <id>push-image-tmp</id> - <phase>deploy</phase> - <goals> - <goal>push</goal> - </goals> - <configuration> - <imageName>${docker.push.registry}/onap/dmaap/dmaap-mr:${dmaapImg.release.version}</imageName> - <skipDockerPush>${skip.docker.push}</skipDockerPush> - </configuration> - </execution> </executions> </plugin> <plugin> @@ -274,7 +250,6 @@ <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 --> |