Updated Artifactory version to 6.0.2

This commit is contained in:
maheshg
2018-06-15 09:14:05 -07:00
parent f4b6f20e65
commit 61c8ccbd58
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "6.0.0",
"defaultValue": "6.0.2",
"metadata": {
"description": "Artifactory version to deploy. Supported from 5.8.0 and above."
}

View File

@@ -18,7 +18,7 @@
"value": "GEN-PASSWORD"
},
"artifactoryVersion": {
"value": "6.0.0"
"value": "6.0.2"
},
"masterKey": {
"value": "35767fa0164bac66b6cccb8880babefb"

View File

@@ -54,7 +54,7 @@
"ArtifactoryVersion": {
"Description": "Artifactory version to deploy",
"Type": "String",
"Default": "6.0.0"
"Default": "6.0.2"
},
"ArtifactoryLicense1": {

View File

@@ -9,7 +9,7 @@ variable "key_name" {
variable "artifactory_version" {
description = "Artifactory version to deploy"
default = "6.0.0"
default = "6.0.2"
}
variable "artifactory_license_1" {