diff --git a/AzureResourceManager/azuredeploy.json b/AzureResourceManager/azuredeploy.json index 1c4d2e4..48551ab 100644 --- a/AzureResourceManager/azuredeploy.json +++ b/AzureResourceManager/azuredeploy.json @@ -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." } diff --git a/AzureResourceManager/azuredeploy.parameters.json b/AzureResourceManager/azuredeploy.parameters.json index a517903..9a4969d 100644 --- a/AzureResourceManager/azuredeploy.parameters.json +++ b/AzureResourceManager/azuredeploy.parameters.json @@ -18,7 +18,7 @@ "value": "GEN-PASSWORD" }, "artifactoryVersion": { - "value": "6.0.0" + "value": "6.0.2" }, "masterKey": { "value": "35767fa0164bac66b6cccb8880babefb" diff --git a/CloudFormation/artifactory-enterprise.json b/CloudFormation/artifactory-enterprise.json index 0db4ffb..6d28147 100644 --- a/CloudFormation/artifactory-enterprise.json +++ b/CloudFormation/artifactory-enterprise.json @@ -54,7 +54,7 @@ "ArtifactoryVersion": { "Description": "Artifactory version to deploy", "Type": "String", - "Default": "6.0.0" + "Default": "6.0.2" }, "ArtifactoryLicense1": { diff --git a/Terraform/variables.tf b/Terraform/variables.tf index 342bf58..7e5ade3 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 = "6.0.0" + default = "6.0.2" } variable "artifactory_license_1" {