Updated Artifactory version to 5.10.3

This commit is contained in:
maheshg
2018-04-22 10:37:02 -07:00
parent 44afee3652
commit fd8b48a33f
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "5.10.0", "defaultValue": "5.10.3",
"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.0" "value": "5.10.3"
}, },
"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.0" "Default": "5.10.3"
}, },
"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.0" default = "5.10.3"
} }
variable "artifactory_license_1" { variable "artifactory_license_1" {