From f4b6f20e658b169aba3d5ed4df74c2c7aab1aa7d Mon Sep 17 00:00:00 2001 From: maheshg Date: Fri, 18 May 2018 14:50:42 -0700 Subject: [PATCH] Updated Artifactory version to 6.0.0 --- 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 5995cc1..1c4d2e4 100644 --- a/AzureResourceManager/azuredeploy.json +++ b/AzureResourceManager/azuredeploy.json @@ -27,7 +27,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "5.10.3", + "defaultValue": "6.0.0", "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 5babe2e..a517903 100644 --- a/AzureResourceManager/azuredeploy.parameters.json +++ b/AzureResourceManager/azuredeploy.parameters.json @@ -18,7 +18,7 @@ "value": "GEN-PASSWORD" }, "artifactoryVersion": { - "value": "5.10.3" + "value": "6.0.0" }, "masterKey": { "value": "35767fa0164bac66b6cccb8880babefb" diff --git a/CloudFormation/artifactory-enterprise.json b/CloudFormation/artifactory-enterprise.json index 09cd1fd..0db4ffb 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.3" + "Default": "6.0.0" }, "ArtifactoryLicense1": { diff --git a/Terraform/variables.tf b/Terraform/variables.tf index 0e6977e..342bf58 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.3" + default = "6.0.0" } variable "artifactory_license_1" {