From 2f4710b200ce66b7010242f52af4ee0ebfb0c624 Mon Sep 17 00:00:00 2001 From: maheshg Date: Mon, 20 Aug 2018 13:40:22 -0700 Subject: [PATCH] Updated Artifactory version to 6.2.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 9fabf8e..4091e4a 100644 --- a/AzureResourceManager/azuredeploy.json +++ b/AzureResourceManager/azuredeploy.json @@ -27,7 +27,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "6.1.0", + "defaultValue": "6.2.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 1e6d810..b91b54e 100644 --- a/AzureResourceManager/azuredeploy.parameters.json +++ b/AzureResourceManager/azuredeploy.parameters.json @@ -18,7 +18,7 @@ "value": "GEN-PASSWORD" }, "artifactoryVersion": { - "value": "6.1.0" + "value": "6.2.0" }, "masterKey": { "value": "35767fa0164bac66b6cccb8880babefb" diff --git a/CloudFormation/artifactory-enterprise.json b/CloudFormation/artifactory-enterprise.json index c73d64d..2eecaa3 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.1.0" + "Default": "6.2.0" }, "ArtifactoryLicense1": { diff --git a/Terraform/variables.tf b/Terraform/variables.tf index e1df9f3..42bd81b 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.1.0" + default = "6.2.0" } variable "artifactory_license_1" {