summaryrefslogtreecommitdiffstats
path: root/integration-tests
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-25 15:48:10 +0200
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-09-25 16:13:41 +0000
commitb988cb672876b1c129c76d60d3ddf7d129ef4bc2 (patch)
treef1eee6b7ae014f4741e29455e30cf96725d4a785 /integration-tests
parent0667274df666c3ebaca9d70a5814d3698365ef2f (diff)
Standardize docker tagging1.7.1
Standardize the docker tagging in all maven modules Issue-ID: SDC-3300 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Id43cbd8efea119d4acf7280b75c30a0275ec3242 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 26c82250eb..88491ddd69 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -49,8 +49,7 @@ limitations under the License.
<it.chef.config>${project.build.directory}/chef-config</it.chef.config>
<it.sdc-be.plugins>${project.build.directory}/plugins/sdc-be</it.sdc-be.plugins>
<it.shared.volume>/tmp/sdc-integration-tests</it.shared.volume>
- <it.docker.version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
- </it.docker.version>
+ <it.docker.version>latest</it.docker.version>
<it.ui.firefox.version>2.53.1</it.ui.firefox.version>
</properties>