Updated Artifactory version to 6.0.0

This commit is contained in:
maheshg
2018-05-18 14:50:42 -07:00
parent fd8b48a33f
commit f4b6f20e65
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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