From 65a1ffbf0b83843ebc9ed23f99fdd9e2080cd765 Mon Sep 17 00:00:00 2001 From: maheshg Date: Thu, 29 Mar 2018 13:25:24 -0700 Subject: [PATCH] Updated default artifactory version to 5.10.0 for CloudFormation and Terraform installers --- CloudFormation/artifactory-enterprise.json | 4 ++-- Terraform/variables.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CloudFormation/artifactory-enterprise.json b/CloudFormation/artifactory-enterprise.json index f23260e..d028998 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.8.1" + "Default": "5.10.0" }, "ArtifactoryLicense1": { @@ -1347,4 +1347,4 @@ "Value" : { "Fn::Join" : [ "", [ "http://", { "Fn::GetAtt" : [ "ElasticLoadBalancer", "DNSName" ]}]]} } } -} \ No newline at end of file +} diff --git a/Terraform/variables.tf b/Terraform/variables.tf index 5ccd263..881bbe4 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.8.1" + default = "5.10.0" } variable "artifactory_license_1" { @@ -130,4 +130,4 @@ variable "aws_amis" { sa-east-1 = "ami-6dd04501" cn-north-1 = "ami-8e6aa0e3" } -} \ No newline at end of file +}