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 +}