From fd8b48a33f6bfe3039eab5e21c1c651e1903142d Mon Sep 17 00:00:00 2001 From: maheshg Date: Sun, 22 Apr 2018 10:37:02 -0700 Subject: [PATCH] Updated Artifactory version to 5.10.3 --- AzureResourceManager/azuredeploy.json | 2 +- AzureResourceManager/azuredeploy.parameters.json | 2 +- CloudFormation/artifactory-enterprise.json | 2 +- Terraform/variables.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AzureResourceManager/azuredeploy.json b/AzureResourceManager/azuredeploy.json index 64c8f3c..5995cc1 100644 --- a/AzureResourceManager/azuredeploy.json +++ b/AzureResourceManager/azuredeploy.json @@ -27,7 +27,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "5.10.0", + "defaultValue": "5.10.3", "metadata": { "description": "Artifactory version to deploy. Supported from 5.8.0 and above." } diff --git a/AzureResourceManager/azuredeploy.parameters.json b/AzureResourceManager/azuredeploy.parameters.json index 53f3bf9..5babe2e 100644 --- a/AzureResourceManager/azuredeploy.parameters.json +++ b/AzureResourceManager/azuredeploy.parameters.json @@ -18,7 +18,7 @@ "value": "GEN-PASSWORD" }, "artifactoryVersion": { - "value": "5.10.0" + "value": "5.10.3" }, "masterKey": { "value": "35767fa0164bac66b6cccb8880babefb" diff --git a/CloudFormation/artifactory-enterprise.json b/CloudFormation/artifactory-enterprise.json index 27db01d..09cd1fd 100644 --- a/CloudFormation/artifactory-enterprise.json +++ b/CloudFormation/artifactory-enterprise.json @@ -54,7 +54,7 @@ "ArtifactoryVersion": { "Description": "Artifactory version to deploy", "Type": "String", - "Default": "5.10.0" + "Default": "5.10.3" }, "ArtifactoryLicense1": { diff --git a/Terraform/variables.tf b/Terraform/variables.tf index 881bbe4..0e6977e 100644 --- a/Terraform/variables.tf +++ b/Terraform/variables.tf @@ -9,7 +9,7 @@ variable "key_name" { variable "artifactory_version" { description = "Artifactory version to deploy" - default = "5.10.0" + default = "5.10.3" } variable "artifactory_license_1" {