diff options
author | Michael Lando <ml636r@att.com> | 2017-03-23 11:10:45 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-03-23 11:11:50 +0200 |
commit | 2fadc59b1f897ed6349a9f89407799ef7b09470a (patch) | |
tree | 49e9e435191c0f907c15ff52b2e3d4622ba955af | |
parent | 85907344cd048bb7b7fc76d290e17b6fa2b63611 (diff) |
updated the tag of the dockerrelease-1.0.0
Change-Id: I7baa8c69335206a2ec71e442799decb104f12cb8
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | sdc-os-chef/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 706b12fd9b..3edd636583 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -133,7 +133,7 @@ <alias>sdc-backend</alias> <build> <tags> - <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>1.0-STAGING-latest</tag> <tag>latest</tag> </tags> <cleanup>try</cleanup> @@ -147,7 +147,7 @@ <alias>sdc-frontend</alias> <build> <tags> - <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>1.0-STAGING-latest</tag> <tag>latest</tag> </tags> <cleanup>try</cleanup> @@ -161,7 +161,7 @@ <alias>sdc-elasticsearch</alias> <build> <tags> - <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>1.0-STAGING-latest</tag> <tag>latest</tag> </tags> <cleanup>try</cleanup> @@ -175,7 +175,7 @@ <alias>sdc-kibana</alias> <build> <tags> - <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>1.0-STAGING-latest</tag> <tag>latest</tag> </tags> <cleanup>try</cleanup> @@ -189,7 +189,7 @@ <alias>sdc-cassandra</alias> <build> <tags> - <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>1.0-STAGING-latest</tag> <tag>latest</tag> </tags> <cleanup>try</cleanup> @@ -203,7 +203,7 @@ <alias>sdc-sanity</alias> <build> <tags> - <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>1.0-STAGING-latest</tag> <tag>latest</tag> </tags> <cleanup>try</cleanup> |